SubmarineFact.json 589 Bytes
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 25 26
[
{
    "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":            "%"
}
]