| 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.
|