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:
kaihs
2014-12-07 21:08:53 +00:00
parent df7b8e10d4
commit 1542cacd73

View File

@@ -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)) {