jeffreydwalter / arlo

Python module for interacting with Netgear's Arlo camera system.
Apache License 2.0
517 stars 124 forks source link

How to get the current status (Armed or Disarmed) #185

Closed djisasi closed 2 years ago

djisasi commented 2 years ago

Hi,

Very nice job. I coulnd not find how to know if the Base is "Armed" or Disarmed. The rest is working smoothly.

cgmckeever commented 2 years ago
def getMode():
    modes = arlo.GetModesV2()
    return modes[0].get('activeModes')[0]

one way at least

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.