23 lines
571 B
JSON
23 lines
571 B
JSON
|
|
[
|
||
|
|
{
|
||
|
|
"name": "Latitude",
|
||
|
|
"shortDescription": "Latitude of rally point position",
|
||
|
|
"type": "double",
|
||
|
|
"decimalPlaces": 7
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Longitude",
|
||
|
|
"shortDescription": "Longitude of rally point position",
|
||
|
|
"type": "double",
|
||
|
|
"decimalPlaces": 7
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Relative Altitude",
|
||
|
|
"shortDescription": "Altitude of rally point position (home relative)",
|
||
|
|
"type": "double",
|
||
|
|
"decimalPlaces": 2,
|
||
|
|
"units": "m",
|
||
|
|
"defaultValue": 0.0
|
||
|
|
}
|
||
|
|
]
|