MQTT Component
Interact with an MQTT Queue
Component key: mqtt
Description
Message Queuing Telemetry Transport (MQTT) is a light-weight, efficient publish-subscribe network protocol for sending messages between devices. This component allows you to publish messages to an MQTT queue topic.
Connections
MQTT Connection
Input | Notes |
---|---|
Host string / Required host | Provide the string value for the host of the MQTT server. |
Password password password | |
Port string port | The port of the MQTT server. |
Protocol string / Required protocol | The protocol used to connect to the MQTT server. |
Username string username |
Actions
Publish Message
Publish a message to a MQTT topic. | key: publish
Input | Notes | Example |
---|---|---|
Message string / Required message | Provide a string value to be sent to the MQTT topic. | Message to Queue |
Connection connection / Required mqttConnection | ||
Topic Name string / Required topicName | Provide a string value for the name of the MQTT topic. | myTopic |