homieiot / convention

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

ContentType in convention #97

Closed jamesmyatt closed 6 years ago

jamesmyatt commented 6 years ago

MQTT (before 5.0) does not allow to specify the content type in the PUBLISH packet. Instead, the convention should describe the acceptable ContentType for each topic, with the assumption that string means UTF-8.

ThomDietrich commented 6 years ago

This? https://github.com/homieiot/convention#payload

davidgraeff commented 6 years ago

Closing, because answered