mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-23 14:46:24 +00:00
76_SolarForecast.pm: contrib 0.67.6
git-svn-id: https://svn.fhem.de/fhem/trunk@26377 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
4748ea714b
commit
9ee15517f7
@ -5863,9 +5863,10 @@ sub __weatherOnBeam {
|
||||
|
||||
my $wcc = $hfcg->{$i}{wcc}; # Bewölkungsgrad ergänzen
|
||||
|
||||
if(IsNumeric ($wcc)) { # Javascript Fehler vermeiden: https://forum.fhem.de/index.php/topic,117864.msg1233661.html#msg1233661
|
||||
$wcc += 0;
|
||||
}
|
||||
$wcc = $wcc =~ /(-?\d+(\.\d+)?)/ ? $1 : "-";
|
||||
#if(IsNumeric ($wcc)) { # Javascript Fehler vermeiden: https://forum.fhem.de/index.php/topic,117864.msg1233661.html#msg1233661
|
||||
# $wcc += 0;
|
||||
#}
|
||||
|
||||
$title .= ': '.$wcc;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user