Skip to content

Gateway does not notice if color or colormode are changed #112

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

Closed
LasseRosenow opened this issue Apr 12, 2020 · 2 comments · Fixed by #111
Closed

Gateway does not notice if color or colormode are changed #112

LasseRosenow opened this issue Apr 12, 2020 · 2 comments · Fixed by #111
Assignees

Comments

@LasseRosenow
Copy link

I am using webthing-arduino and I just copied this example: https://github.com/mozilla-iot/webthing-arduino/blob/master/examples/RGBLamp/RGBLamp.ino

What I did is: I changed the color in the Webthings Gateway.

Result:
If I fetch the json over the endpoint of my Thing I get the new color as a result. So my Thing got the color and that part works fine.

Problem:
But The color of the LED Icon on the Webthings Gateway does not change. If I reload the Page also the colorpicker will have its initial value..
I don't only have this issue with the color picker, but also if I change things like the colorMode from within the Thing.. the JSON is always correct, but the Gateway does not recognize the change...

Do I have to send a message from the Thing to the Gateway so that the Gateway will now, that properties have changed? Or why isn't this working?

@mrstegeman mrstegeman transferred this issue from WebThingsIO/gateway Apr 13, 2020
@mrstegeman mrstegeman self-assigned this Apr 13, 2020
@mrstegeman
Copy link
Contributor

Fix is in v0.11.3.

@LasseRosenow
Copy link
Author

Thank you so much :)

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

Successfully merging a pull request may close this issue.

2 participants