Skip to content

Commit

Permalink
[mqtt] improve documentation (openhab#9541)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan N. Klug <[email protected]>
  • Loading branch information
J-N-K authored and thinkingstone committed Nov 7, 2021
1 parent 438c65e commit 4100ca6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions bundles/org.openhab.binding.mqtt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
MQTT is a server/client architecture.

A server, also called broker is not provided within this binding.
You can use any of the freely available MQTT Brokers like [Mosquitto](https://mosquitto.org/)
or [Moquette](https://moquette-io.github.io/moquette/) or install the [included Moquette broker](https://www.openhab.org/addons/integrations/mqttembeddedbroker/) as add-on.
You can use any of the freely available MQTT Brokers like [Mosquitto](https://mosquitto.org/).

This particular binding allows to configure connections to brokers via openHAB Things.
This binding does NOT allow you to link Channels to MQTT topics or perform auto-discovery of available
Expand Down Expand Up @@ -69,8 +68,3 @@ Configuration parameters are:

* __stateTopic__: This channel will trigger on this MQTT topic. This topic can contain wildcards like + and # for example "all/in/#" or "sensors/+/config".
* __payload__: An optional condition on the value of the MQTT topic that must match before this channel is triggered.

## Legacy MQTT1-Binding

This binding is not supposed to run in parallel to the old mqtt1-binding.
Please uninstall the old binding before installing this binding.

0 comments on commit 4100ca6

Please sign in to comment.