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.

未组网状态下 恩典device会一直循环在case ZDO_STATE_CHANGE状态下吗?

// Received whenever the device changes state in the network 网络状态变化
case ZDO_STATE_CHANGE:

疑问, 程序里说当网络状态变化时 才进入case ZDO_STATE_CHANGE,

我设置一个enddevice,一个coordinator,但协调器断电后,节点会一直循环在case ZDO_STATE_CHANGE,直到加入网络中;

我理解,状态变化才进入,当断网后,进入这个case,当协调器上电组网成功,节点加入到网络中会再次进入这个case,

是不是这样?