10_ZWave.pm: fix last security change (Forum #38587)
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@9684 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -729,7 +729,7 @@ ZWave_Cmd($$@)
|
|||||||
# message stored in reading, will be processed when nonce arrives
|
# message stored in reading, will be processed when nonce arrives
|
||||||
my $cmd2 = "$type $name $cmd ".join(" ", @a);
|
my $cmd2 = "$type $name $cmd ".join(" ", @a);
|
||||||
ZWave_secPutMsg($hash, $interceptedMSG, $cmd2);
|
ZWave_secPutMsg($hash, $interceptedMSG, $cmd2);
|
||||||
return ZWave_Get($hash, $name, "secNonce");
|
return ZWave_Cmd("get", $hash, $name, "secNonce");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user