mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-01-10 18:49:59 +01:00
Update plugin/telegram.py
Co-authored-by: Jan Speller <j-speller@outlook.com>
This commit is contained in:
parent
f79554f415
commit
689d81565b
|
|
@ -47,8 +47,7 @@ class BoswatchPlugin(PluginBase):
|
|||
def pocsag(self, bwPacket):
|
||||
"""!Called on POCSAG alarm
|
||||
|
||||
@param bwPacket: bwPacket instance
|
||||
Remove if not implemented"""
|
||||
@param bwPacket: bwPacket instance"""
|
||||
msg = self.parseWildcards(self.config.get("message_pocsag", default="{RIC}({SRIC})\n{MSG}"))
|
||||
self._sendMessage(msg)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue