76_SolarForecast: contrib Version 1.52.5

git-svn-id: https://svn.fhem.de/fhem/trunk@29993 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
DS_Starter
2025-05-23 21:26:24 +00:00
parent f6408b97f1
commit bf5bab0a75

View File

@@ -17844,7 +17844,7 @@ END3
elsif ($lpv1 == 4) {$xtext -= 15}
elsif ($lpv1 == 3) {$xtext -= 5}
elsif ($lpv1 == 2) {$xtext += 10}
elsif ($lpv1 == 1) {$xtext += 30}
elsif ($lpv1 == 1) {$xtext += 25}
$ret .= qq{<text class="$stna text" id="producertxt_${pn}_$stna" x="$xtext" y="100">$pdrpow</text>} if($flowgPrdsPower);
}