mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
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:
parent
dbf3d86b6c
commit
a6b57f8547
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user