HMInfo:update commandRequest Ping

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@22608 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2020-08-15 13:37:43 +00:00
parent dbf3d86b6c
commit a6b57f8547

View File

@ -2646,13 +2646,15 @@ sub HMinfo_bpPost($) {#bp finished ############################################
my $chn = InternalVal($e,"chanNo","00");
if(0 < scalar(grep/(00|$chn)/,split(",",$defs{CUL_HM_getDeviceName($e)}{helper}{q}{qReqConf}))){
$state = "updating";
CUL_HM_complConfigTest($e);
}
elsif(!defined $defs{$e}{helper}{cfgChk}){
$state = "ok";
}
else{
$state = join(",",map{$chkIds{$_}{shtxt}} keys%{$defs{$e}{helper}{cfgChk}});
}
CUL_HM_complConfigTest($e);
}
CUL_HM_UpdtReadSingle($defs{$e},"cfgState",$state,1);
}