mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
WMBUS: implement ignore attribute for received messages
git-svn-id: https://svn.fhem.de/fhem/trunk@7165 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f968093778
commit
692971de92
@ -203,9 +203,12 @@ WMBUS_Parse($$)
|
||||
|
||||
return "UNDEFINED WMBUS_$addr WMBUS $msg";
|
||||
}
|
||||
|
||||
my $rname = $rhash->{NAME};
|
||||
return "" if(IsIgnored($rname));
|
||||
|
||||
WMBUS_SetRSSI($rhash, $mb, $rssi);
|
||||
|
||||
my $rname = $rhash->{NAME};
|
||||
my $aeskey;
|
||||
|
||||
if ($aeskey = AttrVal($rname, 'AESkey', undef)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user