Skip to content

Commit

Permalink
[mqtt] Add warning for co-installation with mqtt1 (#8048)
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Neuhaus <[email protected]>
  • Loading branch information
KaaNee authored Jul 7, 2020
1 parent 3c5fb42 commit e4b2e1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bundles/org.openhab.binding.mqtt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,7 @@ 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 e4b2e1c

Please sign in to comment.