mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
fhem.pl: rename attribute section for the own module (Forum #120779)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@24715 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
72419a3aa2
commit
3403c1c781
4
fhem.pl
4
fhem.pl
@ -2808,9 +2808,9 @@ getAllAttr($;$$)
|
||||
|
||||
&$add($AttrList, "framework");
|
||||
if($defs{$d}{".AttrList"}) {
|
||||
&$add($defs{$d}{".AttrList"}, "Module");
|
||||
&$add($defs{$d}{".AttrList"}, $defs{$d}{TYPE});
|
||||
} else {
|
||||
&$add($modules{$defs{$d}{TYPE}}{AttrList}, "Module");
|
||||
&$add($modules{$defs{$d}{TYPE}}{AttrList}, $defs{$d}{TYPE});
|
||||
}
|
||||
|
||||
my $nl2space = sub($$)
|
||||
|
Loading…
x
Reference in New Issue
Block a user