10_ZWave.pm: fix neighborList (Forum #42701)

git-svn-id: https://svn.fhem.de/fhem/trunk@9670 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2015-10-25 17:18:49 +00:00
parent 22c1331f0a
commit 819c1591af

View File

@@ -749,6 +749,7 @@ ZWave_Cmd($$@)
$data = "$cmd $id $data" if($re);
$val = ($data ? ZWave_Parse($iohash, $data, $type) : "no data returned");
ZWave_processSendStack($hash, 1) if($data && $cmd eq "neighborList");
} else {
if(!$zwave_quietCmds{$cmd}) {