From c83bc1884f9fcf6a9539a19c2f54d4fca1e8b4f4 Mon Sep 17 00:00:00 2001 From: tpoitzsch <> Date: Tue, 30 Sep 2014 19:33:03 +0000 Subject: [PATCH] statistics: docu, decimalplaces deltaReadings git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@6641 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/98_statistics.pm | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/FHEM/98_statistics.pm b/FHEM/98_statistics.pm index ec2689ac4..77efaf4ff 100644 --- a/FHEM/98_statistics.pm +++ b/FHEM/98_statistics.pm @@ -400,7 +400,7 @@ statistics_DoStatistics($$$) next if ($completeReadingName =~ m/^($exclReadings)$/ ); next if not exists ($dev->{READINGS}{$readingName}); $statisticDone = 1; - statistics_doStatisticDelta ($hash, $dev, $readingName, 1, $periodSwitch); + statistics_doStatisticDelta ($hash, $dev, $readingName, 3, $periodSwitch); } @specialReadings = split /,/, AttrVal($hashName, "durationReadings", ""); @@ -1039,16 +1039,16 @@ statistics_UpdateDevReading($$$$) Attributes