zll device attribute reporting
时间:10-02
整理:3721RD
点击:
对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设备,一般通过什么方式实现参数的监控?
一把通过read Attribute
device zll reporting attribute 相关文章:
- 请问associated_devices_t AssocAddNew( uint16 shortAddr, byte extAddr, byte nodeRelation );中nodeRelation怎么得到?
- Z-Stack SampleRemote EB - EndDevice是控制程序吗
- msp430f2618+cc2520 EndDevice 如何做到定时休眠
- ZCL_HA_DEVICEID_COLORED_DIMMABLE_LIGHT包含路径错误问题
- CC2530 Zigbee 改变编译形式问题(从End-Device转为Coordinator或Router)
- 如何检测END-DEVICE是否掉线