The following line defines a ThingProperty in a module which I assisting a student with.
ThingProperty motionPower("dcpower", "Power Status", NUMBER, "LevelProperty");
LevelProperty
is indicated as being an integer. Is there any options for defining a float
value, to two decimal places?
I’ve looked through https://webthings.io/schemas/ but can only find integer definitions.
Cheers. all.