Send message

Send (QoS 0) message to the device of the node via MQTT.

URI
/mqtt/send/{nodeKey}/{fieldName}/{message}
Method
GET

URI parameters

nodeKey
The node key
fieldName
The field name
message
The URL encoded message

Request headers

Request body

Response body

200 The message queued

                            
403 Node or field not found

                            

Send message

Send retained (and QoS 2) message to the device of the node via MQTT.

URI
/mqtt/sendRetained/{nodeKey}/{fieldName}/{message}
Method
GET

URI parameters

nodeKey
The node key
fieldName
The field name
message
The URL encoded message

Request headers

Request body

Response body

200 The message queued

                            
403 Node or field not found