98_structure.pm: Add userattr to the list of attr. exceptions

git-svn-id: https://svn.fhem.de/fhem/trunk@7751 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2015-01-28 06:29:16 +00:00
parent b80eb76cd6
commit 858365644e

View File

@@ -457,7 +457,8 @@ structure_Attr($@)
icon=>1,
room=>1,
stateFormat=>1,
webCmd=>1
webCmd=>1,
userattr=>1
);
return undef if($ignore{$list[1]});