jeffreydwalter / arlo

Python module for interacting with Netgear's Arlo camera system.
Apache License 2.0
517 stars 124 forks source link

Feature Request: LED #161

Closed thomaswitt closed 2 years ago

thomaswitt commented 3 years ago

The Arlo Q cameras do have an LED which can be turned on and off using the app. Unfortunately there doesn't seem to be an API for that. Would it be possible to support it?

jeffreydwalter commented 3 years ago

@thomaswitt definitely possible. Can you open the Network tab in your browser's devtools and click the button to toggle that LED, and paste the url and request body from those requests? Thanks