forked from ChrisChrome/weather-bot
Updated Priority for PTS and RET
PTS is the SPC outlooks that are issued if severe weather is expected. RET is EAS Activation Requested it seems to not be sent to IEMBot. More than likely used on NWWS-IO PTS was updated from 1 to 3 RET was updated from 1 to 5. MoSiren
This commit is contained in:
parent
1f718f41ab
commit
b9ebbccb90
|
@ -776,7 +776,7 @@
|
|||
"text": "Post Storm Hurricane Report"
|
||||
},
|
||||
"PTS": {
|
||||
"priority": 1,
|
||||
"priority": 3,
|
||||
"text": "Probabilistic Outlook Points"
|
||||
},
|
||||
"PWO": {
|
||||
|
@ -808,7 +808,7 @@
|
|||
"text": "Record Report"
|
||||
},
|
||||
"RET": {
|
||||
"priority": 1,
|
||||
"priority": 5,
|
||||
"text": "EAS Activation Request"
|
||||
},
|
||||
"RFD": {
|
||||
|
|
Loading…
Reference in a new issue