From 0b294d7255125705a2c7e005f12fe247a33dbdcb Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Sun, 6 Oct 2024 12:14:32 +0000 Subject: [PATCH] 76_SolarForecast: contrib 1.34.2 git-svn-id: https://svn.fhem.de/fhem/trunk@29204 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/DS_Starter/76_SolarForecast.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/contrib/DS_Starter/76_SolarForecast.pm b/fhem/contrib/DS_Starter/76_SolarForecast.pm index 33b1d6eba..1e28cd606 100644 --- a/fhem/contrib/DS_Starter/76_SolarForecast.pm +++ b/fhem/contrib/DS_Starter/76_SolarForecast.pm @@ -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;