From dc848a2743b35efa3f04347d643711017d074496 Mon Sep 17 00:00:00 2001 From: LeoKle Date: Tue, 5 Dec 2023 20:28:40 +0100 Subject: [PATCH] add EDXX stations --- .github/workflows/main.py | 4 +- edxx/edxx.json | 92 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 94 insertions(+), 2 deletions(-) create mode 100644 edxx/edxx.json diff --git a/.github/workflows/main.py b/.github/workflows/main.py index c247b82..175510e 100644 --- a/.github/workflows/main.py +++ b/.github/workflows/main.py @@ -8,9 +8,9 @@ try: combinedFile = "data.json" - folders_to_sort = ["edgg", "edmm", "eduu", "edww", "edyy", "event_schedules"] - folders_to_consolidate = ["edgg", "edmm", "eduu", "edww", "edyy"] + folders_to_consolidate = ["edgg", "edmm", "eduu", "edww", "edyy", "edxx"] + folders_to_sort = folders_to_consolidate + ["event_schedules"] dataValid(folders_to_consolidate) # remove redundant schedule_groups entries diff --git a/edxx/edxx.json b/edxx/edxx.json new file mode 100644 index 0000000..2e3fe42 --- /dev/null +++ b/edxx/edxx.json @@ -0,0 +1,92 @@ +[ + { + "logon": "EDXX_FIS_CTR", + "frequency": "128.950", + "abbreviation": "IXX", + "description": "Langen Information" + }, + { + "logon": "EDXX_MM_CTR", + "frequency": "120.650", + "abbreviation": "IMM", + "description": "Langen Information" + }, + { + "logon": "EDXX_GG_CTR", + "frequency": "123.525", + "abbreviation": "IGG", + "description": "Langen Information" + }, + { + "logon": "EDXX_WW_CTR", + "frequency": "119.825", + "abbreviation": "IWW", + "description": "Langen Information" + }, + { + "logon": "EDXX_IDS_CTR", + "frequency": "128.950", + "abbreviation": "IDS", + "description": "Langen Information" + }, + { + "logon": "EDXX_IDL_CTR", + "frequency": "129.875", + "abbreviation": "IDL", + "description": "Langen Information" + }, + { + "logon": "EDXX_IDB_CTR", + "frequency": "132.650", + "abbreviation": "IDB", + "description": "Langen Information" + }, + { + "logon": "EDXX_IDR_CTR", + "frequency": "123.525", + "abbreviation": "IDR", + "description": "Langen Information" + }, + { + "logon": "EDXX_IDM_CTR", + "frequency": "126.950", + "abbreviation": "IDM", + "description": "Langen Information" + }, + { + "logon": "EDXX_IDC_CTR", + "frequency": "125.800", + "abbreviation": "IDC", + "description": "Langen Information" + }, + { + "logon": "EDXX_IDF_CTR", + "frequency": "119.150", + "abbreviation": "IDF", + "description": "Langen Information" + }, + { + "logon": "EDXX_IDH_CTR", + "frequency": "125.100", + "abbreviation": "IDH", + "description": "Langen Information" + }, + { + "logon": "EDXX_IDV_CTR", + "frequency": "119.825", + "abbreviation": "IDV", + "description": "Langen Information" + }, + { + "logon": "EDXX_IDO_CTR", + "frequency": "120.650", + "abbreviation": "IDO", + "description": "Langen Information" + }, + { + "logon": "EDXX_ISW_CTR", + "frequency": "128.525", + "abbreviation": "ISW", + "description": "Langen Information" + } +]