peer RT team check

git-svn-id: https://svn.fhem.de/fhem/trunk@5561 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876
2014-04-18 18:32:01 +00:00
parent 63ffb292db
commit 4a1e69d14e

View File

@@ -391,7 +391,7 @@ sub HMinfo_peerCheck(@) { #####################################################
next if ($pId eq "00000000" ||$pId =~m /$devId/);
if ($md eq "HM-CC-RT-DN" && $id =~ m/(0[45])$/){ # special RT climate
my $c = $1 eq "04"?"05":"04";
push @peerIDsNoPeer if ($pId !~ m/$c$/);
push @peerIDsNoPeer,$eName." pID:".$pId if ($pId !~ m/$c$/);
}
my $pDid = substr($pId,0,6);
if (!$modules{CUL_HM}{defptr}{$pId} &&