You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
location.getAlarmMode()
ALL = ARMED AWAY -- All sensors are armed
SOME = ARMED HOME -- Only sensors selected for Home mode are armed (generally perimeter sensors, but not internal motions sensor), i.e. only "some" of the sensors.
NONE = DISARMED
That .data.mode property contains this value, so you can subscribe to security panel data events and get realtime updates of the mode.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
please provide sample code for:
That .data.mode property contains this value, so you can subscribe to security panel data events and get realtime updates of the mode.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions