HomeGenie Forum
General Category => Troubleshooting and Support => Topic started by: BurtonBenson on August 11, 2016, 09:08:47 AM
-
Hi,
I want to arm my system, but is there a way to turn off the alarm after a specified time period. So in case I'm not at home, it doesn't go on forever. Is it also possible to re-arm the system?
-
Hi,
You can do this with a script/program.
In summarize:
1/ when alarm is set : record time
2/ loop every 1 minute : time - record time > time wanted
So disarm
You can take a look at the program "smartlight" to manage time and use function "When.ModuleParameterChanged".
If you need help don't hesitate to request
Bye