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:
parent
f9c5c11dce
commit
07c78c66b1
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user