Update locationMode using security-panel.mode-switched impulse#1696
Update locationMode using security-panel.mode-switched impulse#1696l-naumann wants to merge 1 commit intodgreif:mainfrom
Conversation
|
@l-naumann this is the first report I've seen of modes not working. Would you mind running the data discovery tool and posting the results? Make sure to check them for any personal data first. |
|
@dgreif Sure, here are the results:
|
|
The only issue I'm aware of with modes is that it relies on polling, which is slow to update status. Seems like this might address it. |
|
Polling is disabled when the location has an alarm base station (location.ts:195) |
I noticed that locationMode push updates do not work for my Ring Alarm system. I was able to fix it by listening to
security-panel.mode-switchedimpulses. I don't know if there are other things to consider or change, but it works perfectly for me and I receive immediate locationMode changes via push again.