This repository was archived by the owner on Jul 30, 2021. It is now read-only.
This repository was archived by the owner on Jul 30, 2021. It is now read-only.
Mode Endpoint has Changed #92
Open
Description
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":[
]
}
]
}