From fb0023259098088646e911b8a2bab6028ac3810d Mon Sep 17 00:00:00 2001 From: betateilchen Date: Tue, 24 Feb 2015 21:36:27 +0000 Subject: [PATCH] 55_InfoPanel.pm: updated git-svn-id: https://svn.fhem.de/fhem/trunk@8089 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/55_InfoPanel.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fhem/FHEM/55_InfoPanel.pm b/fhem/FHEM/55_InfoPanel.pm index 7a5376d51..097cf075c 100644 --- a/fhem/FHEM/55_InfoPanel.pm +++ b/fhem/FHEM/55_InfoPanel.pm @@ -635,9 +635,11 @@ sub btIP_lpItemText { sub btIP_itemLongpoll { my ($id,$x,$y,%params)= @_; - my $color = substr($params{rgb},0,6); + my ($iconName,undef,undef) = FW_dev2image($id); + my $iconURL = FW_IconURL($iconName); my $output = "
\n". + "\n". "
\n"; $defs{$params{name}}{fhem}{div} .= $output; return "";