homieiot / convention

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

change(description): change arrays to objects #270

Closed Tieske closed 1 year ago

Tieske commented 1 year ago

by changing the node array (in device) and the property array (in node) to objects, the ID can be removed from the node/property, and it ensures that there never can be duplicates (which could happen with an array)