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
This commit is contained in:
rudolfkoenig
2012-04-16 13:46:33 +00:00
parent a17622a422
commit 2f06876226

View File

@@ -173,7 +173,8 @@ structure_Attr($@)
{ {
my ($type, @list) = @_; 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]}; my $hash = $defs{$list[0]};
$hash->{INATTR} = 1; $hash->{INATTR} = 1;
my $ret = ""; my $ret = "";