mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2025-12-06 07:42:03 +01:00
Add files via upload
added options for Express-Alarm
This commit is contained in:
parent
fbc3e53a1d
commit
9ffa872b74
|
|
@ -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…
Reference in a new issue