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

Open
@jwillaz

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions