Hi,
I use sampleswitch and samplelight firmware. sampleswitch can control the samplelight remotely find. In some cases, I want to disable sampleswitch from able to control the samplelight by disable the zigbee network on the samplelight by a push of button instead of bind/unbind the devices. How to do so? Any advice?
if ( keys & HAL_KEY_SW_6 )
{
// disable zigbee network
???
}
Thank you.