Skip to content

Commit

Permalink
Updated readme with MqttRetain and MqttQOS
Browse files Browse the repository at this point in the history
  • Loading branch information
wsobel committed Jul 3, 2024
1 parent 5bdbedc commit 5e9bfd0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 5e9bfd0

Please sign in to comment.