For MQTT connections, the topic structure is as follows:
- To send commands, publish messages to: {mqttRoot}/request
- For receiving application command responses on: {mqttRoot}/response
- Subscribe to the topic for receiving application feedback: {mqttRoot}/logging
The message content should be formatted in JSON, employing the message field names as property names for each call, as described in the subsequent chapters of this document.