{
    "version":      1,
    "fileType":  "FactMetaData",
    "QGC.MetaData.Facts":
[
{
    "name":             "cameraTilt",
    "shortDescription": "Camera Tilt",
    "type":             "int16",
    "units":            "%"
},
{
    "name":             "tetherTurns",
    "shortDescription": "Tether Turns",
    "type":             "int16",
    "units":            "clockwise"
},
{
    "name":             "lights1",
    "shortDescription": "Lights 1 level",
    "type":             "int16",
    "units":            "%"
},
{
    "name":             "lights2",
    "shortDescription": "Lights 2 level",
    "type":             "int16",
    "units":            "%"
},
{
    "name":             "pilotGain",
    "shortDescription": "Pilot Gain",
    "type":             "int16",
    "units":            "%"
},
{
    "name":             "inputHold",
    "shortDescription": "Input Hold",
    "type":             "int16",
    "enumStrings":      "Disabled,Enabled",
    "enumValues":       "0,1"
},
{    "name":            "rangefinderDistance",
    "shortDescription": "Rangefinder",
    "type":             "float",
    "decimalPlaces":    2,
    "units":            "meters"
},
{   "name":             "rollPitchToggle",
    "shortDescription": "Roll/Pitch Toggle",
    "type":             "int16",
    "enumStrings":      "Disabled,Enabled,Unavailable",
    "enumValues":       "0,1,2"
}
]
}