-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathairports.example.json
More file actions
42 lines (42 loc) · 869 Bytes
/
airports.example.json
File metadata and controls
42 lines (42 loc) · 869 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"version": "1.0",
"ledCount": 50,
"airports": [
{
"code": "KGMU",
"led": 0,
"name": "Greenville Downtown",
"enabled": true
},
{
"code": "KCLT",
"led": 2,
"name": "Charlotte Douglas International",
"enabled": true
},
{
"code": "KJQF",
"led": 5,
"name": "Concord-Padgett Regional",
"enabled": true
},
{
"code": "KEQY",
"led": 8,
"name": "Charlotte-Monroe Executive",
"enabled": true
},
{
"code": "KRUQ",
"led": 12,
"name": "Rowan County",
"enabled": true
}
],
"metadata": {
"description": "Charlotte area aviation weather map",
"created": "2026-02-17",
"lastModified": "2026-02-17",
"notes": "LED positions correspond to physical map layout. LEDs between airports remain off."
}
}