|
|
|
@ -36,7 +36,7 @@ SayAllClear = True
|
|
|
|
; [Tornado Warning, Severe Thunderstorm Warning, Flood Watch, Special Weather Statement],
|
|
|
|
; [Tornado Warning, Severe Thunderstorm Warning, Flood Watch, Special Weather Statement],
|
|
|
|
; and MaxAlerts = 2, then SkywarnPlus will only process the Tornado Warning and Severe Thunderstorm Warning.
|
|
|
|
; and MaxAlerts = 2, then SkywarnPlus will only process the Tornado Warning and Severe Thunderstorm Warning.
|
|
|
|
; Example: MaxAlerts = 3
|
|
|
|
; Example: MaxAlerts = 3
|
|
|
|
MaxAlerts = 2
|
|
|
|
MaxAlerts = 5
|
|
|
|
|
|
|
|
|
|
|
|
; Optional alternate path to the directory where sound files are stored
|
|
|
|
; Optional alternate path to the directory where sound files are stored
|
|
|
|
; Default is SkywarnPlus/SOUNDS
|
|
|
|
; Default is SkywarnPlus/SOUNDS
|
|
|
|
@ -47,17 +47,22 @@ MaxAlerts = 2
|
|
|
|
[Blocking]
|
|
|
|
[Blocking]
|
|
|
|
; GLOBAL BLOCKING - These alerts will be completely ignored and filtered out of the entire SkywarnPlus workflow
|
|
|
|
; GLOBAL BLOCKING - These alerts will be completely ignored and filtered out of the entire SkywarnPlus workflow
|
|
|
|
; CASE SENSITIVE list of events to ignore, comma separated. Wildcards can be used, e.g. *Statement, *Advisory
|
|
|
|
; CASE SENSITIVE list of events to ignore, comma separated. Wildcards can be used, e.g. *Statement, *Advisory
|
|
|
|
GlobalBlockedEvents =
|
|
|
|
; Example: GlobalBlockedEvents = *Statement, *Advisory
|
|
|
|
|
|
|
|
GlobalBlockedEvents =
|
|
|
|
|
|
|
|
|
|
|
|
; SayAlert Blocking
|
|
|
|
; SayAlert Blocking
|
|
|
|
; These alerts will be blocked from being spoken when they are received
|
|
|
|
; These alerts will be blocked from being spoken when they are received
|
|
|
|
; These alerts will still be added to the tailmessage
|
|
|
|
; These alerts will still be added to the tailmessage
|
|
|
|
SayAlertBlockedEvents =
|
|
|
|
; CASE SENSITIVE list of events to ignore, comma separated.
|
|
|
|
|
|
|
|
; Example: SayAlertBlockedEvents = *Statement, *Advisory
|
|
|
|
|
|
|
|
SayAlertBlockedEvents =
|
|
|
|
|
|
|
|
|
|
|
|
; Tailmessage Blocking
|
|
|
|
; Tailmessage Blocking
|
|
|
|
; These alerts will be blocked from being added to the tailmessage
|
|
|
|
; These alerts will be blocked from being added to the tailmessage
|
|
|
|
; These alerts will still be spoken when they are received
|
|
|
|
; These alerts will still be spoken when they are received
|
|
|
|
TailmessageBlockedEvents =
|
|
|
|
; CASE SENSITIVE list of events to ignore, comma separated.
|
|
|
|
|
|
|
|
; Example: TailmessageBlockedEvents = *Statement, *Advisory
|
|
|
|
|
|
|
|
TailmessageBlockedEvents =
|
|
|
|
|
|
|
|
|
|
|
|
; Tail message settings
|
|
|
|
; Tail message settings
|
|
|
|
[Tailmessage]
|
|
|
|
[Tailmessage]
|
|
|
|
@ -109,10 +114,13 @@ RptLinkCT = CT-LINK.ulaw
|
|
|
|
CTAlerts = Hurricane Force Wind Warning,
|
|
|
|
CTAlerts = Hurricane Force Wind Warning,
|
|
|
|
Severe Thunderstorm Warning,
|
|
|
|
Severe Thunderstorm Warning,
|
|
|
|
Tropical Storm Warning,
|
|
|
|
Tropical Storm Warning,
|
|
|
|
|
|
|
|
Coastal Flood Warning,
|
|
|
|
Winter Storm Warning,
|
|
|
|
Winter Storm Warning,
|
|
|
|
Thunderstorm Warning,
|
|
|
|
Thunderstorm Warning,
|
|
|
|
Extreme Wind Warning,
|
|
|
|
Extreme Wind Warning,
|
|
|
|
Storm Surge Warning,
|
|
|
|
Storm Surge Warning,
|
|
|
|
|
|
|
|
Dust Storm Warning,
|
|
|
|
|
|
|
|
Avalanche Warning,
|
|
|
|
Ice Storm Warning,
|
|
|
|
Ice Storm Warning,
|
|
|
|
Hurricane Warning,
|
|
|
|
Hurricane Warning,
|
|
|
|
Blizzard Warning,
|
|
|
|
Blizzard Warning,
|
|
|
|
@ -141,7 +149,7 @@ Debug = False
|
|
|
|
[Logging]
|
|
|
|
[Logging]
|
|
|
|
; Enable more verbose logging
|
|
|
|
; Enable more verbose logging
|
|
|
|
; Either True or False
|
|
|
|
; Either True or False
|
|
|
|
Debug = True
|
|
|
|
Debug = False
|
|
|
|
|
|
|
|
|
|
|
|
; Optional alternate log file path
|
|
|
|
; Optional alternate log file path
|
|
|
|
; Default is /tmp/Skywarnplus/SkywarnPlus.log
|
|
|
|
; Default is /tmp/Skywarnplus/SkywarnPlus.log
|
|
|
|
@ -152,7 +160,7 @@ Debug = True
|
|
|
|
[DEV]
|
|
|
|
[DEV]
|
|
|
|
; Delete cached data on startup
|
|
|
|
; Delete cached data on startup
|
|
|
|
; Either True or False
|
|
|
|
; Either True or False
|
|
|
|
CLEANSLATE = True
|
|
|
|
CLEANSLATE = False
|
|
|
|
|
|
|
|
|
|
|
|
; Optional alternate TMP directory
|
|
|
|
; Optional alternate TMP directory
|
|
|
|
; Default is /tmp/SkywarnPlus
|
|
|
|
; Default is /tmp/SkywarnPlus
|
|
|
|
@ -160,12 +168,9 @@ CLEANSLATE = True
|
|
|
|
;TmpDir = /tmp/SkywarnPlus
|
|
|
|
;TmpDir = /tmp/SkywarnPlus
|
|
|
|
|
|
|
|
|
|
|
|
; Enable to inject the below list of test alerts instead of calling the NWS API
|
|
|
|
; Enable to inject the below list of test alerts instead of calling the NWS API
|
|
|
|
INJECT = True
|
|
|
|
INJECT = False
|
|
|
|
|
|
|
|
|
|
|
|
; CASE SENSITIVE, comma & newline separated list of alerts to inject
|
|
|
|
; CASE SENSITIVE, comma & newline separated list of alerts to inject
|
|
|
|
INJECTALERTS = Wind Advisory,
|
|
|
|
INJECTALERTS = Tornado Warning,
|
|
|
|
Special Weather Statement,
|
|
|
|
|
|
|
|
Tornado Watch,
|
|
|
|
Tornado Watch,
|
|
|
|
Tornado Warning,
|
|
|
|
Severe Thunderstorm Warning
|
|
|
|
Severe Thunderstorm Warning,
|
|
|
|
|
|
|
|
Flood Watch
|
|
|
|
|
|
|
|
|