git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@4851 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2014-02-08 18:48:40 +00:00
parent c6df76618e
commit d7ef40b791

View File

@ -982,7 +982,7 @@ sub CUL_HM_Parse($$) {##############################
push @event, "time-request";
}
}
elsif($md eq "HM-ES-PMSw1-Pl") { ############################################
elsif($md eq "HM-TC-IT-WM-W-EU") { ##########################################
my %ctlTbl=( 0=>"auto", 1=>"manu", 2=>"party",3=>"boost");
if ($mTp eq "10" && $p =~ m/^0B(....)(..)(..)(..)/) {#info-level
my ($d1,$d2,$d3,$d4)=(hex($1),hex($2),hex($3),hex($4));