2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

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:
nasseeder1 2021-04-12 22:01:09 +00:00
parent 322aedae1f
commit 434039afd0

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");
}