Skip to content

Commit 5e9bfd0

Browse files
committed
Updated readme with MqttRetain and MqttQOS
1 parent 5bdbedc commit 5e9bfd0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -858,6 +858,14 @@ Sinks {
858858

859859
*Default*: 1000
860860

861+
* `MqttRetain` - For the MQTT Sinks, sets the retain flag for publishing.
862+
863+
*Default*: True
864+
865+
* `MqttQOS`: - For the MQTT Sinks, sets the Quality of Service. Must be one of `at_least_once`, `at_most_once`, `exactly_once`.
866+
867+
*Default*: `at_least_once`
868+
861869
### Adapter Configuration Items ###
862870

863871
* `Adapters` - Contains a list of device blocks. If there are no Adapters
@@ -1175,14 +1183,6 @@ The `Table` `REPRESENTATION` requires the the dataItemId as the key and the "val
11751183
}
11761184
```
11771185

1178-
* `MqttRetain` - For the MQTT Sinks, sets the retain flag for publishing.
1179-
1180-
*Default*: True
1181-
1182-
* `MqttQOS`: - For the MQTT Sinks, sets the Quality of Service. Must be one of `at_least_once`, `at_most_once`, `exactly_once`.
1183-
1184-
*Default*: `at_least_once`
1185-
11861186
### Agent Adapter Configuration
11871187

11881188
* `Url` - The URL of the source agent. `http:` or `https:` are accepted for the protocol.

0 commit comments

Comments
 (0)