mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-04 05:16:45 +00:00
CUL_HM: postEvent bug remove
git-svn-id: https://svn.fhem.de/fhem/trunk@8070 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
83fce0ec6a
commit
06c6f66eb0
@ -898,7 +898,7 @@ sub CUL_HM_hmInitMsgUpdt($){ #update device init msg for HMLAN
|
||||
,"HM-CC-SCD" =>{"00"=>"normal" ,"64"=>"added" ,"C8"=>"addedStrong"}
|
||||
,"HM-Sen-RD-O" =>{"00"=>"dry" ,"C8"=>"rain"}
|
||||
,"HM-MOD-Em-8" =>{"00"=>"closed" ,"C8"=>"open"}
|
||||
,"HM-WDS100-C6-O" =>{"00"=>"quiet" ,"C8"=>"storm"}
|
||||
,"HM-WDS100-C6-O" =>{"00"=>"quiet" ,"C8"=>"storm"}
|
||||
}
|
||||
,mdCh=>{ "HM-Sen-RD-O01" =>{"00"=>"dry" ,"C8"=>"rain"}
|
||||
,"HM-Sen-RD-O02" =>{"00"=>"off" ,"C8"=>"on"}
|
||||
@ -4609,7 +4609,7 @@ sub CUL_HM_Set($@) {#+++++++++++++++++ set command+++++++++++++++++++++++++++++
|
||||
,$peerFlag,$dst,$peer
|
||||
,hex($chn)
|
||||
,$pressCnt
|
||||
,hex($cndNo)));
|
||||
,$cndNo));
|
||||
if ($rxt & 0x80){#burstConditional
|
||||
CUL_HM_SndCmd($pHash, "++B112$id".substr($peer,0,6));
|
||||
}
|
||||
|
@ -915,8 +915,9 @@ $culHmRegType{pushButton} = $culHmRegType{remote};
|
||||
}
|
||||
,"HM-LC-SW1-BA-PCB" =>{ lowBatLimitBA =>1,ledMode =>1}
|
||||
,"HM-LC-SW4-BA-PCB" =>{ lowBatLimitBA =>1,ledMode =>1,localResDis =>1}
|
||||
,"HM-MOD-Re-8" =>{ lowBatLimitBA3 =>1,ledMode =>1}
|
||||
,"HM-ES-PMSw1-Pl" =>{sign =>1}
|
||||
,"HM-Sen-DB-PCB" =>{ ledMode =>1}
|
||||
,"HM-MOD-Re-8" =>{ lowBatLimitBA3 =>1,ledMode =>1}
|
||||
,"HM-ES-PMSw1-Pl" =>{ sign =>1}
|
||||
|
||||
,"HM-Sys-sRP-Pl" =>{ compMode =>1}
|
||||
,"KFM-Display" =>{ CtDlyOn =>1,CtDlyOff =>1
|
||||
|
Loading…
x
Reference in New Issue
Block a user