2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

10_CUL_HM:pairing of burst devices

git-svn-id: https://svn.fhem.de/fhem/trunk@8559 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2015-05-10 14:30:05 +00:00
parent e7ff7770f0
commit c68c97807a

View File

@ -2602,7 +2602,9 @@ sub CUL_HM_parseCommon(@){#####################################################
$attr{$shash->{NAME}}{autoReadReg}=
AttrVal($shash->{NAME},"autoReadReg","4_reqStatus");
CUL_HM_qAutoRead($shash->{NAME},0);
CUL_HM_appFromQ($shash->{NAME},"cf");# stack cmds if waiting
# stack cmds if waiting. Do noch start if we have a burst device
# it may not paire
CUL_HM_appFromQ($shash->{NAME},"cf") if ($rxt == 0x04);
$respRemoved = 1;#force command stack processing
$paired = 1;
@ -2865,8 +2867,6 @@ sub CUL_HM_parseCommon(@){#####################################################
}
elsif($mTp eq "70"){ #Time to trigger TC##################
#send wakeup and process command stack
# CUL_HM_SndCmd($shash, '++A112'.CUL_HM_IoId($shash).$src);
# CUL_HM_ProcessCmdStack($shash);
}
if ($rspWait->{mNo} &&
$rspWait->{mNo} eq $mNo &&