2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-05 17:48:44 +00:00

CUL_MAX: Don't try to send an ACK to ShutterContactState

git-svn-id: https://svn.fhem.de/fhem/trunk@2476 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mgehre 2013-01-11 09:59:31 +00:00
parent dfc4835758
commit 90beb50935

View File

@ -232,10 +232,6 @@ CUL_MAX_Parse($$)
} elsif($msgType ~~ ["ShutterContactState", "WallThermostatState", "ThermostatState", "PushButtonState"]) {
Dispatch($shash, "MAX,$isToMe,$msgType,$src,$payload", {RAWMSG => $rmsg});
#Only ShutterContactState needs ack
if($msgType eq "ShutterContactState" and $dst eq $shash->{addr}) {
CUL_MAX_SendAck($shash,$msgcnt,$src);
}
} else {
Log 5, "Unhandled message $msgType";
}