Other Parts Discussed in Thread: Z-STACK
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.
您好, 我尝试使能了 childaging 功能。 然后让协调器定期去查询关联表中的各个子设备相关信息。但是发现了几个问题:
1. 关联表中的 timeoutCounter 初始值是0x00003c00 ,不能通过 “ uint8 zgEndDeviceTimeoutValue = END_DEV_TIMEOUT_VALUE; ” 进行变更;
2. timeoutCounter 一直在递减。 即使协调器收到了终端设备的Data request,timeoutCounter仍然还是在递减。
想请教一下, 这是什么原因呢?