2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00
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 64290034f7
commit 51df7957c3

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;