mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-24 09:09:19 +00:00
HMInfo: checkPeers correction
git-svn-id: https://svn.fhem.de/fhem/trunk@11523 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
9a421775fb
commit
9a8c993ccf
@ -500,9 +500,9 @@ sub HMinfo_peerCheck(@) { #####################################################
|
||||
}
|
||||
}
|
||||
push @peerIDsNoPeer,"$eName p:$pName"
|
||||
if ( (!$pPlist || $pPlist !~ m/$idc/)
|
||||
&& $pSt ne "smokeDetector"
|
||||
&& $pChn eq "00"
|
||||
if ( (!$pPlist || $pPlist !~ m/$devId/)
|
||||
&& $st ne 'smokeDetector'
|
||||
&& $pChn !~ m/0[x0]/
|
||||
);
|
||||
if ($pSt eq "virtual"){
|
||||
if (AttrVal($devN,"aesCommReq",0) != 0){
|
||||
|
Loading…
x
Reference in New Issue
Block a user