mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-04 14:07:25 +00:00
Add files via upload
added options for Express-Alarm
This commit is contained in:
parent
fbc3e53a1d
commit
9ffa872b74
1 changed files with 13 additions and 0 deletions
|
|
@ -114,6 +114,19 @@ ricd = Unwetter
|
|||
# Usually sent periodically, separated by comma
|
||||
netIdent_ric = 0174760, 1398098
|
||||
|
||||
[ExpressAlarm]
|
||||
# Using Express-Alarm (0 - off | 1 - on)
|
||||
expressAlarm = 0
|
||||
|
||||
# time limit for alarms that do not belong to the Express-Alarm sequence
|
||||
expressAlarm_ignore_time = 15
|
||||
|
||||
# Express-Alarm delimiter RIC
|
||||
expressAlarm_delimiter_ric =
|
||||
|
||||
# Express-Alarm RIC that is used to send the message
|
||||
expressAlarm_ric =
|
||||
|
||||
[Filters]
|
||||
# RegEX Filter Configuration
|
||||
# http://www.regexr.com/ - RegEX Test Tool an Documentation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue