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:
parent
29ea83623e
commit
ecc6904c67
@ -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,"") ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user