codetwice / homebridge-http-securitysystem

Homebridge plugin that creates a SecuritySystem device which uses configurable HTTP calls to set and get its state.
BSD 2-Clause "Simplified" License
29 stars 17 forks source link

Realtime Notifications #7

Closed stbluesrul closed 7 years ago

stbluesrul commented 7 years ago

Is it possible to get realtime polling added? Right now, homekit will only notify you if the alarm was triggered if you open the app or check in control center. Homebridge-http is able to do this, it requests device status once a second.

https://github.com/rudders/homebridge-http

codetwice commented 7 years ago

Sorry for the late response. I looked into what was being done there and did some testing and concluded that this was a Good Thing so I also added realtime support to this plugin. Get the develop branch to try it, I will merge it to master if it works out alright.

stbluesrul commented 7 years ago

Just tested the dev branch and it works great! Thank you for adding realtime support!

codetwice commented 7 years ago

I'll merge it into master then.