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 has been archived by the owner on Jul 30, 2021. It is now read-only.
I've been working on modifications to turn individual cameras On/Off. This is achievable by setting "privacyActive" to False/True, respectively. However, while setting the data is straightforward, getting it is not. In order to initialize the state of a device, it would be helpful to retrieve the current values like privacyActive. However, I cannot find any endpoint for retrieving this particular value. I've spent hours sifting through Fiddler traces and javascript to see how the arlo.netgear.com website is reading whether a camera is On or Off, but I have found nothing.
It would also be great to figure out how event alerts are triggered, as those could be used as motion/sound sensors. SmartThings publishes the cameras as motion sensors, so they can be used to trigger other automation events.
The text was updated successfully, but these errors were encountered:
I've been working on modifications to turn individual cameras On/Off. This is achievable by setting "privacyActive" to False/True, respectively. However, while setting the data is straightforward, getting it is not. In order to initialize the state of a device, it would be helpful to retrieve the current values like privacyActive. However, I cannot find any endpoint for retrieving this particular value. I've spent hours sifting through Fiddler traces and javascript to see how the arlo.netgear.com website is reading whether a camera is On or Off, but I have found nothing.
It would also be great to figure out how event alerts are triggered, as those could be used as motion/sound sensors. SmartThings publishes the cameras as motion sensors, so they can be used to trigger other automation events.
The text was updated successfully, but these errors were encountered: