mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-04 11:26:55 +00:00
10_CUL_HM: statusrequest limitatin
git-svn-id: https://svn.fhem.de/fhem/trunk@8921 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
54f8ca79ff
commit
8f6b5c2d24
@ -1124,6 +1124,7 @@ sub CUL_HM_Parse($$) {#########################################################
|
||||
if($mTp =~ m /^4[01]/){ #someone is triggered##########
|
||||
my $chn = hex($mI[0])& 0x3f;
|
||||
my $cName = CUL_HM_id2Name($src.sprintf("%02X",$chn));
|
||||
$cName = CUL_HM_id2Name($src) if (!defined($defs{$cName}));
|
||||
my $bCnt = hex($mI[1]);
|
||||
push @evtEt,[$defs{$cName},1,"trig_aes_$dname:$aesStat:$bCnt"]
|
||||
if (defined $defs{$cName});
|
||||
|
@ -1471,7 +1471,6 @@ $culHmSubTypeSets{swi} = $culHmSubTypeSets{remote};
|
||||
$culHmSubTypeSets{KFM100} = $culHmSubTypeSets{outputUnit};
|
||||
$culHmSubTypeSets{blindActuatorSol}= $culHmSubTypeSets{outputUnit};
|
||||
$culHmSubTypeSets{tipTronic} = $culHmSubTypeSets{outputUnit};
|
||||
$culHmSubTypeSets{powerMeter} = $culHmSubTypeSets{outputUnit};
|
||||
|
||||
$culHmSubTypeSets{motionDetector} = $culHmSubTypeSets{threeStateSensor};
|
||||
$culHmSubTypeSets{motionAndBtn} = $culHmSubTypeSets{threeStateSensor};
|
||||
@ -1627,6 +1626,7 @@ $culHmChanSets{"HM-SEN-EP01"} = $culHmSubTypeSets{"THSensor"};
|
||||
$culHmChanSets{"HM-SEN-EP02"} = $culHmSubTypeSets{"THSensor"};
|
||||
$culHmChanSets{"HM-CC-RT-DN05"} = $culHmSubTypeSets{"THSensor"};
|
||||
$culHmChanSets{"HM-ES-PMSw1-Pl03"} = $culHmSubTypeSets{"THSensor"};
|
||||
$culHmChanSets{"HM-ES-PMSw1-Pl01"} = $culHmSubTypeSets{outputUnit};
|
||||
|
||||
$culHmChanSets{"WDF-solar02"} = $culHmSubTypeSets{"blindActuator"};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user