From 4f85bed57618eb909b9c2f46cf63102f52bd6dfb Mon Sep 17 00:00:00 2001
From: grompo <>
Date: Fri, 25 Mar 2016 20:31:44 +0000
Subject: [PATCH] statistics: docu
git-svn-id: https://svn.fhem.de/fhem/trunk@11126 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 236779445..966ab0a1e 100644
--- a/fhem/FHEM/98_statistics.pm
+++ b/fhem/FHEM/98_statistics.pm
@@ -890,7 +890,7 @@ sub statistics_doStatisticSpecialPeriod2 ($$$$$$)
$result += $_;
$counterHidden++;
if ( $counterHidden == $periods[$counterPeriods] ) {
- my $rName = $statReadingName.$periods[$counterPeriods];
+ my $rName = $statReadingName . $periods[$counterPeriods];
my $rValue = sprintf "%.".$decPlaces."f", $result;
statistics_Log $hash, 4, "Set '$rName = $rValue'";
readingsBulkUpdate($dev, $rName, $rValue, 1);
@@ -1446,7 +1446,7 @@ sub statistics_UpdateDevReading($$$$)
specialDeltaPeriod <Gerät:Gerätewert:Zeitraum:Anzahl1:Anzahl2:...>