10_ZWave.pm: some more debug (inactive) (Forum #54555)

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@11746 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2016-07-05 18:18:59 +00:00
parent 1d61af45ba
commit 18b5be6ecc

View File

@ -3613,7 +3613,7 @@ ZWave_processSendStack($$;$)
if($ackType eq "ack" && $hash->{lastMsgSent}); if($ackType eq "ack" && $hash->{lastMsgSent});
return; return;
} }
#Log 1, "pSS: $hash->{NAME}, $ackType $ss->[0]"; #Log 1, "pSS: $hash->{NAME}, $ackType $ss->[0]".($omsg ? " omsg:$omsg" : "");
if($ackType eq "retry") { if($ackType eq "retry") {
$ss->[0] =~ m/^(.*)(set|get):(.*)$/; $ss->[0] =~ m/^(.*)(set|get):(.*)$/;