Commit b62eaff4 authored by 陈伟灿's avatar 陈伟灿

Merge branch 'yjq' into 'master'

2020/10/23

See merge request chenweican/k-sdk!59
parents 27670917 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"}, \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment