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

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@2476 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mgehre
2013-01-11 09:59:31 +00:00
parent 3a2da95a69
commit cc459e10cb

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";
}