SubmarineFact.json 1.37 KB
Newer Older
1 2 3 4
{
    "version":      1,
    "fileType":  "FactMetaData",
    "QGC.MetaData.Facts":
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
[
{
    "name":             "camera tilt",
    "shortDescription": "Camera Tilt",
    "type":             "int16",
    "units":            "%"
},
{
    "name":             "tether turns",
    "shortDescription": "Tether Turns",
    "type":             "int16",
    "units":            "clockwise"
},
{
    "name":             "lights 1",
    "shortDescription": "Lights 1 level",
    "type":             "int16",
    "units":            "%"
},
{
    "name":             "lights 2",
    "shortDescription": "Lights 2 level",
    "type":             "int16",
    "units":            "%"
29 30 31 32 33 34
},
{
    "name":             "pilot gain",
    "shortDescription": "Pilot Gain",
    "type":             "int16",
    "units":            "%"
35 36 37 38
},
{
    "name":             "input hold",
    "shortDescription": "Input Hold",
39 40 41
    "type":             "int16",
    "enumStrings":      "Disabled,Enabled",
    "enumValues":       "0,1"
42 43 44 45 46 47
},
{    "name":             "rangefinder distance",
    "shortDescription": "Rangefinder",
    "type":             "float",
    "decimalPlaces":    2,
    "units":            "meters"
48 49 50 51 52 53
},
{   "name":             "roll pitch toggle",
    "shortDescription": "Roll/Pitch Toggle",
    "type":             "int16",
    "enumStrings":      "Disabled,Enabled,Unavailable",
    "enumValues":       "0,1,2"
54 55
}
]
56
}