76_SolarForecast.pm: contrib 0.3.0

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@23587 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2021-01-22 20:57:14 +00:00
parent 2e79bbc751
commit f8c39d7b95

View File

@ -2372,6 +2372,8 @@ sub listPVHistory {
my $type = $hash->{TYPE};
my $pvhh = $data{$type}{$name}{pvhist};
Log3 ($name, 5, "$name - PV History content: ".Dumper $pvhh);
my $sub = sub {
my $day = shift;
my $ret;