more G-Labs products

Author Topic: auto turn off security alarm  (Read 513 times)

August 11, 2016, 09:08:47 AM
Read 513 times

BurtonBenson

  • *
  • Information
  • Newbie
  • Posts: 1
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?

August 12, 2016, 09:07:25 PM
Reply #1

nolio

  • *****
  • Information
  • Global Moderator
  • Posts: 544
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