From e4ad35b2c9ce45c3b181b464cbca1b9ff1638add Mon Sep 17 00:00:00 2001 From: tpoitzsch <> Date: Sat, 6 Dec 2014 19:54:39 +0000 Subject: [PATCH] statistics: docu git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@7149 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/98_statistics.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FHEM/98_statistics.pm b/FHEM/98_statistics.pm index 967a72651..b8b2d9d72 100644 --- a/FHEM/98_statistics.pm +++ b/FHEM/98_statistics.pm @@ -1067,7 +1067,7 @@ statistics_UpdateDevReading($$$$)
define <name> statistics <deviceNameRegExp> [Prefix]
- Beispiel: define Statistik statistics Sensor_.*|Wettersensor + Example: define Statistik statistics Sensor_.*|Wettersensor
 
  • <DeviceNameRegExp>
    @@ -1118,7 +1118,7 @@ statistics_UpdateDevReading($$$$)
  • excludedReadings <DeviceRegExp:ReadingNameRegExp>
    Regular expression of the readings that shall be excluded from the statistics.
    - The reading have to be entered in the form deviceName:readingName. E.g. "FritzDect:current|Sensor_.*:humidity" + The reading have to be entered in the form deviceName:readingName. E.g. FritzDect:current|Sensor_.*:humidity

  • minAvgMaxReadings <readings> @@ -1240,7 +1240,7 @@ statistics_UpdateDevReading($$$$)
  • excludedReadings <GerätenameRegExp:GerätewertRegExp>
    Regulärer Ausdruck der Gerätewerte die nicht ausgewertet werden sollen. - z.B. "FritzDect:current|Sensor_.*:humidity" + z.B. FritzDect:current|Sensor_.*:humidity

  • hideAllSummaryReadings <0 | 1>