mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-05 14:25:45 +00:00
add msg mode to plugin
This commit is contained in:
parent
b1cc765607
commit
48ecdd666c
2 changed files with 15 additions and 1 deletions
|
|
@ -51,7 +51,11 @@ class BoswatchPlugin(Plugin):
|
|||
"""!Called on ZVEI alarm
|
||||
|
||||
@param bwPacket: bwPacket instance"""
|
||||
pass
|
||||
|
||||
def msg(self, bwPacket):
|
||||
"""!Called on MSG packet
|
||||
|
||||
@param bwPacket: bwPacket instance"""
|
||||
|
||||
def teardown(self):
|
||||
"""!Called after alarm"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue