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
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'
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: