Generic - IOT Connector - MQTT

Description - This generic is used to configure the IOT connector via MQTT.


Parameter Groups

 ParameterTypeDescription
*Configuration:stringThe name of the MQTT Client Provider

Click below for a definition:
    null
* - denotes required
 ParameterTypeDescription
Topic Name:stringThe topic where the message will be delivered
Time to Wait:integerTime to wait in milliseconds for the action to complete. 0 means the action will not timeout.
Quality of Service:stringDetermines 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:booleanWhether or not the message should be retained by the server as the last message published on the topic.
* - denotes required