10_ZWave.pm:Fix No ACK warning for Multi-Channel devices (Forum #54555)

git-svn-id: https://svn.fhem.de/fhem/trunk@11691 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2016-06-18 20:03:27 +00:00
parent 7ecbeca88c
commit e9c7b2e83c

View File

@@ -3637,6 +3637,7 @@ ZWave_processSendStack($$;$)
}
} elsif($stype eq "ackget" && $ackType eq "msg") {# compare answer class
$smsg = sprintf("%02x$1",length($1)/2) if($smsg =~ /^......600d....(.*)/);
my $cs = substr($smsg, 6, 2);
my $cg = substr($omsg, 2, 2);
return if($cs ne $cg);