mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-16 23:06:05 +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:
parent
14623e1910
commit
799f49645e
@ -833,7 +833,7 @@ sub statistics_doStatisticSpecialPeriod ($$$$$)
|
|||||||
########################################
|
########################################
|
||||||
sub statistics_doStatisticSpecialPeriod2 ($$$$$)
|
sub statistics_doStatisticSpecialPeriod2 ($$$$$)
|
||||||
{
|
{
|
||||||
my ($hash, $devName, $readingName,$statType, $period, $decPlaces, $value) = @_;
|
my ($hash, $dev, $readingName,$statType, $period, $decPlaces, $value) = @_;
|
||||||
my $name = $hash->{NAME};
|
my $name = $hash->{NAME};
|
||||||
|
|
||||||
my $specialPeriod = AttrVal($name, "specialPeriod", "");
|
my $specialPeriod = AttrVal($name, "specialPeriod", "");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user