00_ZWdongle.pm: more debugging info (Forum #40880)
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@9217 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -547,7 +547,8 @@ ZWDongle_ProcessSendStack($)
|
||||
|
||||
if($hash->{WaitForAck}){
|
||||
if($ts-$hash->{SendTime} >= 1){
|
||||
Log3 $hash, 2, "ZWDongle_ProcessSendStack: no ACK, resending message";
|
||||
Log3 $hash, 2, "ZWDongle_ProcessSendStack: no ACK, resending message ".
|
||||
$hash->{SendStack}->[0];
|
||||
$hash->{SendRetries}++;
|
||||
$hash->{WaitForAck} = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user