Compare commits
4 commits
2.0-websoc
...
main
Author | SHA1 | Date | |
---|---|---|---|
|
93ac9d14bf | ||
|
664e00b7f4 | ||
|
cce9b12645 | ||
|
c82ab68c1e |
|
@ -365,7 +365,7 @@
|
|||
},
|
||||
"FFW": {
|
||||
"text": "Flash Flood Warning",
|
||||
"priority": 4
|
||||
"priority": 5
|
||||
},
|
||||
"FLN": {
|
||||
"priority": 1,
|
||||
|
@ -1164,7 +1164,7 @@
|
|||
"text": "Tropical Cyclone Watch/Warning Break Points"
|
||||
},
|
||||
"TIB": {
|
||||
"priority": 4,
|
||||
"priority": 3,
|
||||
"text": "Tsunami Bulletin"
|
||||
},
|
||||
"TID": {
|
||||
|
@ -1308,7 +1308,7 @@
|
|||
"text": "Routine Space Environment Product Issued Weekly"
|
||||
},
|
||||
"WOU": {
|
||||
"priority": 4,
|
||||
"priority": 5,
|
||||
"text": "Tornado/Severe Thunderstorm Watch"
|
||||
},
|
||||
"WS1": {
|
||||
|
@ -1365,11 +1365,11 @@
|
|||
},
|
||||
"CFA": {
|
||||
"text": "Coastal Flood Watch",
|
||||
"priority": 4
|
||||
"priority": 3
|
||||
},
|
||||
"FLA": {
|
||||
"text": "Flood Watch",
|
||||
"priority": 2
|
||||
"priority": 3
|
||||
},
|
||||
"HWA": {
|
||||
"text": "High Wind Watch",
|
||||
|
@ -1389,7 +1389,7 @@
|
|||
},
|
||||
"SVA": {
|
||||
"text": "Severe Thunderstorm Watch",
|
||||
"priority": 4
|
||||
"priority": 5
|
||||
},
|
||||
"TOA": {
|
||||
"text": "Tornado Watch",
|
||||
|
@ -1405,7 +1405,7 @@
|
|||
},
|
||||
"TSA": {
|
||||
"text": "Tsunami Watch",
|
||||
"priority": 4
|
||||
"priority": 5
|
||||
},
|
||||
"TSW": {
|
||||
"text": "Tsunami Warning",
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"convective": [
|
||||
"https://www.spc.noaa.gov/products/outlook/day1otlk.gif",
|
||||
"https://www.spc.noaa.gov/products/outlook/day2otlk.gif",
|
||||
"https://www.spc.noaa.gov/products/outlook/day3otlk.gif",
|
||||
"https://www.spc.noaa.gov/products/exper/day4-8/day4prob.gif",
|
||||
"https://www.spc.noaa.gov/products/exper/day4-8/day5prob.gif",
|
||||
"https://www.spc.noaa.gov/products/exper/day4-8/day6prob.gif",
|
||||
"https://www.spc.noaa.gov/products/exper/day4-8/day7prob.gif",
|
||||
"https://www.spc.noaa.gov/products/exper/day4-8/day8prob.gif"
|
||||
"https://weather.cod.edu/cdata/text/images/spc/co/day1/categorical/spccoday1.categorical.latest.png",
|
||||
"https://climate.cod.edu/data/text/images/spc/co/day2/categorical/spccoday2.categorical.latest.png",
|
||||
"https://climate.cod.edu/data/text/images/spc/co/day3/categorical/spccoday3.categorical.latest.png",
|
||||
"https://climate.cod.edu/data/text/images/spc/co/day4/severe/spccoday4.severe.latest.png",
|
||||
"https://climate.cod.edu/data/text/images/spc/co/day5/severe/spccoday5.severe.latest.png",
|
||||
"https://climate.cod.edu/data/text/images/spc/co/day6/severe/spccoday6.severe.latest.png",
|
||||
"https://climate.cod.edu/data/text/images/spc/co/day7/severe/spccoday7.severe.latest.png",
|
||||
"https://climate.cod.edu/data/text/images/spc/co/day8/severe/spccoday8.severe.latest.png"
|
||||
],
|
||||
"fire": [
|
||||
"https://www.spc.noaa.gov/products/exper/fire_wx/imgs/day1otlk_fire.gif",
|
||||
|
|
|
@ -590,5 +590,11 @@
|
|||
"fgf": {
|
||||
"room": "fgfchat",
|
||||
"location": "Grand_Forks"
|
||||
|
||||
},
|
||||
"hawaii": {
|
||||
"room": "hawaii",
|
||||
"location": "Hawaii"
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue