01-03-2011, 02:01 PM
The response can be like
Response A:
Do Response A after 10 seconds using Timer X
Do Response HallDownTimerOff
Response A gets called every 10 seconds, and it checks the counter. This is safe, it does not cause anb endless loop
You can call Response A from the Startup Response or from any suitable event like the Home Control Menu.
You can also program the home control menu to stop the timer in case you want to disable this, like when you are having a party
Response A:
Do Response A after 10 seconds using Timer X
Do Response HallDownTimerOff
Response A gets called every 10 seconds, and it checks the counter. This is safe, it does not cause anb endless loop
You can call Response A from the Startup Response or from any suitable event like the Home Control Menu.
You can also program the home control menu to stop the timer in case you want to disable this, like when you are having a party

