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
When i create a simple Thing that only has a on off button, everything works fine.
But if I add more options to it I get null as the value for the href properties fo the properties property.
I am using the current version of this library.
When i create a simple Thing that only has a on off button, everything works fine.
But if I add more options to it I get
null
as the value for the href properties fo theproperties
property.Example:
I used the example code from this project: https://github.com/mozilla-iot/webthing-arduino/blob/master/examples/RGBLamp/RGBLamp.ino
As you can see the
BrightnessProperty
has href tags withnull
.And the
OnOffProperty
is missing..The text was updated successfully, but these errors were encountered: