76_SolarForecast.pm: contrib 0.35.0

git-svn-id: https://svn.fhem.de/fhem/trunk@24232 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
DS_Starter
2021-04-12 22:01:09 +00:00
parent f83267d1ee
commit ea5aa0992b

View File

@@ -1554,7 +1554,7 @@ sub _additionalActivities {
next if(!defined $nhts || !defined $nhfc);
my ($dt, $h) = $nhts =~ /([\w-]+)\s(\d{2})/xs;
push @$daref, "PVforecast<>".$nhfc." Wh<>".$dt." ".$h.":59:59";
push @$daref, "AllPVforecastsToEvent<>".$nhfc." Wh<>".$dt." ".$h.":59:59";
# addCHANGED ($hash, "PVforecast: ".$nhfc, $dt." ".$h.":59:59");
}