Name | Description | Type | Additional information |
---|---|---|---|
Topic |
User defined topic to post to |
string |
None. |
Message |
User defined message with {{xxxxx}} key replacements. This gets converted to a UTF-8 byte[] |
string |
None. |
MessageBytes |
Optional send a raw byte value (e.g. for an image) |
Collection of byte |
None. |
QosLevel |
MQTT QoS level (0, 1 or 2) |
byte |
None. |
Retain |
MQTT Retain setting. If the message should be retained. |
boolean |
None. |
Enabled | boolean |
None. |