2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-16 04:36:02 +00:00

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 71cce06d4e
commit 09eead3d81

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]});