mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
92_FileLog.pm: correct filelog-event-min-interval doc (Forum #106489)
git-svn-id: https://svn.fhem.de/fhem/trunk@20790 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
4ae5d04b6f
commit
43cdce1e75
@ -1479,8 +1479,8 @@ FileLog_regexpFn($$)
|
||||
<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.
|
||||
for reading. The data will only be written, if at least minInterval
|
||||
seconds elapsed since the last event of the matched type.
|
||||
</li><br>
|
||||
|
||||
<li><a href="#ignoreRegexp">ignoreRegexp</a></li>
|
||||
@ -1797,8 +1797,8 @@ FileLog_regexpFn($$)
|
||||
<li>filelog-event-min-interval<br>
|
||||
Dieses Attribut enthä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
|
||||
gleichen Events mindestens minInterval Sekunden vergangen sind.
|
||||
Die Daten werden nur dann geschrieben, falls seit dem letzten Auftreten
|
||||
des gleichen Events mindestens minInterval Sekunden vergangen sind.
|
||||
</li><br>
|
||||
|
||||
<li><a href="#ignoreRegexp">ignoreRegexp</a></li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user