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:
parent
71cce06d4e
commit
09eead3d81
@ -457,7 +457,8 @@ structure_Attr($@)
|
||||
icon=>1,
|
||||
room=>1,
|
||||
stateFormat=>1,
|
||||
webCmd=>1
|
||||
webCmd=>1,
|
||||
userattr=>1
|
||||
);
|
||||
|
||||
return undef if($ignore{$list[1]});
|
||||
|
Loading…
x
Reference in New Issue
Block a user