Update README.md ()

Try to clarify beginners should not be using channels direct on broker Bridge Thing.

Signed-off-by: Ross Kennedy <rossko@culzean.clara.co.uk>
This commit is contained in:
Ross Kennedy 2021-04-02 21:26:32 +01:00 committed by GitHub
parent 089ee3227a
commit e255dcd570
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.