edit module template

This commit is contained in:
Bastian Schroll 2019-03-10 20:07:10 +01:00
parent e69dfb1a84
commit 45062bd888
2 changed files with 11 additions and 2 deletions

View file

@ -40,6 +40,15 @@ class BoswatchModule(Module):
@param bwPacket: A BOSWatch packet instance
@return bwPacket or False"""
if bwPacket.get("mode") == "fms":
pass
elif bwPacket.get("mode") == "zvei":
pass
elif bwPacket.get("mode") == "pocsag":
pass
elif bwPacket.get("mode") == "msg":
pass
return bwPacket
def onUnload(self):