homieiot / convention

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

feat(datatype) add JSON datatype. Extend color type with xyz color space #255

Closed schaze closed 1 year ago

schaze commented 1 year ago

As initially discussed v5 needs to support complex datatypes. This PR adds a JSON datatype for this. There is also a color datatype extension with a xyz color space format included which is widely used in different smartbulbs (e.g. Philips Hue)

schaze commented 1 year ago

Replaced with #273 and #274