mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 01:09:47 +00:00
bugfix
git-svn-id: https://svn.fhem.de/fhem/trunk@6415 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
64290034f7
commit
51df7957c3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user