2
0
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:
kaihs 2014-12-07 21:08:53 +00:00
parent f968093778
commit 692971de92

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