From 90d2251c4600961f594031a80e4f68fa9a8a4456 Mon Sep 17 00:00:00 2001
From: tpoitzsch <>
Date: Fri, 9 Jan 2015 21:00:59 +0000
Subject: [PATCH] statistics: docu
git-svn-id: https://svn.fhem.de/fhem/trunk@7488 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
fhem/FHEM/98_statistics.pm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/fhem/FHEM/98_statistics.pm b/fhem/FHEM/98_statistics.pm
index 8f13b748e..f160fae07 100644
--- a/fhem/FHEM/98_statistics.pm
+++ b/fhem/FHEM/98_statistics.pm
@@ -1187,7 +1187,7 @@ sub statistics_UpdateDevReading($$$$)
period: Hour|Day|Month|Year|1h|2h|3h|6h
- Regulare expression of statistic values, which shall not be shown in summary but also in singular readings. Eases the creation of plots. For duration readings the name of the state has to be used as statTypes.
+ Regulare expression of statistic values, which for which singular readings are created additionally. Eases the creation of plots. For duration readings the name of the state has to be used as statTypes.
Example: Wettersensor:rain:Delta:(Hour|Day)|(FritzDect:(current|power):(Avg|Max|Delta):(Hour|Day)
@@ -1332,7 +1332,7 @@ sub statistics_UpdateDevReading($$$$)
Statistiktyp: Min|Avg|Max|Delta|DurationState|Tendency
Zeitraum: Hour|Day|Month|Year|1h|2h|3h|6h
- Regulärer Ausdruck statistischer Werte, die nicht nur in zusammengefassten sondern auch als einzelne Werte gespeichert werden sollen.
+ Regulärer Ausdruck statistischer Werte, die zusätzlich auch als einzelne Werte gespeichert werden sollen.
Erleichtert die Erzeugung von Plots und anderer Auswertungen (notify).
Für "duration"-Gerätewerte muss der Name des jeweiligen Statuswertes als Statistiktyp
eingesetzt werden.