HMInfo: checkPeers correction

git-svn-id: https://svn.fhem.de/fhem/trunk@11523 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876
2016-05-26 09:33:27 +00:00
parent 3a2d508a72
commit 5b029e2e32

View File

@@ -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){