smokeDetector bugFix

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@882 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2011-03-31 18:23:58 +00:00
parent 4ef0fd37db
commit 2d96cbed47

View File

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