MeasurementComplexItem.SettingsGroup.json 430 Bytes
Newer Older
Valentin Platzgummer's avatar
Valentin Platzgummer committed
1 2 3 4 5 6 7
{
    "version":      1,
    "fileType":  "FactMetaData",
    "QGC.MetaData.Facts":
[
{
    "name":             "Variant",
8
    "shrotDesc": "Route variant.",
Valentin Platzgummer's avatar
Valentin Platzgummer committed
9
    "type":             "uint64",
10
    "default":     0
Valentin Platzgummer's avatar
Valentin Platzgummer committed
11 12 13
},
{
    "name":             "Altitude",
14
    "shrotDesc": "Altitude",
Valentin Platzgummer's avatar
Valentin Platzgummer committed
15 16 17 18
    "type":             "double",
    "units":            "m",
    "min":              1,
    "decimalPlaces":    1,
19
    "default":     10.0
Valentin Platzgummer's avatar
Valentin Platzgummer committed
20 21 22
}
]
}