From 3ad927b2024ad19a881f84ca167621dfb7011c3a Mon Sep 17 00:00:00 2001 From: borisneubert <> Date: Sat, 18 Aug 2012 16:19:17 +0000 Subject: [PATCH] changed 59_Weather to use logical icon names for local weather icons git-svn-id: https://svn.fhem.de/fhem/trunk@1807 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/59_Weather.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fhem/FHEM/59_Weather.pm b/fhem/FHEM/59_Weather.pm index 173ba1f57..58a001047 100755 --- a/fhem/FHEM/59_Weather.pm +++ b/fhem/FHEM/59_Weather.pm @@ -332,9 +332,9 @@ WeatherIconIMGTag($$$) { $icon =~ s,^/ig/images/weather/(.*)\.gif$,$1,; if($isday) { - $icon= "weather/${icon}.png" + $icon= "weather/${icon}" } else { - $icon= "weather/${icon}_night.png" + $icon= "weather/${icon}_night" } $url= "fhem/icons/$icon";