-
Notifications
You must be signed in to change notification settings - Fork 30
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
ERROR! UNKNOWN ERROR 400 | aurora.on = True #17
Comments
same ^^ |
You can use my fork which fixes the issue, I have opened a pull request for it https://github.com/Ash-Ranjan/nanoleaf/edit/master/nanoleaf/aurora.py |
coisme
pushed a commit
to coisme/nanoleaf
that referenced
this issue
Nov 27, 2020
Fix a bug on software-2#17
This was referenced Nov 27, 2020
Merged
@Ash-Ranjan Oh, you had the same trouble almost same time. I also created a PR bharat#5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, after installing the application and when turning on the lamp through the function
aurora.on = True
I get the following error:ERROR! UNKNOWN ERROR 400. Please post an issue on the GitHub page: https://github.com/software-2/nanoleaf/issues
I have checked the Nanoleaf code APi and have seen that the following Json is sent to turn it on
{"on": value}
, and in the Nanoleaf API they indicate that the following Json must be sent to turn on:{"on" : {"value": true}}
and to turn off{"on": {"value": false}}
.I have made the change in the file and tested the change and it works correctly.
The text was updated successfully, but these errors were encountered: