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.

zigbee的f8wConfig文件的配置问题

在测试中我发现,当协调器长时间断电,子设备一开始会不断发送beacon request,发送一段时间后就会停止发送(大概停止20分钟),然后又恢复发送。请问相关设置是不是以下?

-DREJOIN_POLL_RATE=440

/* Rejoin retry backoff silent period timer duration in milliseconds - default 15 minutes according to HA test spec */
-DREJOIN_BACKOFF=900000

/* Rejoin retry backoff scan timer duration in milliseconds - default 15 minutes according to HA test spec */
-DREJOIN_SCAN=900000

以上三条配置分别是什么设置?

十分感谢!!!