smokeDetector ack
git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1106 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -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") { #####################################
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user