mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-21 06:13:39 +00:00
parent
6589c9613b
commit
79b71b99e8
1 changed files with 4 additions and 0 deletions
|
|
@ -4,6 +4,9 @@
|
||||||
"""
|
"""
|
||||||
firEmergency-Plugin to dispatch ZVEI- and POCSAG - messages to firEmergency
|
firEmergency-Plugin to dispatch ZVEI- and POCSAG - messages to firEmergency
|
||||||
|
|
||||||
|
firEmergency configuration:
|
||||||
|
- set input to "FMS32" at Port 5555
|
||||||
|
|
||||||
@autor: Smith-fms
|
@autor: Smith-fms
|
||||||
|
|
||||||
@requires: firEmergency-Configuration has to be set in the config.ini
|
@requires: firEmergency-Configuration has to be set in the config.ini
|
||||||
|
|
@ -101,6 +104,7 @@ def run(typ,freq,data):
|
||||||
elif typ == "POC":
|
elif typ == "POC":
|
||||||
logging.debug("POC to firEmergency")
|
logging.debug("POC to firEmergency")
|
||||||
try:
|
try:
|
||||||
|
# !!! Subric+"XX" because of an Issuse in firEmergency !!!
|
||||||
firXML = "<event>\n<address>"+data["ric"]+"</address>\n<status>"+data["function"]+"XX</status>\n<description>"+data["description"]+"</description>\n<message>"+data["msg"]+"</message>\n</event>\n"
|
firXML = "<event>\n<address>"+data["ric"]+"</address>\n<status>"+data["function"]+"XX</status>\n<description>"+data["description"]+"</description>\n<message>"+data["msg"]+"</message>\n</event>\n"
|
||||||
firSocket.send(firXML)
|
firSocket.send(firXML)
|
||||||
except:
|
except:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue