mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-02 13:05:12 +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:
parent
e87acfdd38
commit
505ca35965
@ -875,7 +875,11 @@ MQTT2_SERVER_ReadDebug($$)
|
|||||||
<a id="MQTT2_SERVER-attr-ignoreRegexp"></a>
|
<a id="MQTT2_SERVER-attr-ignoreRegexp"></a>
|
||||||
<li>ignoreRegexp<br>
|
<li>ignoreRegexp<br>
|
||||||
if $topic:$message matches ignoreRegexp, then it will be silently ignored.
|
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>
|
<a id="MQTT2_SERVER-attr-keepaliveFactor"></a>
|
||||||
<li>keepaliveFactor<br>
|
<li>keepaliveFactor<br>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user