mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-06 16:40:08 +01:00
Changed naming and description
This commit is contained in:
parent
ae03473f94
commit
0fc12abf44
|
|
@ -114,18 +114,23 @@ ricd = Unwetter
|
|||
# Usually sent periodically, separated by comma
|
||||
netIdent_ric = 0174760, 1398098
|
||||
|
||||
[ExpressAlarm]
|
||||
# Using Express-Alarm (0 - off | 1 - on)
|
||||
expressAlarm = 0
|
||||
[multicastAlarm]
|
||||
# Configure multicastAlarm if your POCSAG network uses an optimized transmission scheme for alarms with more than one RIC (often found in Swissphone networks).
|
||||
# The optimized transmission scheme sends a POCSAG telegram with each RIC that needs to be alarmed in a sequence. These telegrams are send without a text message. This sequence is directly followed by a telegram with a special RIC and the text message.
|
||||
# A POCSAG pager (DME) can be configured to start an acoustic alarm if a specific RIC without text has been received. If afterwards the RIC with the text message will be received, the pager will show the message in it's display.
|
||||
# multicastAlarm enables BOSwatch to forward the all received RIC joined with the text message
|
||||
#
|
||||
# enable multicastAlarm (0 - off | 1 - on)
|
||||
multicastAlarm = 0
|
||||
|
||||
# time limit for alarms that do not belong to the Express-Alarm sequence in seconds
|
||||
expressAlarm_ignore_time = 15
|
||||
# time limit for alarms that do not belong to the multicastAlarm sequence in seconds
|
||||
multicastAlarm_ignore_time = 15
|
||||
|
||||
# Express-Alarm delimiter RIC (usually used as a starting point for a Express-Alarm sequence) (can be empty)
|
||||
expressAlarm_delimiter_ric =
|
||||
# multicastAlarm delimiter RIC (usually used as a starting point for a alarm sequence) (can be empty)
|
||||
multicastAlarm_delimiter_ric =
|
||||
|
||||
# Express-Alarm RIC that is used to send the message
|
||||
expressAlarm_ric =
|
||||
# multicastAlarm RIC that is used to send the text message
|
||||
multicastAlarm_ric =
|
||||
|
||||
[Filters]
|
||||
# RegEX Filter Configuration
|
||||
|
|
|
|||
Loading…
Reference in a new issue