2
0
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:
martinp876 2016-05-26 09:33:27 +00:00
parent 9a421775fb
commit 9a8c993ccf

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