Generic - IOT Connector - MQTT
Search form
Description - This generic is used to configure the IOT connector via MQTT.
Parameter Groups
Parameter Type Description
* Configuration: string The name of the MQTT Client Provider
Click below for a definition:
null
* - denotes required
Parameter Type Description
Topic Name: string The topic where the message will be delivered
Time to Wait: integer Time to wait in milliseconds for the action to complete. 0 means the action will not timeout.
Quality of Service: string Determines how each MQTT message is delivered.
Select from one of the following options:
- At Most Once {0} - Messages are delivered according to the best efforts of the operating environment. Message loss can occur.
- At Least Once {1} - Messages are assured to arrive but duplicates can occur.
- Exactly Once {2} - Messages are assured to arrive exactly once
Retain Message: boolean Whether or not the message should be retained by the server as the last message published on the topic.
* - denotes required
Parameter Groups
Parameter | Type | Description | |
---|---|---|---|
* | Configuration: | string | The name of the MQTT Client Provider
Click below for a definition:
|
* - denotes required
Parameter | Type | Description | |
---|---|---|---|
Topic Name: | string | The topic where the message will be delivered | Time to Wait: | integer | Time to wait in milliseconds for the action to complete. 0 means the action will not timeout. | Quality of Service: | string | Determines how each MQTT message is delivered.
Select from one of the following options:
|
Retain Message: | boolean | Whether or not the message should be retained by the server as the last message published on the topic. |