mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-08 05:15:10 +00:00
bug: type
git-svn-id: https://svn.fhem.de/fhem/trunk@2695 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
58b5ca3b0a
commit
4ed8e3f5e9
@ -3781,7 +3781,7 @@ sub CUL_HM_parseCommon(@){
|
||||
my $id = CUL_HM_Id($shash->{IODev});
|
||||
my $listNo = "0".$chnhash->{helper}{getCfgListNo};
|
||||
my @peerID = split(",", AttrVal($chnNname,"peerIDs",""));
|
||||
foreach my $peer (@peerID)
|
||||
foreach my $peer (@peerID){
|
||||
next if ($peer eq '00000000');# ignore termination
|
||||
$peer .="01" if (length($peer) == 6); # add the default
|
||||
if ($peer &&($peer eq $reqPeer || $reqPeer eq "all")){
|
||||
|
Loading…
x
Reference in New Issue
Block a user