python-verisure: What's the arm state when triggered?

Hi all, I’m working on an implementation of events when the alarm is triggered. Do you know what the value of statusType for armState might be in this case? Maybe you have a response body laying around where the state is “triggered”?

Currently, these are the known security system arm states:

  • ARMED_AWAY
  • ARMED_HOME
  • DISARMED

Maybe I just need to trigger my alarm when I get home to find this out myself 🚨.

About this issue

  • Original URL
  • State: open
  • Created 6 years ago
  • Comments: 16 (9 by maintainers)

Most upvoted comments

Not really

for the arm state I have 'ARMED_HOME', 'ARMED_AWAY', 'DISARMED'.

In the history I can see some similar states as “alarms”

'ARM', 'DISARM', 'FIRE', 'INTRUSION',
'TECHNICAL', 'SOS', 'WARNING', 'LOCK',
'UNLOCK'

I think the only way to know is as you say to fire off your alarm 😃