mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-16 10:46:03 +00:00
00_TCM: blockSenderID changed
git-svn-id: https://svn.fhem.de/fhem/trunk@5040 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
6fbb0cbce1
commit
63f4fe6b95
@ -224,7 +224,7 @@ TCM_Read($)
|
||||
return "" if(!defined($buf));
|
||||
|
||||
my $name = $hash->{NAME};
|
||||
my $blockSenderID = ReadingsVal($name, "blockSenderID", "no");
|
||||
my $blockSenderID = AttrVal($name, "blockSenderID", "own");
|
||||
my $baseID = hex $hash->{BaseID};
|
||||
my $lastID = hex $hash->{LastID};
|
||||
|
||||
@ -931,7 +931,7 @@ TCM_Undef($$)
|
||||
<b>Attributes</b>
|
||||
<ul>
|
||||
<li><a name="blockSenderID">blockSenderID</a> <own|no>,
|
||||
[blockSenderID] = no is default.<br>
|
||||
[blockSenderID] = own is default.<br>
|
||||
Block receiving telegrams with a TCM SenderID sent by repeaters.
|
||||
</li>
|
||||
<li><a href="#attrdummy">dummy</a></li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user