2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-08 05:15:10 +00:00

fix peerChan nameresolution

git-svn-id: https://svn.fhem.de/fhem/trunk@3473 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2013-07-22 11:14:19 +00:00
parent 331385210d
commit fd5c585ef5

View File

@ -2646,8 +2646,8 @@ sub CUL_HM_Set($@) {
my $peerFlag = CUL_HM_getFlag($peerHash);
CUL_HM_PushCmdStack($peerHash, sprintf("++%s01%s%s%s%s%s%02X%02X",
$peerFlag,$id,$peerDst,$peerChn,$cmdB,$dst,$b2,$b1 ));
CUL_HM_queueAutoRead($peerHash->{name})
if (2 < CUL_HM_getAttrInt($peerHash->{name},"autoReadReg"));
CUL_HM_queueAutoRead($peerHash->{NAME})
if (2 < CUL_HM_getAttrInt($peerHash->{NAME},"autoReadReg"));
}
}
return ("",1) if ($target && $target eq "remote");#Nothing to transmit for actor