]> git.basschouten.com Git - openhab-addons.git/commitdiff
Update README.md (#10379)
authorRoss Kennedy <rossko@culzean.clara.co.uk>
Fri, 2 Apr 2021 20:26:32 +0000 (21:26 +0100)
committerGitHub <noreply@github.com>
Fri, 2 Apr 2021 20:26:32 +0000 (22:26 +0200)
Try to clarify beginners should not be using channels direct on broker Bridge Thing.

Signed-off-by: Ross Kennedy <rossko@culzean.clara.co.uk>
bundles/org.openhab.binding.mqtt/README.md

index 0dc69e6eebc57be4d60cc8a9cec770c575e7f262..01521d6fa7c6cebeb7b472a942e69c2d18b2e834 100644 (file)
@@ -68,3 +68,5 @@ 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.
+
+Note for new users - direct broker Bridge channels are rarely needed. You almost certainly will want to be using one of the binding extensions, or the generic Things and Channels features for most devices or services.