2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-25 16:05:19 +00:00

76_SolarForecast.pm: contrib 0.74.2

git-svn-id: https://svn.fhem.de/fhem/trunk@26710 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2022-11-15 20:57:00 +00:00
parent 19c1241841
commit 3ecf317bb1

View File

@ -4923,7 +4923,7 @@ sub __planSwitchTimes {
} }
} }
else { # Verbraucher _muß_ geplant werden else { # Verbraucher _muß_ geplant werden
if($debug) { if($debug =~ /consumerPlanning/x) {
Log3 ($name, 1, qq{$name DEBUG> consumer "$c" - mode: $mode, mintime: $mintime, relevant method: max}); Log3 ($name, 1, qq{$name DEBUG> consumer "$c" - mode: $mode, mintime: $mintime, relevant method: max});
for my $o (sort{$a<=>$b} keys %max) { for my $o (sort{$a<=>$b} keys %max) {