mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-20 07:16:03 +00:00
10_CUL_HM: minor update for lacyConfig device progessing
git-svn-id: https://svn.fhem.de/fhem/trunk@21092 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
7d589690cf
commit
20f8c7f70d
@ -3085,9 +3085,8 @@ sub CUL_HM_parseCommon(@){#####################################################
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if($rxt & 0x10 && $devHlpr->{prt}{sleeping}){ # lazy config
|
if($rxt & 0x10 && $devHlpr->{prt}{sleeping}){ # lazy config
|
||||||
if($mhp->{mFlgH} & 0x02 #wakeup device
|
if($mhp->{mFlgH} & 0x02 # wakeup device
|
||||||
&& $defs{$mhp->{devH}{IODev}{NAME}}{TYPE} =~ m/^(HMLAN|HMUARTLGW)$/){
|
&& $defs{$mhp->{devH}{IODev}{NAME}}{TYPE} =~ m/^(HMLAN|HMUARTLGW)$/){
|
||||||
$devHlpr->{io}{newChn} = 1 if ($devHlpr->{prt}{sProc} == 2);
|
|
||||||
CUL_HM_appFromQ($mhp->{devN},"cf");# stack cmds if waiting
|
CUL_HM_appFromQ($mhp->{devN},"cf");# stack cmds if waiting
|
||||||
$devHlpr->{prt}{sleeping} = 0;
|
$devHlpr->{prt}{sleeping} = 0;
|
||||||
CUL_HM_ProcessCmdStack($mhp->{devH});
|
CUL_HM_ProcessCmdStack($mhp->{devH});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user