I successfully configured MQTT Modbus gateway and I can send/receive data to Serial device using MQTT broker. There are currently 2 types to send/receive messages:
ASCII - this is working as expected using the format I found on documentation.
JSON - I could not find the required format on documentation
Please provide an example of JSON object that can be used.