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:
rudolfkoenig
2015-09-09 19:16:52 +00:00
parent 94ce79bc80
commit e0141b2480

View File

@@ -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;