MQTT Connector
Interact with an MQTT Queue
Connections
MQTT Connection
Authenticate requests to an MQTT server.
Input | Comments | Default |
---|---|---|
Host | Provide the string value for the host of the MQTT server. | |
Protocol | The protocol used to connect to the MQTT server. | |
Port | The port of the MQTT server. | |
Username | ||
Password |
Actions
Publish Message
Publish a message to a MQTT topic.
Input | Comments | Default |
---|---|---|
Topic Name | Provide a string value for the name of the MQTT topic. | |
Message | Provide a string value to be sent to the MQTT topic. | |
Connection |