2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-08 13:24:56 +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:
martinp876 2020-02-02 10:23:10 +00:00
parent 7d589690cf
commit 20f8c7f70d

View File

@ -3085,9 +3085,8 @@ sub CUL_HM_parseCommon(@){#####################################################
}
}
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)$/){
$devHlpr->{io}{newChn} = 1 if ($devHlpr->{prt}{sProc} == 2);
CUL_HM_appFromQ($mhp->{devN},"cf");# stack cmds if waiting
$devHlpr->{prt}{sleeping} = 0;
CUL_HM_ProcessCmdStack($mhp->{devH});