-
-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missing Arlo APIs #43
Comments
I have Arlo Pro 2’s, how can I help? |
Curious if anyone knows if the Arlo baby night light colors and brightness options are available? |
@digiblur you can control those properties using these functions:
|
@digiblur take a look here for the complete list of API calls you can make https://github.com/jeffreydwalter/arlo/wiki/API-Documentation |
Would it be possible to add a firmware update function? I have a camera that has been rendered mostly inoperable by a bad firmware update. The camera is recognized in the web interface, but it just says the batteries need to be changed, regardless of whether the camera is plugged in or has a newly charged battery. If I could force a firmware update, it might fix the problem. |
I have the new Arlo Ultra with one year of Arlo Smart Premier. |
@scuc that's great! Thank you for the offer. One way you can help is to write tests to exercise this library against your camera (or just doing manual testing to see which APIs work and which ones don't). The other way, is to click though the UI and report the various HTTP requests that get made. |
Currently, there are some features of the newer Arlo devices that aren't exposed through this library yet. If you own any of those devices it would be great to have your help in figuring out which features still need to be exposed.
If you just want to request a new feature, don't comment here, please open a new issue with a request for that specific feature.
The text was updated successfully, but these errors were encountered: