2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-23 20:52:13 +00:00

don't use reading name for lookup of row label in multi reading lines

git-svn-id: https://svn.fhem.de/fhem/trunk@5414 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2014-04-02 11:55:24 +00:00
parent 29ea83623e
commit ecc6904c67

View File

@ -526,7 +526,7 @@ readingsGroup_2html($)
$m = $a if( $multi != 1 );
my $room = AttrVal($name, "room", "");
my $group = AttrVal($name, "group", "");
my $txt = lookup($mapping,$name,$a,$n,$v,$room,$group,$m);
my $txt = lookup($mapping,$name,$a,($multi!=1?"":$n),$v,$room,$group,$m);
if( $nameIcon ) {
if( my $icon = lookup($nameIcon,$name,$a,$n,$v,$room,$group,"") ) {