mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-17 11:26:03 +00:00
use informId
git-svn-id: https://svn.fhem.de/fhem/trunk@3426 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b80c0d1df4
commit
0f5b2745ec
@ -96,7 +96,7 @@ LightScene_2html($)
|
||||
foreach my $d (sort keys %{ $hash->{CONTENT} }) {
|
||||
my %extPage = ();
|
||||
my ($allSets, $cmdlist, $txt) = FW_devState($d, $room, \%extPage);
|
||||
$ret .= "<td id=\"$d\">$txt</td>";
|
||||
$ret .= "<td informId=\"$d\">$txt</td>";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user