Other Parts Discussed in Thread: Z-STACK
Coor每次绑定成功后都会多次发送一帧数据,如下图,请问这帧数据有什么用?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
用GenericApp做的绑定实验
配置如下:
1、在zclGenericApp_InClusterList[] 和 zclGenericApp_OutClusterList[]添加如下Cluster用于绑定实验
ZCL_CLUSTER_ID_MS_RELATIVE_HUMIDITY
2、组网后按下某一个按键时调用
bdb_SetIdentifyActiveEndpoint(GENERICAPP_ENDPOINT);
bdb_StartCommissioning(BDB_COMMISSIONING_MODE_FINDING_BINDING);
结果如图:
实验设备组:
A:Coor、Router、Router
B:Coor、Router、EndDevice
只要是EndDevice参与绑定的话Coor都会重复发送划蓝线这一帧数据,而且持续时间达7分钟,请问这个数据帧是什么呢,有什么用?