mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2025-12-06 07:42:03 +01:00
Update config.template.ini
Adding config-parts for new functions
This commit is contained in:
parent
4f8c15d7d0
commit
2761ace2b0
|
|
@ -349,11 +349,30 @@ SubA = 1
|
|||
SubB = 1
|
||||
SubC = 2
|
||||
SubD = -2
|
||||
|
||||
# ...or define the priority depending on the RIC
|
||||
# 1. switch it on
|
||||
poc_spec_ric = 0
|
||||
|
||||
# 2. fill the following lists, seperator is ,
|
||||
poc_prio2 =
|
||||
poc_prio1 =
|
||||
poc_prio0 =
|
||||
|
||||
poc_title = Alarm: %RIC%%LPAR%%FUNCCHAR%%RPAR%
|
||||
poc_message = %DATE% %TIME% - %DESCR%: %MSG%
|
||||
|
||||
# Section for ZVEI
|
||||
zvei_prio = 1
|
||||
# default prio for all ZVEI - except you specify it different
|
||||
zvei_std_prio = 1
|
||||
|
||||
# [1 - on, 0 - off] - by switching on you can list certain ZVEI depending on their priority
|
||||
zvei_sep_prio = 0
|
||||
|
||||
# use the following lists, separator is ,
|
||||
zvei_prio2 =
|
||||
zvei_prio1 =
|
||||
zvei_prio0 =
|
||||
zvei_title = Alarm: %ZVEI%
|
||||
zvei_message = %DATE% %TIME%: %ZVEI%
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue