2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

76_SolarForecast.pm: contrib 0.43.0

git-svn-id: https://svn.fhem.de/fhem/trunk@24404 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2021-05-09 19:14:27 +00:00
parent 6c7c74b0f3
commit a874f3fb17

View File

@ -2479,7 +2479,8 @@ sub __planSwitchTimes {
}
}
Log3($name, 3, qq{$name - Consumer "$calias" planned: }.ConsumerVal ($hash, $c, "planstate", ""));
my $planstate = ConsumerVal ($hash, $c, "planstate", "");
Log3($name, 3, qq{$name - Consumer "$calias" planned: $planstate}) if($planstate);
return;
}