You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
588 B
28 lines
588 B
{ |
|
"version": 1, |
|
"fileType": "FactMetaData", |
|
"QGC.MetaData.Facts": |
|
[ |
|
{ |
|
"name": "direction", |
|
"shortDesc": "Wind Direction", |
|
"type": "double", |
|
"decimalPlaces": 1, |
|
"units": "deg" |
|
}, |
|
{ |
|
"name": "speed", |
|
"shortDesc": "Wind Spd", |
|
"type": "double", |
|
"decimalPlaces": 1, |
|
"units": "m/s" |
|
}, |
|
{ |
|
"name": "verticalSpeed", |
|
"shortDesc": "Wind Spd (vert)", |
|
"type": "double", |
|
"decimalPlaces": 1, |
|
"units": "m/s" |
|
} |
|
] |
|
}
|
|
|