2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

10_ZWave.pm: fix new model parser (Forum #100280)

git-svn-id: https://svn.fhem.de/fhem/trunk@19875 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2019-07-21 08:32:55 +00:00
parent f9c5c11dce
commit 07c78c66b1

View File

@ -2377,7 +2377,8 @@ ZWave_mfsParse($$$$$)
ZWave_execInits($hash, 50, $ret);
return "modelConfig:$ret";
} else {
$ret = "model:$mName $3";
my $pName = getVal($l, "name");
$ret = "model:$mName $pName";
}
last;
}