mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-05 14:25:45 +00:00
add missed pass statements
This commit is contained in:
parent
5dcd71eb8d
commit
c80c9227d5
1 changed files with 2 additions and 0 deletions
|
|
@ -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"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue