12 lines
248 B
JSON
12 lines
248 B
JSON
|
|
[
|
||
|
|
{
|
||
|
|
"name": "FlightSpeed",
|
||
|
|
"shortDescription": "Set the current flight speed",
|
||
|
|
"type": "double",
|
||
|
|
"units": "m/s",
|
||
|
|
"min": 0,
|
||
|
|
"decimalPlaces": 1,
|
||
|
|
"defaultValue": 0
|
||
|
|
}
|
||
|
|
]
|