HMInfo:update commandRequest Ping
git-svn-id: https://svn.fhem.de/fhem/trunk@22608 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -2646,12 +2646,14 @@ sub HMinfo_bpPost($) {#bp finished ############################################
|
|||||||
my $chn = InternalVal($e,"chanNo","00");
|
my $chn = InternalVal($e,"chanNo","00");
|
||||||
if(0 < scalar(grep/(00|$chn)/,split(",",$defs{CUL_HM_getDeviceName($e)}{helper}{q}{qReqConf}))){
|
if(0 < scalar(grep/(00|$chn)/,split(",",$defs{CUL_HM_getDeviceName($e)}{helper}{q}{qReqConf}))){
|
||||||
$state = "updating";
|
$state = "updating";
|
||||||
|
CUL_HM_complConfigTest($e);
|
||||||
}
|
}
|
||||||
elsif(!defined $defs{$e}{helper}{cfgChk}){
|
elsif(!defined $defs{$e}{helper}{cfgChk}){
|
||||||
$state = "ok";
|
$state = "ok";
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
$state = join(",",map{$chkIds{$_}{shtxt}} keys%{$defs{$e}{helper}{cfgChk}});
|
$state = join(",",map{$chkIds{$_}{shtxt}} keys%{$defs{$e}{helper}{cfgChk}});
|
||||||
|
CUL_HM_complConfigTest($e);
|
||||||
}
|
}
|
||||||
CUL_HM_UpdtReadSingle($defs{$e},"cfgState",$state,1);
|
CUL_HM_UpdtReadSingle($defs{$e},"cfgState",$state,1);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user