mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-08 13:24:56 +00:00
FHEMWEB: avoid warning (Forum 24254)
git-svn-id: https://svn.fhem.de/fhem/trunk@6090 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f136794c5c
commit
b7c66fdb69
@ -1242,6 +1242,7 @@ FW_showRoom()
|
||||
next;
|
||||
}
|
||||
}
|
||||
next if(!$FW_types{$dev}); # FHEMWEB connection, missed due to caching
|
||||
foreach my $grp (split(",", AttrVal($dev, "group", $FW_types{$dev}))) {
|
||||
next if($FW_hiddengroup{$grp});
|
||||
$group{$grp}{$dev} = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user