mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2025-12-06 07:42:03 +01:00
Update config.template.ini
Beschreibung zum Divera-Plugin angepasst. Typo korrigiert.
This commit is contained in:
parent
ddbddbbcdd
commit
3fc0e6d27a
|
|
@ -467,6 +467,9 @@ keepon = 60
|
|||
[Divera]
|
||||
# See https://api.divera247.com/ for Api-Documentation
|
||||
# Title: Alarm-Stichwort (max. 50 Zeichen, in der kostenlosen Version max. 30 Zeichen)
|
||||
# Text: Alarm-Text (in der kostenlosen Version wird dies nicht übernommen)
|
||||
# Priority: true / false.
|
||||
# Wird ein anderer Wert oder gar keiner gesetzt, so wird die Divera-Alarmierung nicht durchgeführt.
|
||||
|
||||
# Divera API Key
|
||||
accesskey =
|
||||
|
|
@ -475,8 +478,8 @@ accesskey =
|
|||
# Adapt Pocsag Subric (a,b,c,d) to Divera Priorities (true/false)
|
||||
SubA = true
|
||||
SubB = false
|
||||
SubC = false
|
||||
SubD = false
|
||||
SubC =
|
||||
SubD =
|
||||
|
||||
poc_title = %DESCR%: %MSG%
|
||||
poc_text = %DATE% %TIME% - %DESCR%: %MSG%
|
||||
|
|
@ -485,7 +488,7 @@ poc_text = %DATE% %TIME% - %DESCR%: %MSG%
|
|||
# default prio for all ZVEI - except you specify it different
|
||||
zvei_prio = true
|
||||
zvei_title = Alarm: %ZVEI%
|
||||
zvei_test = %DATE% %TIME%: %ZVEI%
|
||||
zvei_text = %DATE% %TIME%: %ZVEI%
|
||||
|
||||
# Section for FMS
|
||||
fms_prio = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue