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

Merge branch 'yjq' into 'master'

2020/10/9

See merge request chenweican/k-sdk!36
parents 2b9a1018 97f2a425
......@@ -1482,6 +1482,10 @@ EmberAfStatus emberAfIasZoneClusterClientCommandParse(EmberAfClusterCommand *cmd
extendedStatus,
zoneId,
delay);
rpc_IasZoneClusterZoneStatusChangeNotificationCallback(zoneStatus,
extendedStatus,
zoneId,
delay);
break;
}
case ZCL_ZONE_ENROLL_REQUEST_COMMAND_ID:
......
......@@ -18,6 +18,7 @@
#define KK_REPORT_DEVICE_JOINED_TYPE "/thing/topo/add"
#define KK_REPORT_DEVICE_LEFT_TYPE "/thing/topo/delete"
#define KK_REPORT_ATTRIBUTE_TYPE "/thing/event/property/post"
#define KK_REPORT_ALARM_TYPE "/thing/event/alarm/post"
#define KK_DEVICE_TOPO_CHANGE_TYPE "/thing/topo/change"
#define KK_IPC_VERSION "1.0"
......
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