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