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>