2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

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

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

View File

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