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:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user