2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-04 20:17:45 +00:00

HM-PC-BI-4-FM added to parse

git-svn-id: https://svn.fhem.de/fhem/trunk@987 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2011-08-21 11:31:03 +00:00
parent 7820a39cb5
commit 5e79ad3a82

View File

@ -38,7 +38,7 @@ my %culHmModel=(
"0001" => "HM-LC-SW1-PL-OM54",
"0002" => "HM-LC-SW1-SM",
"0003" => "HM-LC-SW4-SM",
"0004" => "HM-LC-SW1-FM",
"0004" => "HM-LC-SW1-FM", # Tested
"0005" => "HM-LC-BL1-FM",
"0006" => "HM-LC-BL1-SM",
"0007" => "KS550", # Tested
@ -387,7 +387,7 @@ CUL_HM_Parse($$)
push @event, "state:$val";
}
} elsif($st eq "remote") { ############################################
} elsif($st eq "remote" || $st eq "pushButton") { #######################
if($cmd =~ m/^..4./ && $p =~ m/^(..)(..)$/) {
my ($button, $bno) = (hex($1), hex($2));