mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 01:09:47 +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") { #####################################
|
} 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";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user