Skip to content
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

Description

@jwillaz

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":[
]
}
]
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions