mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
00_ZWdongle.pm: more debugging info (Forum #40880)
git-svn-id: https://svn.fhem.de/fhem/trunk@9217 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
5b0adaa247
commit
f21a89e849
@ -547,7 +547,8 @@ ZWDongle_ProcessSendStack($)
|
|||||||
|
|
||||||
if($hash->{WaitForAck}){
|
if($hash->{WaitForAck}){
|
||||||
if($ts-$hash->{SendTime} >= 1){
|
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->{SendRetries}++;
|
||||||
$hash->{WaitForAck} = 0;
|
$hash->{WaitForAck} = 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user