10_ZWave.pm: fix warning (Forum #49752)

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@10948 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2016-02-28 10:34:27 +00:00
parent 50b20b8149
commit ecd5619782

View File

@@ -751,7 +751,7 @@ ZWave_Cmd($$@)
$cmdList{neighborUpdate}{fmt} = "48$id";
$cmdList{neighborUpdate}{id} = "";
}
$cmdList{neighborList}{id} = 1 if($type eq "get"); # Add meta command
$cmdList{neighborList}{fmt} = "x" if($type eq "get"); # Add meta command
}
if($type eq "set" && $cmd eq "rgb") {