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.

How to set timeout for end device on coordinator?

Other Parts Discussed in Thread: Z-STACK

Hi all, i am newbie on Zigbee network. I have some problem need you help me.

Now, i want to set timeout for end device on coordinator. This is mean, when ED join to the Zigbee network, i add it to coodinator by ZDSecMgrAddLinkKey() function. ED will exchange data with coordinator.

However, after 10 minutes, Coordinator did not see data from ED, i want to remove ED out of coordinator. Can i set timeout for ED on coordinator? I can use timer (using osal_start_timerEX() ) but i don't want do it.

I situation, i can set timeout for Coordinator and ED, can't it? If yes, how to do it?

I use Z-Stack Energy 1.1.0.

Thank you.