mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
bug fixing
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@3989 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f6dcb37507
commit
73c4186230
@ -3479,7 +3479,8 @@ sub CUL_HM_responseSetup($$) {#store all we need to handle the response
|
|||||||
elsif($mTp eq '11' && $chn =~ m/^(02|81)$/){#!!! chn is subtype!!!
|
elsif($mTp eq '11' && $chn =~ m/^(02|81)$/){#!!! chn is subtype!!!
|
||||||
CUL_HM_qStateUpdatIfEnab($dst);
|
CUL_HM_qStateUpdatIfEnab($dst);
|
||||||
if ($p =~ m/02..(..)....(....)/){#lvl ne 0 and timer on
|
if ($p =~ m/02..(..)....(....)/){#lvl ne 0 and timer on
|
||||||
$hash->{helper}{tmdOn} = $2 if ($1 ne "00" && $2 !~ m/(0000|FFFF)/)
|
$hash->{helper}{tmdOn} = $2 if ($1 ne "00" && $2 !~ m/(0000|FFFF)/);
|
||||||
|
CUL_HM_respWaitSu ($hash,"cmd:$cmd","mNo:$mNo","reSent:1","timedOn:1");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
elsif($mTp eq '12' && $mFlg & 0x10){#wakeup with burst
|
elsif($mTp eq '12' && $mFlg & 0x10){#wakeup with burst
|
||||||
|
@ -262,7 +262,7 @@ sub HMinfo_SetFn($@) {#########################################################
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!$cmd ||$cmd eq "?" ) {##actionImmediate: clear parameter--------------
|
if (!$cmd ||$cmd eq "?" ) {##actionImmediate: clear parameter--------------
|
||||||
return "autoReadReg clear configCheck param peerCheck peerXref ".
|
return "autoReadReg clear configCheck param peerCheck peerXref "
|
||||||
."protoEvents models regCheck register rssi saveConfig update "
|
."protoEvents models regCheck register rssi saveConfig update "
|
||||||
."templateSet templateChk templateList templateDef cpRegs update";
|
."templateSet templateChk templateList templateDef cpRegs update";
|
||||||
}
|
}
|
||||||
|
@ -984,7 +984,12 @@ my %culHmModelSets = (# channels of this subtype-------------
|
|||||||
},
|
},
|
||||||
"HM-OU-LED16" =>{ led => "[off|red|green|orange]"
|
"HM-OU-LED16" =>{ led => "[off|red|green|orange]"
|
||||||
,ilum => "[0-15] [0-127]"},
|
,ilum => "[0-15] [0-127]"},
|
||||||
"HM-OU-CFM-PL" =>{ press => "[long|short] [on|off] ..."
|
"HM-OU-CFM-PL" =>{ "on-for-timer"=>"<sec>"
|
||||||
|
,"on-till" =>"<time>"
|
||||||
|
,on =>""
|
||||||
|
,off =>""
|
||||||
|
,toggle =>""
|
||||||
|
,press =>"[long|short] [on|off] ..."
|
||||||
,inhibit =>"[on|off]"},
|
,inhibit =>"[on|off]"},
|
||||||
"HM-CC-TC" =>{ statusRequest =>""},
|
"HM-CC-TC" =>{ statusRequest =>""},
|
||||||
"HM-CC-VD" =>{ statusRequest =>""},
|
"HM-CC-VD" =>{ statusRequest =>""},
|
||||||
@ -992,6 +997,7 @@ my %culHmModelSets = (# channels of this subtype-------------
|
|||||||
# clones- - - - - - - - - - - - - - - - -
|
# clones- - - - - - - - - - - - - - - - -
|
||||||
$culHmModelSets{"HM-RC-19-B"} = $culHmModelSets{"HM-RC-19"};
|
$culHmModelSets{"HM-RC-19-B"} = $culHmModelSets{"HM-RC-19"};
|
||||||
$culHmModelSets{"HM-RC-19-SW"} = $culHmModelSets{"HM-RC-19"};
|
$culHmModelSets{"HM-RC-19-SW"} = $culHmModelSets{"HM-RC-19"};
|
||||||
|
$culHmModelSets{"HM-OU-CM-PCB"} = $culHmModelSets{"HM-OU-CFM-PL"};
|
||||||
#%{$culHmModelSets{"HM-RC-19-SW"}} = %{$culHmModelSets{"HM-RC-19"}}; copy
|
#%{$culHmModelSets{"HM-RC-19-SW"}} = %{$culHmModelSets{"HM-RC-19"}}; copy
|
||||||
|
|
||||||
my %culHmChanSets = (
|
my %culHmChanSets = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user