2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-08 07:24:21 +00:00

statistics: bugfix 2

git-svn-id: https://svn.fhem.de/fhem/trunk@8934 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
tpoitzsch 2015-07-11 09:06:59 +00:00
parent 14623e1910
commit 799f49645e

View File

@ -833,7 +833,7 @@ sub statistics_doStatisticSpecialPeriod ($$$$$)
########################################
sub statistics_doStatisticSpecialPeriod2 ($$$$$)
{
my ($hash, $devName, $readingName,$statType, $period, $decPlaces, $value) = @_;
my ($hash, $dev, $readingName,$statType, $period, $decPlaces, $value) = @_;
my $name = $hash->{NAME};
my $specialPeriod = AttrVal($name, "specialPeriod", "");