Skip to content
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

firmwareVersion endpoint returns a 404 #18

Open
ssnover opened this issue May 25, 2020 · 0 comments
Open

firmwareVersion endpoint returns a 404 #18

ssnover opened this issue May 25, 2020 · 0 comments

Comments

@ssnover
Copy link

ssnover commented May 25, 2020

My Nanoleaf Aurora is on firmware version 3.3.4. The firmware version is not available on the endpoint this library checks for, instead it seems the only way to retrieve it is via the global getter that returns all of the device information.

>>> a
<Aurora(192.168.1.19)>
>>> a.firmware
Error 404: Resource not found! (192.168.1.19)
>>> a.info["firmwareVersion"]
'3.3.4'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant