Commit 97f2a425 authored by 尹佳钦's avatar 尹佳钦

2020/10/9

parent 92501b70
......@@ -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