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

commandref_join.pl: Fix FHEM transition (Forum #65796)

git-svn-id: https://svn.fhem.de/fhem/trunk@13245 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2017-01-26 19:11:27 +00:00
parent 111a47e0cd
commit 5c742c0a82

View File

@ -82,7 +82,7 @@ foreach my $lang (@lang) {
if(!$suffix) { # First run: remember commands/helper module
my $modType;
while(my $l = <IN>) {
$modType = "command" if($l =~ m/>Fhem commands</);
$modType = "command" if($l =~ m/>FHEM commands</);
$modType = "device" if($l =~ m/>Devices</);
$modType = "helper" if($l =~ m/>Helper modules</);
$modIdx{$1} = $modType