AirMap.SettingsGroup.json 1.2 KB
Newer Older
1
[
2 3 4 5 6 7
{
    "name":             "usePersonalApiKey",
    "shortDescription": "Use Personal AirMap API Key",
    "type":             "bool",
    "defaultValue":     false
},
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
{
    "name":             "apiKey",
    "shortDescription": "AirMap API Key",
    "type":             "string",
    "defaultValue":     ""
},
{
    "name":             "clientID",
    "shortDescription": "AirMap Client ID",
    "type":             "string",
    "defaultValue":     ""
},
{
    "name":             "userName",
    "shortDescription": "AirMap User Name",
    "type":             "string",
    "defaultValue":     ""
},
{
    "name":             "password",
    "shortDescription": "AirMap Password",
    "type":             "string",
    "defaultValue":     ""
Gus Grubba's avatar
Gus Grubba committed
31 32 33 34 35 36 37
},
{
    "name":             "enableAirMap",
    "shortDescription": "Enable AirMap",
    "type":             "bool",
    "defaultValue":     false
},
38 39 40 41 42 43
{
    "name":             "enableAirspace",
    "shortDescription": "Show Airspace on Map (Experimental)",
    "type":             "bool",
    "defaultValue":     false
},
Gus Grubba's avatar
Gus Grubba committed
44 45 46 47 48
{
    "name":             "enableTelemetry",
    "shortDescription": "Enable AirMap Telemetry",
    "type":             "bool",
    "defaultValue":     false
49 50
}
]