Part Number: CC2530
Hi. Are there any timers that run in the SampleLight program for a router that start running when there is no activity/events going on (i.e. On/Off)? I have an issue where after no activity over a set time, the router does not run in the even loop in zcl_samplelight.c anymore. I checked this by placing a breakpoint in there. After inactivity for a set time, the breakpoint no longer hit in the event loop. Why is this so and how can I fix it?