homieiot / convention

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

fix(property) handling empty-string values #239

Closed Tieske closed 1 year ago

Tieske commented 1 year ago

fixes #223

Tieske commented 1 year ago

I do have second thoughts about this one. Since 0x00 is a terminator for strings in many applications/languages, it might be safer to use another value like 0x01. Better safe than sorry...