我写了个开关的程序,采用的协议为HA 1.2.2,当程序设为router的时候,场景建立和调用均正常,当程序设为enddevice的时候,场景创建没有问题,但是调用场景的时候,设备没有响应(均采用组播模式,组已经建立好的),如果采用点播模式可以调用,请问怎么回事?
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.
我写了个开关的程序,采用的协议为HA 1.2.2,当程序设为router的时候,场景建立和调用均正常,当程序设为enddevice的时候,场景创建没有问题,但是调用场景的时候,设备没有响应(均采用组播模式,组已经建立好的),如果采用点播模式可以调用,请问怎么回事?
-DRFD_RCVC_ALWAYS_ON=FALSE
/* The number of milliseconds to wait between data request polls to the coordinator. */
-DPOLL_RATE=200
/* This is used after receiving a data indication to poll immediately
* for queued messages...in milliseconds.
*/
-DQUEUED_POLL_RATE=100
/* This is used after receiving a data confirmation to poll immediately
* for response messages...in milliseconds
*/
-DRESPONSE_POLL_RATE=100
在enddevice的时候,设备能正常控制(通过协调器),就是场景调用的时候没响应,调试的时候,没有跑到场景调用的函数上。