mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-05 14:25:45 +00:00
added changes from PR-Discussion
This commit is contained in:
parent
6e2ee6ba6a
commit
4e95d14d88
2 changed files with 3 additions and 3 deletions
|
|
@ -46,9 +46,9 @@ class BoswatchModule(ModuleBase):
|
|||
if bwPacket.get("mode") == "fms":
|
||||
filterFields = ["fms"]
|
||||
elif bwPacket.get("mode") == "pocsag":
|
||||
filterFields = self.config.get("pocsagFields", default=["ric"])
|
||||
filterFields = self.config.get("pocsagFields", default=["ric", "subric"])
|
||||
elif bwPacket.get("mode") == "zvei":
|
||||
filterFields = ["zvei"]
|
||||
filterFields = ["tone"]
|
||||
else:
|
||||
logging.error("No Filter for '%s'", bwPacket)
|
||||
return False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue