homieiot / convention

🏡 The Homie Convention: a lightweight MQTT convention for the IoT
https://homieiot.github.io/
Other
705 stars 59 forks source link

drop the Percent type #232

Closed Tieske closed 1 year ago

Tieske commented 1 year ago

The spec is ambiguous about this type, since the type is listed, but then it mentions it is a float or integer with unit being set to %. So should an implementation accept a Percent type otronly floats and integers?

Drop the Percent type from paragraph 2.2 Payload would clear this up.

Tieske commented 1 year ago

fixed in #243