From 2f06876226d9cf7478bac0ada9775ed0bd3b3d43 Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Mon, 16 Apr 2012 13:46:33 +0000 Subject: [PATCH] Trying to check in again (3rd time?) git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1459 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/98_structure.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = "";