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
Hello,
I have write a script and want to implement my Nanoleaf Aurora...
When i used this aurora.on method the Script is telling me about a "UNKNOWN ERROR 400"
I have the newest version of the API/Module and my Nanoleaf have also the newest version...
I dont have a clue what is Wrong please Help me!
Thanks!
DonMarco
if "abschalten" in text:
aurora = Aurora("xxx.xxx.xxx.xx", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx")
aurora.on = True
if "abschalten" in text:
print("Nanoleaf wird abgeschalten")
aurora = Aurora("xxx.xxx.xxx.xx", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx")
aurora.on = False
The text was updated successfully, but these errors were encountered:
Hello,
I have write a script and want to implement my Nanoleaf Aurora...
When i used this aurora.on method the Script is telling me about a "UNKNOWN ERROR 400"
I have the newest version of the API/Module and my Nanoleaf have also the newest version...
I dont have a clue what is Wrong please Help me!
Thanks!
DonMarco
The text was updated successfully, but these errors were encountered: