diff --git a/fhem/contrib/commandref_join.pl b/fhem/contrib/commandref_join.pl index fe7e9acf1..eaed8e8c5 100755 --- a/fhem/contrib/commandref_join.pl +++ b/fhem/contrib/commandref_join.pl @@ -85,7 +85,8 @@ foreach my $lang (@lang) { $modType = "command" if($l =~ m/>Fhem commandsDevicesHelper modules/); + $modIdx{$1} = $modType + if($modType && $l =~ m/href="#(.*?)">/ && $1 ne "global"); last if($l =~ m//); } seek(IN,0,0);