From edc7ae3f737f48247e13ca7ef2a5846f7506745f Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Wed, 16 Jun 2021 11:07:56 +0000 Subject: [PATCH] 76_Solarforcast: contrib 0.52.4 git-svn-id: https://svn.fhem.de/fhem/trunk@24644 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 628f3844d..9a641c493 100644 --- a/fhem/contrib/DS_Starter/76_SolarForecast.pm +++ b/fhem/contrib/DS_Starter/76_SolarForecast.pm @@ -4304,7 +4304,7 @@ sub _graphicConsumerLegend { } else { ($caicon) = split('\@', $caicon); - $isricon = "".FW_makeImage($caicon.'@gray', ''); + $isricon = "".FW_makeImage($caicon.'@grey', ''); } } }