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

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@9670 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2015-10-25 17:18:49 +00:00
parent c7ad5685ce
commit 3d62b3e00d

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}) {