smokeDetector bugFix

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

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