mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
SmokeDetector: allow another alive
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@989 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
232b366a07
commit
350fd0c722
@ -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(..)$/) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user