From 12bcb474a675e1837de43bdf78dbf1dd5bb01b17 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Thu, 19 Dec 2019 20:53:16 +0000 Subject: [PATCH] 92_FileLog.pm: reformat addLog doc git-svn-id: https://svn.fhem.de/fhem/trunk@20787 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/92_FileLog.pm | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/fhem/FHEM/92_FileLog.pm b/fhem/FHEM/92_FileLog.pm index 9ca0bf2d2..00146040f 100644 --- a/fhem/FHEM/92_FileLog.pm +++ b/fhem/FHEM/92_FileLog.pm @@ -1419,11 +1419,12 @@ FileLog_regexpFn($$)
  • addLog
    - 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. -
  • + 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. +
    @@ -1476,11 +1477,11 @@ FileLog_regexpFn($$)
  • filelog-event-min-interval
    - 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. -
  • + 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. +
  • ignoreRegexp
  • @@ -1733,11 +1734,11 @@ FileLog_regexpFn($$)
  • addLog
    - Dieses Attribut enthält eine durch Kommata getrennte Liste von - "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. -
  • + Dieses Attribut enthält eine durch Kommata getrennte Liste von + "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. +
    @@ -1794,11 +1795,11 @@ FileLog_regexpFn($$)
  • filelog-event-min-interval
    - 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. -
  • + 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. +
  • ignoreRegexp