mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2025-12-31 22:00:37 +01:00
insert "%DESCR%" in config.template.ini for httpRequest and eMail plugin
This commit is contained in:
parent
8c5cb8ec85
commit
7322d2b709
|
|
@ -130,11 +130,13 @@ tablePOC = bos_pocsag
|
|||
# %DIR% = Direction of the telegram (0/1)
|
||||
# %DIRT% = Direction of the telegram (Text-String)
|
||||
# %TSI% = Tactical Short Information (I-IV)
|
||||
# %DESCR% = Description from csv-file
|
||||
# %TIME% = Date/Time (by script)
|
||||
#fms_url = www.google.de?code=%FMS%&stat=%STATUS%
|
||||
fms_url =
|
||||
|
||||
# %ZVEI% = ZVEI 5-tone Code
|
||||
# %DESCR% = Description from csv-file
|
||||
# %TIME% = Date/Time (by script)
|
||||
#zvei_url = www.google.de?zvei=%ZVEI%
|
||||
zvei_url =
|
||||
|
|
@ -144,6 +146,7 @@ zvei_url =
|
|||
# %FUNCCHAR% = Pocsac function/Subric als character (a-d)
|
||||
# %MSG% = Message of the Pocsag telegram
|
||||
# %BITRATE% = Bitrate of the Pocsag telegram
|
||||
# %DESCR% = Description from csv-file
|
||||
# %TIME% = Date/Time (by script)
|
||||
#poc_url = www.google.de?ric=%RIC%&subric=%FUNC%&msg=%MSG%
|
||||
poc_url =
|
||||
|
|
@ -174,11 +177,13 @@ priority = urgent
|
|||
# %DIR% = Direction of the telegram (0/1)
|
||||
# %DIRT% = Direction of the telegram (Text-String)
|
||||
# %TSI% = Tactical Short Information (I-IV)
|
||||
# %DESCR% = Description from csv-file
|
||||
# %TIME% = Date/Time (by script)
|
||||
fms_subject = FMS: %FMS%
|
||||
fms_message = %TIME%: %FMS% - Status: %STATUS% - Direction: %DIRT% - TSI: %TSI%
|
||||
|
||||
# %ZVEI% = ZVEI 5-tone Code
|
||||
# %DESCR% = Description from csv-file
|
||||
# %TIME% = Date/Time (by script)
|
||||
zvei_subject = Alarm: %ZVEI%
|
||||
zvei_message = %TIME%: %ZVEI%
|
||||
|
|
@ -188,6 +193,7 @@ zvei_message = %TIME%: %ZVEI%
|
|||
# %FUNCCHAR% = Pocsac function/Subric als character (a-d)
|
||||
# %MSG% = Message of the Pocsag telegram
|
||||
# %BITRATE% = Bitrate of the Pocsag telegram
|
||||
# %DESCR% = Description from csv-file
|
||||
# %TIME% = Date/Time (by script)
|
||||
poc_subject = Alarm: %RIC%%FUNCCHAR%
|
||||
poc_message = %TIME%: %MSG%
|
||||
|
|
|
|||
Loading…
Reference in a new issue