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:
parent
e2b5024839
commit
f6e6d6e08e
@ -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") { #####################################
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user