mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
to broadcast fixed
git-svn-id: https://svn.fhem.de/fhem/trunk@1047 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
30c36837b0
commit
2d6cda02ea
@ -198,10 +198,10 @@ CUL_HM_Parse($$)
|
||||
my $lcm = "$len$cmd";
|
||||
|
||||
my $dhash = $modules{CUL_HM}{defptr}{$dst};
|
||||
my $dname = $dhash ? $dhash->{NAME} : "unknown";
|
||||
my $dname = $dhash ? $dhash->{NAME} :
|
||||
($dst eq "000000" ? "broadcast" :
|
||||
($dst eq $id ? $iohash->{NAME} : $dst));
|
||||
my $target = ($dst eq $id) ? "" : " (to $dname)";
|
||||
$dname = "broadcast" if($dst eq "000000");
|
||||
$dname = $iohash->{NAME} if($dst eq $id);
|
||||
|
||||
if($p =~ m/NACK$/) { # HMLAN special
|
||||
if($dhash) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user