mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-28 05:01:57 +00:00
76_SolarForecast: contrib 1.34.2
git-svn-id: https://svn.fhem.de/fhem/trunk@29204 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
22397fb1c8
commit
0b294d7255
@ -14538,7 +14538,7 @@ sub __normIconScale {
|
||||
$hunit eq 'px' ? 470 * $hscale / $height * 0.96 :
|
||||
$hunit eq 'in' ? 470 * $hscale / $height * 0.0138889 :
|
||||
$hunit eq 'mm' ? 470 * $hscale / $height * 0.352778 :
|
||||
$hunit eq 'cm' ? 470 * $hscale / $height * 28.346 :
|
||||
$hunit eq 'cm' ? 470 * $hscale / $height * 0.0352778 :
|
||||
$hunit eq 'pc' ? 470 * $hscale / $height * 12 :
|
||||
$hscale;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user