-
Notifications
You must be signed in to change notification settings - Fork 197
Open
Description
Ability to toggle motion alerts. This action only affect the current client defined by hardware id. For global toggling, motion alerts scheduled (#126) or temporary snoozing (#87) should be used.
Activate
POST https://api.ring.com/clients_api/doorbots/<doorbotId>/motions_subscribe?api_version=11 HTTP/1.1
Authorization: Bearer <token>
X-API-LANG: en
Hardware_ID: <hardwareId>
Content-Type: application/x-www-form-urlencoded
User-Agent: Dalvik/2.1.0 (Linux; U; Android 9; Android SDK built for x86 Build/PSR1.180720.075)
Host: api.ring.com
Connection: Keep-Alive
Accept-Encoding: gzip
Content-Length: 0
Deactivate
POST https://api.ring.com/clients_api/doorbots/<doorbotId>/motions_unsubscribe?api_version=11 HTTP/1.1
Authorization: Bearer <token>
X-API-LANG: en
Hardware_ID: <hardwareId>
Content-Type: application/x-www-form-urlencoded
User-Agent: Dalvik/2.1.0 (Linux; U; Android 9; Android SDK built for x86 Build/PSR1.180720.075)
Host: api.ring.com
Connection: Keep-Alive
Accept-Encoding: gzip
Content-Length: 0
Reactions are currently unavailable