diff --git a/README.md b/README.md index 7b917eb2..4be89326 100755 --- a/README.md +++ b/README.md @@ -858,6 +858,14 @@ Sinks { *Default*: 1000 +* `MqttRetain` - For the MQTT Sinks, sets the retain flag for publishing. + + *Default*: True + +* `MqttQOS`: - For the MQTT Sinks, sets the Quality of Service. Must be one of `at_least_once`, `at_most_once`, `exactly_once`. + + *Default*: `at_least_once` + ### Adapter Configuration Items ### * `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 } ``` -* `MqttRetain` - For the MQTT Sinks, sets the retain flag for publishing. - - *Default*: True - -* `MqttQOS`: - For the MQTT Sinks, sets the Quality of Service. Must be one of `at_least_once`, `at_most_once`, `exactly_once`. - - *Default*: `at_least_once` - ### Agent Adapter Configuration * `Url` - The URL of the source agent. `http:` or `https:` are accepted for the protocol.