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