2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

92_FileLog.pm: reformat addLog doc

git-svn-id: https://svn.fhem.de/fhem/trunk@20787 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2019-12-19 20:53:16 +00:00
parent 21b4c992b4
commit 12bcb474a6

View File

@ -1419,11 +1419,12 @@ FileLog_regexpFn($$)
<a name="addLog"></a>
<li>addLog<br>
This attribute takes a comma-separated list of devspec:reading:maxInterval
triples. You may use regular expressions for reading. The last value of
the reading will be written to the logfile, if after maxInterval seconds
no event for this device/reading has arrived.
</li>
This attribute takes a comma-separated list of
devspec:reading:maxInterval triples. You may use regular expressions
for reading. The last value of the reading will be written to the
logfile, if after maxInterval seconds no event for this device/reading
has arrived.
</li><br>
<a name="archivedir"></a>
<a name="archivecmd"></a>
@ -1476,11 +1477,11 @@ FileLog_regexpFn($$)
<a name="filelog-event-min-interval"></a>
<li>filelog-event-min-interval<br>
This attribute takes a comma-separated list of devspec:reading:minInterval
triples. You may use regular expressions for reading. Events will only be
generated, if at least minInterval seconds elapsed since the last reading
of the matched type.
</li>
This attribute takes a comma-separated list of
devspec:reading:minInterval triples. You may use regular expressions
for reading. Events will only be generated, if at least minInterval
seconds elapsed since the last reading of the matched type.
</li><br>
<li><a href="#ignoreRegexp">ignoreRegexp</a></li>
@ -1737,7 +1738,7 @@ FileLog_regexpFn($$)
"devspec:readings:maxInterval" Tripel. readings kann ein regexp sein.
Falls nach maxInterval (Sekunden) kein passendes Event eingetroffen ist,
der letzte Wert wird zum Logfile hinzugefuegt.
</li>
</li><br>
<a name="archivedir"></a>
<a name="archivecmd"></a>
@ -1795,10 +1796,10 @@ FileLog_regexpFn($$)
<a name="filelog-event-min-interval"></a>
<li>filelog-event-min-interval<br>
Dieses Attribut enth&auml;lt eine durch Kommata getrennte Liste von
"devspec:readings:minInterval" Tripel. readings kann ein regexp sein. Ein
Event wird nur dann generiert, falls seit dem letzten Auftreten des
"devspec:readings:minInterval" Tripel. readings kann ein regexp sein.
Ein Event wird nur dann generiert, falls seit dem letzten Auftreten des
gleichen Events mindestens minInterval Sekunden vergangen sind.
</li>
</li><br>
<li><a href="#ignoreRegexp">ignoreRegexp</a></li>