2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00
git-svn-id: https://svn.fhem.de/fhem/trunk@4851 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2014-02-08 18:48:40 +00:00
parent 0637d7fbdd
commit 100eebe0b0

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));