SmokeDetector: allow another alive

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@989 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2011-08-26 06:56:46 +00:00
parent 7d1a2d14c7
commit 4fd1c03ac3

View File

@@ -437,7 +437,7 @@ CUL_HM_Parse($$)
} elsif($p =~ m/^01..01$/) {
push @event, "state:all-clear"; # Entwarnung
} elsif($p =~ m/^06010000$/) {
} elsif($p =~ m/^06010.00$/) {
push @event, "state:alive";
} elsif($p =~ m/^00(..)$/) {