diff --git a/fhem/FHEM/98_statistics.pm b/fhem/FHEM/98_statistics.pm
index 648afa563..01592c89a 100644
--- a/fhem/FHEM/98_statistics.pm
+++ b/fhem/FHEM/98_statistics.pm
@@ -421,7 +421,7 @@ statistics_doStatisticDelta ($$$$$)
statistics
This modul calculates for certain readings of given devices statistical values and adds them to the devices.
-
+
Define
@@ -441,7 +441,7 @@ statistics_doStatisticDelta ($$$$$)
Until now the following device types and readings are analysed:
- CUL_WS: humidity, temperature
- KS300: humidity, temperature, wind, rain
- - FBDECT: energy, power, voltage
+ - FBDECT: energy, power, voltage, current
@@ -460,7 +460,7 @@ statistics_doStatisticDelta ($$$$$)
Attributes
- excludedReadings
+ excludedReadings <Device: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"
@@ -477,7 +477,7 @@ statistics_doStatisticDelta ($$$$$)
statistics
Dieses Modul wertet von den angegebenen Geräten bestimmte Werte statistisch aus und fügt sie den jeweiligen Geräten als neue Werte hinzu.
-
+
Define
@@ -516,7 +516,7 @@ statistics_doStatisticDelta ($$$$$)
Attributes
- excludedReadings
+ excludedReadings <GeräteName:WertRegExp>
Regulärer Ausdruck der Gerätewerte, für die keine Statistiken gebildet werden sollen.
Die Gerätewerte werden in der Form Geätename:Geätewert angegeben. Z.B. "FritzDect:current|Sensor_.*:humidity"