SubmarineFact.json 1.08 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
[
{
    "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":            "%"
25 26 27 28 29 30
},
{
    "name":             "pilot gain",
    "shortDescription": "Pilot Gain",
    "type":             "int16",
    "units":            "%"
31 32 33 34
},
{
    "name":             "input hold",
    "shortDescription": "Input Hold",
35 36 37
    "type":             "int16",
    "enumStrings":      "Disabled,Enabled",
    "enumValues":       "0,1"
38 39 40 41 42 43
},
{    "name":             "rangefinder distance",
    "shortDescription": "Rangefinder",
    "type":             "float",
    "decimalPlaces":    2,
    "units":            "meters"
44 45
}
]