2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-15 16:19:11 +00:00

00_MQTT2_SERVER.pm: ignoreRegexp documentation (Forum #131191)

git-svn-id: https://svn.fhem.de/fhem/trunk@26924 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2022-12-29 14:35:15 +00:00
parent ea8c5e9286
commit bb885cfa40

View File

@ -875,7 +875,11 @@ MQTT2_SERVER_ReadDebug($$)
<a id="MQTT2_SERVER-attr-ignoreRegexp"></a>
<li>ignoreRegexp<br>
if $topic:$message matches ignoreRegexp, then it will be silently ignored.
</li>
For general purpose servers, it is a good idea to set it e.g. to
<ul>
homeassistant/[^:"]+/config|tasmota/discovery/[^/:]+/(config|sensors)
</ul> and also include the topics used to send commands towards your MQTT
clients.</li>
<a id="MQTT2_SERVER-attr-keepaliveFactor"></a>
<li>keepaliveFactor<br>