smokeDetector bugFix

git-svn-id: https://svn.fhem.de/fhem/trunk@882 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2011-03-31 18:23:58 +00:00
parent ade2196d45
commit ea5c3ef04f

View File

@@ -307,7 +307,7 @@ CUL_HM_Parse($$)
} elsif($st eq "smokeDetector") { ##################################### } elsif($st eq "smokeDetector") { #####################################
if($p eq "01..C8") { if($p =~ m/01..C8/) {
push @event, "state:on"; push @event, "state:on";
push @event, "smoke_detect:on"; push @event, "smoke_detect:on";