Compare commits

...

2 commits
main ... main

Author SHA1 Message Date
MoSiren 6a16961bb2 Update data/events.json 2025-07-30 14:13:36 -06:00
MoSiren 0ea03f185e Update data/wfos.json
Added HFO
2025-07-30 14:12:27 -06:00
2 changed files with 5 additions and 1 deletions

View file

@ -13,7 +13,7 @@
}, },
"ADR": { "ADR": {
"text": "Administrative Message", "text": "Administrative Message",
"priority": 5 "priority": 4
}, },
"ADV": { "ADV": {
"priority": 1, "priority": 1,

View file

@ -590,5 +590,9 @@
"fgf": { "fgf": {
"room": "fgfchat", "room": "fgfchat",
"location": "Grand_Forks" "location": "Grand_Forks"
},
"hawaii": {
"room": "hawaii",
"location": "Hawaii"
} }
} }