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
{{ message }}
This repository was archived by the owner on Jul 30, 2021. It is now read-only.
When changing modes (Armed, Disarmed, etc), a POST is now made to a different endpoint:
https://arlo.netgear.com/hmsweb/users/devices/automation/active
with a payload similar to the following:
{
"activeAutomations":[
{
"deviceId":"xxxxxxxxxx",
"timestamp":1531211943092,
"activeModes":[
"mode1"
],
"activeSchedules":[
]
}
]
}