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

76_SolarForecast: contrib 1.34.2

git-svn-id: https://svn.fhem.de/fhem/trunk@29197 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2024-10-04 22:36:21 +00:00
parent e59731babc
commit 443e3f4f35

View File

@ -14141,7 +14141,7 @@ END0
######################
my ($smicon, $smtxt);
my $don = NexthoursVal ($hash, 'NextHour00', 'DoN', 1); # Tag oder Nacht
my $don = NexthoursVal ($hash, 'NextHour00', 'DoN', 0); # Tag oder Nacht
if ($don) {
my $suncolor = $cpv ? 'orange' : 'grey';