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

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 0b89117e7a
commit 0b6dc40b67

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