diff --git a/FHEM/98_structure.pm b/FHEM/98_structure.pm index b077f33b8..12e1ffe45 100755 --- a/FHEM/98_structure.pm +++ b/FHEM/98_structure.pm @@ -173,7 +173,8 @@ structure_Attr($@) { my ($type, @list) = @_; - return undef if($list[1] eq "alias"); + return undef if($list[1] eq "alias" || + $list[1] eq "room"); my $hash = $defs{$list[0]}; $hash->{INATTR} = 1; my $ret = "";