git-svn-id: https://svn.fhem.de/fhem/trunk@6415 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876
2014-08-18 06:36:18 +00:00
parent 4d93460f47
commit 62d81a3c8c

View File

@@ -2398,7 +2398,7 @@ sub CUL_HM_parseCommon(@){#####################################################
if ($reqPeer){
my $flag = CUL_HM_getFlag($shash);
my $ioId = CUL_HM_IoId($shash);
my @peerID = split(",",(AttrVal($chnName,"peerIDs","");
my @peerID = split(",",(AttrVal($chnName,"peerIDs","")));
foreach my $l (split ",",$chnhash->{helper}{getCfgListNo}){
next if (!$l);
my $listNo = "0".$l;