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:
@@ -751,7 +751,7 @@ ZWave_Cmd($$@)
|
|||||||
$cmdList{neighborUpdate}{fmt} = "48$id";
|
$cmdList{neighborUpdate}{fmt} = "48$id";
|
||||||
$cmdList{neighborUpdate}{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") {
|
if($type eq "set" && $cmd eq "rgb") {
|
||||||
|
|||||||
Reference in New Issue
Block a user