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.
对end device的某个参数的检测一般有两种方法:
1、定期轮询读取end device的参数;
2、通过reporting机制,使end device定期发送attribute report或者在有变化时发送attribute report。
但是我在ZLL的协议里看到一句话:attribute reporting can not be used in this profile.
实际拿了一个ZLL的light设备测试发现:该设备无法在onoff值有变化时,主动发送attribute report。
想问一下,对于ZLL设备,一般通过什么方式实现参数的监控?