2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-21 14:04:15 +00:00

Support for HomeMatic CO2-Sensor implemented: HM-CC-SCD

git-svn-id: https://svn.fhem.de/fhem/trunk@1393 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mpietruschka 2012-03-28 08:19:32 +00:00
parent 3b716902c8
commit 3936fb408e

View File

@ -711,6 +711,20 @@ CUL_HM_Parse($$)
}
} elsif($model eq "HM-CC-SCD") { ##########################################
if($p =~ m/^....00$/) {
push @event, "state:normal";
} elsif($p =~ m/^....64$/) {
push @event, "state:added";
} elsif($p =~ m/^....C8$/) {
push @event, "state:added_strong";
}
} elsif($st eq "THSensor") { ##########################################
if($p =~ m/^(....)(..)$/) {