[mqtt] improve documentation (#9541)

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
This commit is contained in:
J-N-K 2020-12-28 06:56:35 +01:00 committed by GitHub
parent a862c46ba9
commit c4c0876e97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 7 deletions

View File

@ -6,8 +6,7 @@
MQTT is a server/client architecture. MQTT is a server/client architecture.
A server, also called broker is not provided within this binding. 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/) 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.
This particular binding allows to configure connections to brokers via openHAB Things. 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 This binding does NOT allow you to link Channels to MQTT topics or perform auto-discovery of available
@ -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". * __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. * __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.