mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
smokeDetector bugFix
git-svn-id: https://svn.fhem.de/fhem/trunk@882 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
0b2fd8fa1d
commit
024ba1f43e
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user