Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
k-sdk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陈伟灿
k-sdk
Commits
f379631d
Commit
f379631d
authored
Aug 28, 2020
by
尹佳钦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
12
parent
f7c22541
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
platform/zigbee/app/builder/Z3GatewayHost/kk_test.c
platform/zigbee/app/builder/Z3GatewayHost/kk_test.c
+1
-1
platform/zigbee/app/builder/Z3GatewayHost/rpc_api/src/rpc_global_cmd.c
...ee/app/builder/Z3GatewayHost/rpc_api/src/rpc_global_cmd.c
+3
-0
No files found.
platform/zigbee/app/builder/Z3GatewayHost/kk_test.c
View file @
f379631d
...
@@ -222,7 +222,7 @@ int kk_zcl_windowCovering_OperationMode_set(jrpc_context * ctx,const char *mac,u
...
@@ -222,7 +222,7 @@ int kk_zcl_windowCovering_OperationMode_set(jrpc_context * ctx,const char *mac,u
set_json_error_type
(
ctx
,
JRPC_INVALID_PARAMS
,
MSG_INVALID_PARAMS
);
set_json_error_type
(
ctx
,
JRPC_INVALID_PARAMS
,
MSG_INVALID_PARAMS
);
goto
error_return
;
goto
error_return
;
}
}
emberAfCorePrintln
(
"
\r\n
node=0x%02X,ep=%d,OnOffStatus=%d
\r\n
"
,
node
,
ep
,
O
nOffStatus
);
emberAfCorePrintln
(
"
\r\n
node=0x%02X,ep=%d,OnOffStatus=%d
\r\n
"
,
node
,
ep
,
O
peration
);
if
(
Operation
==
0
){
if
(
Operation
==
0
){
status
=
WindowCover_UpOpen
(
node
,
ep
);
status
=
WindowCover_UpOpen
(
node
,
ep
);
...
...
platform/zigbee/app/builder/Z3GatewayHost/rpc_api/src/rpc_global_cmd.c
View file @
f379631d
...
@@ -79,6 +79,9 @@ EmberStatus zclGWrite(uint16_t node,
...
@@ -79,6 +79,9 @@ EmberStatus zclGWrite(uint16_t node,
bool
multicast
,
bool
multicast
,
uint16_t
clusterId
,
uint16_t
clusterId
,
uint16_t
attrId
,
uint16_t
attrId
,
uint8_t
dataType
,
uint8_t
dataLen
,
uint8_t
*
data
,
bool
svr
)
bool
svr
)
{
{
EmberStatus
status
;
EmberStatus
status
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment