1
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-07 22:29:19 +00:00

CUL_HM: postEvent bug remove

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@8070 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2015-02-22 16:10:26 +00:00
parent 1ad9ee2588
commit 3258f2b391
2 changed files with 5 additions and 4 deletions

View File

@ -4609,7 +4609,7 @@ sub CUL_HM_Set($@) {#+++++++++++++++++ set command+++++++++++++++++++++++++++++
,$peerFlag,$dst,$peer ,$peerFlag,$dst,$peer
,hex($chn) ,hex($chn)
,$pressCnt ,$pressCnt
,hex($cndNo))); ,$cndNo));
if ($rxt & 0x80){#burstConditional if ($rxt & 0x80){#burstConditional
CUL_HM_SndCmd($pHash, "++B112$id".substr($peer,0,6)); CUL_HM_SndCmd($pHash, "++B112$id".substr($peer,0,6));
} }

View File

@ -915,6 +915,7 @@ $culHmRegType{pushButton} = $culHmRegType{remote};
} }
,"HM-LC-SW1-BA-PCB" =>{ lowBatLimitBA =>1,ledMode =>1} ,"HM-LC-SW1-BA-PCB" =>{ lowBatLimitBA =>1,ledMode =>1}
,"HM-LC-SW4-BA-PCB" =>{ lowBatLimitBA =>1,ledMode =>1,localResDis =>1} ,"HM-LC-SW4-BA-PCB" =>{ lowBatLimitBA =>1,ledMode =>1,localResDis =>1}
,"HM-Sen-DB-PCB" =>{ ledMode =>1}
,"HM-MOD-Re-8" =>{ lowBatLimitBA3 =>1,ledMode =>1} ,"HM-MOD-Re-8" =>{ lowBatLimitBA3 =>1,ledMode =>1}
,"HM-ES-PMSw1-Pl" =>{ sign =>1} ,"HM-ES-PMSw1-Pl" =>{ sign =>1}