07.05.2026, 12:47
Hi, I am sending KNX objects to MQTT using the MQTT Client app on LM5.
I would like the payload to be published in JSON format like this:
{
"value": "<object value>",
"dataUnit": "<object unit>",
"state": true
}
Please how can i do it ?
I would like the payload to be published in JSON format like this:
{
"value": "<object value>",
"dataUnit": "<object unit>",
"state": true
}
Please how can i do it ?