add regexFilter and docs

This commit is contained in:
Bastian Schroll 2019-10-26 13:41:17 +02:00
parent a92dd8d94c
commit 61e085d555
No known key found for this signature in database
GPG key ID: 0AE96912A20E9F5F
8 changed files with 144 additions and 5 deletions

View file

@ -38,8 +38,7 @@ class BoswatchModule(Module):
def doWork(self, bwPacket):
"""!start an run of the module.
@param bwPacket: A BOSWatch packet instance
@return bwPacket or False"""
@param bwPacket: A BOSWatch packet instance"""
if bwPacket.get("mode") == "fms":
pass
elif bwPacket.get("mode") == "zvei":