2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

10_MQTT2_DEVICE.pm: more bridgeRegexp doc (Forum #91394)

git-svn-id: https://svn.fhem.de/fhem/trunk@17904 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2018-12-06 20:01:10 +00:00
parent 6208cb45a7
commit b27925cd09

View File

@ -499,11 +499,20 @@ zigbee2mqtt_devStateIcon255($)
the topic. Note: the newClientId is enclosed in "", as it is a perl
expression, should be unique, and the automatically created device will
be created also with this name.<br>
<br>
Multiple tuples of &lt;regexp&gt; newClientId are separated by newline.
<br>
Note: setting bridgeRegexp will remove th readingList attribute and all
readings.
Notes:
<ul>
<li>multiple tuples of &lt;regexp&gt; newClientId are separated by
newline</li>
<li>setting bridgeRegexp will remove the readingList attribute and all
readings.</li>
<li>For a zigbee2mqtt device connected via MQTT2_SERVER the following
is probably a better solution:<br>
<ul>
attr zigbee2mqtt bridgeRegexp zigbee2mqtt/0x........([^/]+):.*
"zigbee_$1"
</ul>
</li>
</ul>
</li><br>
<a name="devicetopic"></a>