I would like to add the Property::ContentType to the mqtt messages. connect_to_broker() does not include the property as property_allowed() returns false for that property and send_message() does not include any properties from the config.
Ideally there should be some way of specifying per-message properties - is this currently possible? I may be missing something.
I would like to add the
Property::ContentType
to the mqtt messages.connect_to_broker()
does not include the property asproperty_allowed()
returns false for that property andsend_message()
does not include any properties from the config. Ideally there should be some way of specifying per-message properties - is this currently possible? I may be missing something.