diff --git a/fhem/FHEM/98_statistics.pm b/fhem/FHEM/98_statistics.pm
index 697bbe55f..a32a58c15 100644
--- a/fhem/FHEM/98_statistics.pm
+++ b/fhem/FHEM/98_statistics.pm
@@ -1324,7 +1324,8 @@ __END__
setStatistics <device> <reading> <period> <value>
- Sets a statistic value to a fixed value. Period is one of Hour, Day, Month, Year.
+ Sets a statistic value to a fixed value. Period is one of Hour, Day, Month, Year.
+ Implemented for delta readings only (Hour, Day, Month, Year) Hint: covers not last readings
@@ -1366,7 +1367,12 @@ __END__
So, only the readings that are listed in the specific attributes are evaluated.
-
+ limitDecimals <reading:decimals>
+
+ Space separated list of reading:decimals to set the maximun number of decimal places after decimal point.
+ Valid only for Delta und Avg.
+
+
minAvgMaxReadings <readings>
Comma separated list of reading names for which a min/average/max statistic shall be calculated.
@@ -1485,6 +1491,11 @@ __END__
doStatistics
Berechnet die aktuellen Statistiken aller beobachteten Geräte.
+
+ setStatistics <device> <reading> <period> <value>
+
+ Setzt einen statistic Wert auf einen festen Wert. Die period ist eine aus Hour, Day, Month, Year.
+ Iimplementiert für delta Readings (Hour, Day, Month, Year). Hinweis: nicht für die Last-Readings.
@@ -1518,7 +1529,12 @@ __END__
z.B. FritzDect:current|Sensor_.*:humidity
-
+ limitDecimals <reading:decimals>
+
+ Durch Angabe einer Liste im Format reading:decimals (Leerzeichen getrennt) wird die maximale Anzahl
+ von Nachkommastellen festgelegt (greift nur bei Delta und Avg).
+
+
ignoreDefaultAssignments <0 | 1>
Ignoriert die Standardzuordnung von Gerätewerten zu Statistik-Typen..