2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

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 186f3dc925
commit a9357c79bd

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