diff --git a/plugins/firEmergency/firEmergency.py b/plugins/firEmergency/firEmergency.py index 981b941..d62dcb4 100644 --- a/plugins/firEmergency/firEmergency.py +++ b/plugins/firEmergency/firEmergency.py @@ -4,6 +4,9 @@ """ firEmergency-Plugin to dispatch ZVEI- and POCSAG - messages to firEmergency +firEmergency configuration: +- set input to "FMS32" at Port 5555 + @autor: Smith-fms @requires: firEmergency-Configuration has to be set in the config.ini @@ -101,6 +104,7 @@ def run(typ,freq,data): elif typ == "POC": logging.debug("POC to firEmergency") try: + # !!! Subric+"XX" because of an Issuse in firEmergency !!! firXML = "\n
"+data["ric"]+"
\n"+data["function"]+"XX\n"+data["description"]+"\n"+data["msg"]+"\n
\n" firSocket.send(firXML) except: