2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

fhem.pl: rename attribute section for the own module (Forum #120779)

git-svn-id: https://svn.fhem.de/fhem/trunk@24715 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2021-07-09 17:28:55 +00:00
parent 6594c04659
commit 5a65f99358

View File

@ -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($$)