2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

smokeDetector ack

git-svn-id: https://svn.fhem.de/fhem/trunk@1106 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2011-11-13 13:04:30 +00:00
parent e2b5024839
commit f6e6d6e08e

View File

@ -592,6 +592,11 @@ CUL_HM_Parse($$)
} }
$p =~ m/^....(..)$/;
my $lst = defined($1) ? $1 : "00";
CUL_HM_SendCmd($shash, "++8002".$id.$src."0101".$lst."00",1,0) # Send Ack
if($id eq $dst);
push @event, "unknownMsg:$p" if(!@event);
} elsif($st eq "threeStateSensor") { ##################################### } elsif($st eq "threeStateSensor") { #####################################