-
Notifications
You must be signed in to change notification settings - Fork 224
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
REST endpoint JSON {"status": true} not working as of 1.9.0 rc6 and above #476
Comments
That was the ArduinoJson v6 upgrade, I think. Can publish a fix. |
There is still an issue with the status command:
|
Try |
I wrote it wrong on this forum, but in my code it is {"status": "on"} and {"status": "off"} . I apologise. I did some more investigation: {"status": "off"} is also working in version 1.9.2 |
I'm not able to reproduce. Works fine for me on 1.9.2 and 1.10.0-dev.7.
|
Hi,
I use diyHue to control my MiLights through the Hue app.
diyHue sends comands to the REST /gateways endpoint.
To toggle the lights on/off diyHue uses:
{"status": true} and {"status": false}
As of 1.9.0 rc6 this doesn't work anymore. The false/off stae works but the true/on doesn't work anymore. I've tried these firmware version:
1.8.8 -> workst
1.9.0 rc4 -> workst
1.9.0 rc5 -> workst
1.9.0 rc6 -> doesn't work
1.9.0 rc7 -> doesn't work
1.9.0 rc8 -> doesn't work
1.9.0 rc8 -> doesn't work
1.9.0 -> doesn't work
1.9.1 -> doesn't work
Could you please check this.
The text was updated successfully, but these errors were encountered: