Feature idea : arm delay by web server enabled or disabled by parameter in URL
See original GitHub issueHello,
I’ve switched all my security automation system to your plugin. All working nice! Thank you, it’s a very cool plugin, and really appreciate how you pay attention to user’s requests.
As I discovered the plug-in, I found this optional parameter :
server_arm_delay : Allows to enable or disable the arming delay.
Instead of using a fixed parameter, couldn’t it be a parameter passed in URL?
For example :
http://localhost:1234/away?delay=true
Will arm the system with the “arm_seconds” delay
And :
http://localhost:1234/away?delay=false
Will arm the system immediately
Moreover, as for issue #23, is that possible to add a webhook and a command that activate at the beginning of arming, before the arm_delay ends?
And a last thing : I think you should add the defaults values for each options in the README.md file. I’m going to the code to see them, but not sure everyone will do it.
Issue Analytics
- State:
- Created 3 years ago
- Comments:18 (18 by maintainers)

Top Related StackOverflow Question
Bug solved!
Thanks!
New beta update released with improvements and fixes.
✅ Fixed duplicated mode changes being allowed (HomeKit & server). ✅ Fixed duplicated sensor triggered events being allowed. ✅ Fixed HomeKit mode changes allowing to set a disabled mode. ✅ Updated webhooks documentation. ☑️ Server code refactored.
npm i homebridge-securitysystem@2.5.0-beta.5Thanks!