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
62ff93f7
Commit
62ff93f7
authored
Oct 23, 2020
by
尹佳钦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2020/10/23
parent
79494974
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
platform/zigbee/app/builder/Z3GatewayHost/ZB/kk_ncp_rpc.c
platform/zigbee/app/builder/Z3GatewayHost/ZB/kk_ncp_rpc.c
+1
-1
No files found.
platform/zigbee/app/builder/Z3GatewayHost/ZB/kk_ncp_rpc.c
View file @
62ff93f7
...
@@ -22,7 +22,7 @@ extern cJSON *kk_wlist_delete(jrpc_context * ctx, cJSON *params, cJSON *id,cJSON
...
@@ -22,7 +22,7 @@ extern cJSON *kk_wlist_delete(jrpc_context * ctx, cJSON *params, cJSON *id,cJSON
static
rpc_table_s
rpc_table
[]
=
{
static
rpc_table_s
rpc_table
[]
=
{
{(
rpc_function
*
)
kk_tsl_get_property_operation
,
KK_GET_PROPERTY_MSG_TYPE
},
\
{(
rpc_function
*
)
kk_tsl_get_property_operation
,
KK_GET_PROPERTY_MSG_TYPE
},
\
{(
rpc_function
*
)
kk_tsl_property_operation
,
KK_
READ_ATTRIBUTE_METHOD
},
\
{(
rpc_function
*
)
kk_tsl_property_operation
,
KK_
THING_SERVICE_PROPERTY_SET
},
\
{(
rpc_function
*
)
kk_topo_change_operation
,
KK_DEVICE_TOPO_CHANGE_TYPE
},
\
{(
rpc_function
*
)
kk_topo_change_operation
,
KK_DEVICE_TOPO_CHANGE_TYPE
},
\
{(
rpc_function
*
)
kk_wlist_add
,
"/thing/service/addWhiteList"
},
\
{(
rpc_function
*
)
kk_wlist_add
,
"/thing/service/addWhiteList"
},
\
{(
rpc_function
*
)
kk_wlist_delete
,
"/thing/service/deleteWhiteList"
},
\
{(
rpc_function
*
)
kk_wlist_delete
,
"/thing/service/deleteWhiteList"
},
\
...
...
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