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.71.4

git-svn-id: https://svn.fhem.de/fhem/trunk@26616 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2022-10-29 10:16:28 +00:00
parent 46945a1671
commit 46db7c5684

View File

@ -7676,10 +7676,10 @@ END0
$consumer_start = 350 - ($consDist * (($consumercount -1) / 2));
}
else {
$consumer_start = 350 - ((($consDist ) / 2) * ($consumercount-1));
$consumer_start = 350 - (($consDist / 2) * ($consumercount-1));
}
$consumer_start = 0 if $consumer_start < 0;
#$consumer_start = 0 if $consumer_start < 0;
$pos_left = $consumer_start + 15;
for my $c0 (@consumers) {