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