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

76_Solarforcast: contrib 0.69.0

git-svn-id: https://svn.fhem.de/fhem/trunk@26529 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2022-10-12 13:29:46 +00:00
parent ea006b77df
commit a7839a77a3

View File

@ -8070,7 +8070,7 @@ sub __avgSolCastPercFromHistory {
($perc, $qual) = split "/", $histval; # Percentil und Qualität splitten
next if($qual eq 'm'); # manuell eingestellte Percentile überspringen
next if(!$perc || $qual eq 'm'); # manuell eingestellte Percentile überspringen
$perc = 50 if(!$perc || $perc < 10);