add missed pass statements

This commit is contained in:
Bastian Schroll 2019-10-25 12:12:40 +02:00
parent 5dcd71eb8d
commit c80c9227d5
No known key found for this signature in database
GPG key ID: 0AE96912A20E9F5F

View file

@ -55,11 +55,13 @@ class BoswatchPlugin(Plugin):
"""!Called on ZVEI alarm
@param bwPacket: bwPacket instance"""
pass
def msg(self, bwPacket):
"""!Called on MSG packet
@param bwPacket: bwPacket instance"""
pass
def teardown(self):
"""!Called after alarm"""