Rov altitude
Measured in meters to show relative distance to floor.
From ./dist/samples/json/requests/devices/vehicles/pivot/altitude/pivotAltitudeRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"0A82B3636F9C": {
"model": 18,
"altitude": 120
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/revolution/altitude/revolutionAltitudeValidRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"92AFE00A6C74": {
"model": 13,
"altitudeValid": true
}
}
}
}
Rov altitude valid
Altitude validity flag
Valid altitude (good data)
From ./dist/samples/json/requests/devices/vehicles/pivot/altitude/pivotAltitudeValidSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"CE187368105E": {
"model": 18,
"altitude": 179,
"altitudeValid": true
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/revolution/altitude/revolutionAltitudeValidSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"2C5C26BE72ED": {
"model": 13,
"altitudeValid": true,
"altitude": 168
}
}
}
}
Random altitude validity
From ./dist/samples/json/requests/devices/vehicles/pivot/altitude/pivotAltitudeValidRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"DDF3D5388A81": {
"model": 18,
"altitudeValid": true
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/revolution/altitude/revolutionAltitudeValidRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"92AFE00A6C74": {
"model": 13,
"altitudeValid": true
}
}
}
}
Aux Light
Controls the auxiliary light attached to the Revolution.
Lights On (mid)
From ./dist/samples/json/requests/devices/vehicles/pivot/auxLight/pivotAuxLightOnMidIntensitySample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "SET",
"payload": {
"devices": {
"FEF99E68462C": {
"model": 18,
"auxLight": {
"intensity": 50
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/revolution/auxLight/revolutionAuxLightOnMidIntensitySample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "SET",
"payload": {
"devices": {
"2FA8929207DA": {
"model": 13,
"auxLight": {
"intensity": 50
}
}
}
}
}
Lights Off
From ./dist/samples/json/requests/devices/vehicles/revolution/auxLight/revolutionAuxLightOffSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "SET",
"payload": {
"devices": {
"787F93CC7F79": {
"model": 13,
"auxLight": {
"intensity": 0
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/pivot/auxLight/pivotAuxLightOffSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "SET",
"payload": {
"devices": {
"1D40EAE514F4": {
"model": 18,
"auxLight": {
"intensity": 0
}
}
}
}
}
Lights On (max)
From ./dist/samples/json/requests/devices/vehicles/pivot/auxLight/pivotAuxLightOnMaxIntensitySample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "SET",
"payload": {
"devices": {
"A0A42827E5ED": {
"model": 18,
"auxLight": {
"intensity": 100
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/revolution/auxLight/revolutionAuxLightOnMaxIntensitySample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "SET",
"payload": {
"devices": {
"FA0238F15436": {
"model": 13,
"auxLight": {
"intensity": 100
}
}
}
}
}
Arbitrary
From ./dist/samples/json/requests/devices/vehicles/pivot/auxLight/pivotAuxLightRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "SET",
"payload": {
"devices": {
"764C70E4B5A3": {
"model": 18,
"auxLight": {
"intensity": 17
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/revolution/auxLight/revolutionAuxLightRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "SET",
"payload": {
"devices": {
"0098A4A68F10": {
"model": 13,
"auxLight": {
"intensity": 67
}
}
}
}
}
Body Leak Fault
Arbitrary
From ./dist/samples/json/requests/devices/vehicles/revolution/bodyLeak/revolutionBodyLeakRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"7BF6BA5B4651": {
"model": 13,
"bodyLeak": true
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/pivot/bodyLeak/pivotBodyLeakRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"7261BF3309F7": {
"model": 18,
"bodyLeak": true
}
}
}
}
Has no body leak fault
From ./dist/samples/json/requests/devices/vehicles/revolution/bodyLeak/revolutionHasNoBodyLeakSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"DB1E3FC7F86F": {
"model": 13,
"bodyLeak": false
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/pivot/bodyLeak/pivotHasNoBodyLeakSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"A7F7BE530B07": {
"model": 18,
"bodyLeak": false
}
}
}
}
Has body leak fault
From ./dist/samples/json/requests/devices/vehicles/revolution/bodyLeak/revolutionHasBodyLeakSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"973126ACC083": {
"model": 13,
"bodyLeak": true
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/pivot/bodyLeak/pivotHasBodyLeakSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"D84B7CFEE771": {
"model": 18,
"bodyLeak": true
}
}
}
}
Camera Head
From ./dist/samples/json/requests/devices/vehicles/pivot/cameraHead/pivotCameraHeadRequest.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"DB5461DBDD96": {
"model": 18
}
}
}
}
Pivot camera
From ./dist/samples/json/requests/devices/vehicles/pivot/cameras/pivotCameraDeleteSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "DELETE",
"payload": {
"devices": {
"8CE7A2FBA410": {
"model": 18,
"cameras": {
"43F36BA71D9A": {}
}
}
}
}
}
The cp probe
Temperature in degrees celsius
CPU temperature warning
From ./dist/samples/json/requests/devices/vehicles/pivot/temperature/cpuTemp/pivotCPUTemperatureWarningSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"BB9275F40B55": {
"model": 18,
"cpuTemp": 75
}
}
}
}
CPU temperature shutdown
From ./dist/samples/json/requests/devices/vehicles/pivot/temperature/cpuTemp/pivotCPUTemperatureShutdownSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"8D2219BCD203": {
"model": 18,
"cpuTemp": 85
}
}
}
}
Arbitrary
From ./dist/samples/json/requests/devices/vehicles/pivot/temperature/cpuTemp/pivotCPUTemperatureRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"D5B24F55EDA3": {
"model": 18,
"cpuTemp": 85
}
}
}
}
The ut(cygnus) probe
Rov depth
Measured in meters from water surface
To Calibrate depth, set depth to '0'. Setting depth to any other value will be ignored.
Valid Depth calibration
From ./dist/samples/json/requests/devices/vehicles/pivot/depth/pivotDepthCalibrationSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "SET",
"payload": {
"devices": {
"FA8003A655C5": {
"model": 18,
"depth": 0
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/revolution/depth/revolutionDepthCalibrationSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "SET",
"payload": {
"devices": {
"3ADD965B99CE": {
"model": 13,
"depth": 0
}
}
}
}
Invalid Depth Calibration
From ./dist/samples/json/requests/devices/vehicles/pivot/depth/pivotInvalidDepthCalibrationSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "SET",
"payload": {
"devices": {
"B0CABCF52795": {
"model": 18,
"depth": 86
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/revolution/depth/revolutionInvalidDepthCalibrationSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "SET",
"payload": {
"devices": {
"5E563EE92B78": {
"model": 13,
"depth": 181
}
}
}
}
Direct Power Kit Present Flag
Rov Drive object
Commands thrust actions for the ROV and sets drive modes
See RovDrive for more details.
From ./dist/samples/json/requests/devices/vehicles/pivot/drive/pivotDriveRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "SET",
"payload": {
"devices": {
"3AE7AB971513": {
"model": 18,
"drive": {
"thrust": {
"forward": 79,
"yaw": 18,
"vertical": -90,
"lateral": -44
},
"modes": {
"headingLock": true,
"altitudeLock": true,
"depthLock": true,
"autoStabilization": false,
"motorsDisabled": true
}
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/revolution/drive/revolutionDriveRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "SET",
"payload": {
"devices": {
"939935919136": {
"model": 13,
"drive": {
"thrust": {
"forward": 95,
"yaw": -77,
"vertical": -92,
"lateral": 1
},
"modes": {
"headingLock": true,
"altitudeLock": true,
"depthLock": false,
"autoStabilization": false,
"motorsDisabled": true
}
}
}
}
}
}
Motor Diagnostics
Arbitrary (Front Left Motor)
From ./dist/samples/json/requests/devices/vehicles/pivot/thrusters/frontLeftThruster/pivotFrontLeftMotorDiagnosticsRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"9386033DA1B4": {
"model": 18,
"frontLeftMotorDiagnostics": {
"current": 41,
"overcurrent": false,
"pwm": 76,
"rpm": -18,
"failure": false
}
}
}
}
}
Resting position (Front Left Motor)
From ./dist/samples/json/requests/devices/vehicles/pivot/thrusters/frontLeftThruster/pivotFrontLeftMotorDiagnosticsRestingSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"19745E97CCF4": {
"model": 18,
"frontLeftMotorDiagnostics": {
"current": 1,
"overcurrent": false,
"pwm": 0,
"rpm": -1,
"failure": false
}
}
}
}
}
Motor Diagnostics
Arbitrary (Front Right Motor)
From ./dist/samples/json/requests/devices/vehicles/pivot/thrusters/frontRightThruster/pivotFrontRightMotorDiagnosticsRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"A037262E9E79": {
"model": 18,
"frontRightMotorDiagnostics": {
"current": 97,
"overcurrent": true,
"pwm": 48,
"rpm": -82,
"failure": false
}
}
}
}
}
Resting position (Front Right Motor)
From ./dist/samples/json/requests/devices/vehicles/pivot/thrusters/frontRightThruster/pivotFrontRightMotorDiagnosticsRestingSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"424158CFD71E": {
"model": 18,
"frontRightMotorDiagnostics": {
"current": 1,
"overcurrent": false,
"pwm": 5,
"rpm": -1,
"failure": false
}
}
}
}
}
Grabber
Resting pivot grabber
From ./dist/samples/json/requests/devices/vehicles/pivot/peripherals/grabber/pivotRestingGrabberSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"57AE8CB06532": {
"model": 18,
"grabber": {
"openClose": 0,
"rotate": 0
}
}
}
}
}
Resting pivot openClose grabber diagnostic
From ./dist/samples/json/requests/devices/vehicles/pivot/peripherals/grabber/motorDiagnostics/openClose/pivotGrabberOpenCloseMotorDiagnosticRestingSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"2EBEA23F8FC6": {
"model": 18,
"grabber": {
"openCloseMotorDiagnostics": {
"current": 1,
"overcurrent": false,
"pwm": 4,
"rpm": 0,
"failure": false
}
}
}
}
}
}
Resting pivot rotate grabber diagnostic
From ./dist/samples/json/requests/devices/vehicles/pivot/peripherals/grabber/motorDiagnostics/rotate/pivotGrabberRotateMotorDiagnosticsRestingSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"68F1BCBB118C": {
"model": 18,
"grabber": {
"rotateMotorDiagnostics": {
"current": 6,
"overcurrent": false,
"pwm": 0,
"rpm": 1,
"failure": false
}
}
}
}
}
}
Random pivot rotate grabber diagnostic
From ./dist/samples/json/requests/devices/vehicles/pivot/peripherals/grabber/motorDiagnostics/rotate/pivotGrabberRotateMotorDiagnosticsRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"FB3C5218A527": {
"model": 18,
"grabber": {
"rotateMotorDiagnostics": {
"current": 92,
"overcurrent": true,
"pwm": 17,
"rpm": 79,
"failure": false
}
}
}
}
}
}
Random pivot openClose grabber diagnostic
From ./dist/samples/json/requests/devices/vehicles/pivot/peripherals/grabber/motorDiagnostics/openClose/pivotGrabberOpenCloseMotorDiagnosticsRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"94B6EDC8315E": {
"model": 18,
"grabber": {
"openCloseMotorDiagnostics": {
"current": 75,
"overcurrent": true,
"pwm": 38,
"rpm": -97,
"failure": false
}
}
}
}
}
}
Open pivot grabber claw
From ./dist/samples/json/requests/devices/vehicles/pivot/peripherals/grabber/pivotOpenClawGrabberSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"838B5B9B3876": {
"model": 18,
"grabber": {
"openClose": 100
}
}
}
}
}
open pivot grabber claw diagnostic
From ./dist/samples/json/requests/devices/vehicles/pivot/peripherals/grabber/motorDiagnostics/openClose/pivotOpenClawGrabberDiagnosticSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"CD0FFD23496C": {
"model": 18,
"grabber": {
"openCloseMotorDiagnostics": {
"current": 46,
"overcurrent": false,
"pwm": 46,
"rpm": 7
}
}
}
}
}
}
Close pivot grabber claw
From ./dist/samples/json/requests/devices/vehicles/pivot/peripherals/grabber/pivotCloseClawGrabberSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"2856C1CC34CC": {
"model": 18,
"grabber": {
"openClose": -100
}
}
}
}
}
Close pivot grabber claw diagnostic
From ./dist/samples/json/requests/devices/vehicles/pivot/peripherals/grabber/motorDiagnostics/openClose/pivotCloseClawGrabberDiagnosticSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"566F2B27339D": {
"model": 18,
"grabber": {
"openCloseMotorDiagnostics": {
"current": 46,
"overcurrent": false,
"pwm": 53,
"rpm": 7
}
}
}
}
}
}
Rotate right pivot grabber
From ./dist/samples/json/requests/devices/vehicles/pivot/peripherals/grabber/pivotRotateGrabberRightSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"B473B501223A": {
"model": 18,
"grabber": {
"rotate": 100
}
}
}
}
}
Rotate right pivot grabber claw diagnostic
From ./dist/samples/json/requests/devices/vehicles/pivot/peripherals/grabber/motorDiagnostics/rotate/pivotRotateGrabberRightDiagnosticSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"29EFE3B00A54": {
"model": 18,
"grabber": {
"rotateMotorDiagnostics": {
"current": 54,
"overcurrent": false,
"pwm": 50,
"rpm": 9
}
}
}
}
}
}
Rotate left pivot grabber
From ./dist/samples/json/requests/devices/vehicles/pivot/peripherals/grabber/pivotRotateGrabberLeftSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"65DD41B4C71F": {
"model": 18,
"grabber": {
"rotate": -100
}
}
}
}
}
Rotate left pivot grabber claw diagnostic
From ./dist/samples/json/requests/devices/vehicles/pivot/peripherals/grabber/motorDiagnostics/rotate/pivotRotateGrabberLeftDiagnosticSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"190F81509AA3": {
"model": 18,
"grabber": {
"rotateMotorDiagnostics": {
"current": 48,
"overcurrent": false,
"pwm": 46,
"rpm": 8
}
}
}
}
}
}
Random pivot rotate grabber diagnostic
From ./dist/samples/json/requests/devices/vehicles/pivot/peripherals/grabber/motorDiagnostics/rotate/pivotGrabberRotateMotorDiagnosticsRestingSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"68F1BCBB118C": {
"model": 18,
"grabber": {
"rotateMotorDiagnostics": {
"current": 6,
"overcurrent": false,
"pwm": 0,
"rpm": 1,
"failure": false
}
}
}
}
}
}
Random pivot rotate and open close grabber
From ./dist/samples/json/requests/devices/vehicles/pivot/peripherals/grabber/pivotRandomGrabberSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"81400C44F8A6": {
"model": 18,
"grabber": {
"openClose": 21,
"rotate": -80
}
}
}
}
}
Rov heading
Measured in degrees from north bearing
Rov in water status
From ./dist/samples/json/requests/devices/vehicles/revolution/ip/revolutionRandomIpSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "SET",
"payload": {
"devices": {
"D6C120AE3646": {
"model": 13,
"ip": "192.168.10.190"
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/pivot/ip/pivotIpRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "SET",
"payload": {
"devices": {
"3CC445E9EAC1": {
"model": 18,
"ip": "192.168.50.63"
}
}
}
}
Left Battery
From ./dist/samples/json/requests/devices/vehicles/pivot/battery/leftBattery/pivotLeftBatteryRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"7E6432296C94": {
"model": 18,
"leftBattery": {
"percent": 17
}
}
}
}
}
Battery random voltage
From ./dist/samples/json/requests/devices/vehicles/pivot/battery/leftBattery/pivotLeftBatteryVoltageRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"277F6AC70FCC": {
"model": 18,
"leftBattery": {
"voltage": 7
}
}
}
}
}
Battery random leak state
From ./dist/samples/json/requests/devices/vehicles/pivot/battery/leftBattery/pivotLeftBatteryLeakRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"8C24594701C6": {
"model": 18,
"leftBattery": {
"leak": true
}
}
}
}
}
Battery maximum voltage {@codeblock ~~/dist/samples/json/requests/devices/vehicles/pivot/battery/leftBattery/pivotLeftBatteryVoltageMaxSample .json}
Battery minimum voltage
From ./dist/samples/json/requests/devices/vehicles/pivot/battery/leftBattery/pivotLeftBatteryVoltageMinSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"AD7D68089B34": {
"model": 18,
"leftBattery": {
"voltage": 0
}
}
}
}
}
Battery no leak
From ./dist/samples/json/requests/devices/vehicles/pivot/battery/leftBattery/pivotHasNoLeftBatteryLeakSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"54BDCCCAB9C3": {
"model": 18,
"leftBattery": {
"leak": false
}
}
}
}
}
Battery has a leak
From ./dist/samples/json/requests/devices/vehicles/pivot/battery/leftBattery/pivotHasLeftBatteryLeakSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"85E5AA2AE5B9": {
"model": 18,
"leftBattery": {
"leak": true
}
}
}
}
}
Battery shutdown
From ./dist/samples/json/requests/devices/vehicles/pivot/battery/leftBattery/pivotLeftBatteryShutdownSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"39D507717999": {
"model": 18,
"leftBattery": {
"percent": 0
}
}
}
}
}
Battery warning
From ./dist/samples/json/requests/devices/vehicles/pivot/battery/leftBattery/pivotLeftBatteryWarningSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"576A6D3FEF80": {
"model": 18,
"leftBattery": {
"percent": 15
}
}
}
}
}
Battery All States
From ./dist/samples/json/requests/devices/vehicles/pivot/battery/leftBattery/pivotLeftBatteryAllStatesSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"785959A33CED": {
"model": 18,
"leftBattery": {
"percent": 10,
"voltage": 15,
"charging": false,
"leak": false
}
}
}
}
}
Rov local heading
Measure in degrees from local heading
Navigation Options
Rov pitch
Measured in degrees from neutral pitch position
ROV Position
Motor Diagnostics
From ./dist/samples/json/requests/devices/vehicles/pivot/thrusters/rearLeftThruster/pivotRearLeftMotorDiagnosticsRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"CC0CFBAD2AB5": {
"model": 18,
"rearLeftMotorDiagnostics": {
"current": 58,
"overcurrent": true,
"pwm": 31,
"rpm": 54,
"failure": false
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/pivot/thrusters/rearLeftThruster/pivotRearLeftMotorDiagnosticsRestingSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"6AFA231D86ED": {
"model": 18,
"rearLeftMotorDiagnostics": {
"current": 1,
"overcurrent": false,
"pwm": 4,
"rpm": 0,
"failure": false
}
}
}
}
}
Motor Diagnostics
From ./dist/samples/json/requests/devices/vehicles/pivot/thrusters/rearRightThruster/pivotRearRightMotorDiagnosticsRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"F03A2B53CDA4": {
"model": 18,
"rearRightMotorDiagnostics": {
"current": 29,
"overcurrent": true,
"pwm": 92,
"rpm": -55,
"failure": false
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/pivot/thrusters/rearRightThruster/pivotRearRightMotorDiagnosticsRestingSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"772118EA14C7": {
"model": 18,
"rearRightMotorDiagnostics": {
"current": 2,
"overcurrent": false,
"pwm": 4,
"rpm": 0,
"failure": false
}
}
}
}
}
Right Battery
Battery random percentage
From ./dist/samples/json/requests/devices/vehicles/pivot/battery/rightBattery/pivotRightBatteryRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"871EA3E650A0": {
"model": 18,
"rightBattery": {
"percent": 57
}
}
}
}
}
Battery random voltage
From ./dist/samples/json/requests/devices/vehicles/pivot/battery/rightBattery/pivotRightBatteryVoltageRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"561AD7D15D13": {
"model": 18,
"rightBattery": {
"voltage": 24
}
}
}
}
}
Battery random leak state
From ./dist/samples/json/requests/devices/vehicles/pivot/battery/rightBattery/pivotRightBatteryLeakRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"857845942DB2": {
"model": 18,
"rightBattery": {
"leak": false
}
}
}
}
}
Battery maximum voltage {@codeblock ~~/dist/samples/json/requests/devices/vehicles/pivot/battery/rightBattery/pivotRightBatteryVoltageMaxSample .json}
Battery minimum voltage
From ./dist/samples/json/requests/devices/vehicles/pivot/battery/rightBattery/pivotRightBatteryVoltageMinSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"3732D56EBE30": {
"model": 18,
"rightBattery": {
"voltage": 0
}
}
}
}
}
Battery no leak
From ./dist/samples/json/requests/devices/vehicles/pivot/battery/rightBattery/pivotHasNoRightBatteryLeakSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"7883A5D614B7": {
"model": 18,
"rightBattery": {
"leak": false
}
}
}
}
}
Battery has a leak
From ./dist/samples/json/requests/devices/vehicles/pivot/battery/rightBattery/pivotHasRightBatteryLeakSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"53D92FCDD77D": {
"model": 18,
"rightBattery": {
"leak": true
}
}
}
}
}
Battery shutdown
From ./dist/samples/json/requests/devices/vehicles/pivot/battery/rightBattery/pivotRightBatteryShutdownSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"C8F83EE9A6C5": {
"model": 18,
"rightBattery": {
"percent": 0
}
}
}
}
}
Battery warning
From ./dist/samples/json/requests/devices/vehicles/pivot/battery/rightBattery/pivotRightBatteryWarningSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"16CC5C5C2692": {
"model": 18,
"rightBattery": {
"percent": 15
}
}
}
}
}
Battery All States
From ./dist/samples/json/requests/devices/vehicles/pivot/battery/rightBattery/pivotRightBatteryAllStatesSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"91BF0C0A81F2": {
"model": 18,
"rightBattery": {
"percent": 6,
"voltage": 10,
"charging": false,
"leak": false
}
}
}
}
}
Rov roll
Measured in degrees from neutral roll position
Sensor pod information and calibration controls based on the model.
dist/samples/json/requests/devices/vehicles/pivot/calibration/startImuCalibration/pivotStartImuCalibrationRequest.json dist/samples/json/requests/devices/vehicles/pivot/calibration/stopImuCalibration/pivotStopImuCalibrationRequest.json dist/samples/json/requests/devices/vehicles/pivot/calibration/denyImuCalibration/pivotDenyImuCalibrationRequest.json dist/samples/json/requests/devices/vehicles/pivot/calibration/acceptImuCalibration/pivotAcceptImuCalibrationRequest.json
dist/samples/json/requests/devices/vehicles/pivot/calibration/startMagneticCalibration/pivotStartMagneticCalibrationRequest.json dist/samples/json/requests/devices/vehicles/pivot/calibration/stopMagneticCalibration/pivotStopMagneticCalibrationRequest.json dist/samples/json/requests/devices/vehicles/pivot/calibration/denyMagneticCalibration/pivotDenyMagneticCalibrationRequest.json dist/samples/json/requests/devices/vehicles/pivot/calibration/acceptMagneticCalibration/pivotAcceptMagneticCalibrationRequest.json
Revolution and Pivot Pending IMU update dist/samples/json/requests/devices/vehicles/revolution/calibration/startMagneticCalibration/revolutionStartMagneticCalibrationRequest.json dist/samples/json/requests/devices/vehicles/pivot/calibration/sensorPendingImuCalibration/pivotPendingImuRandomUpdate.json
Revolution and Pivot Pending Magnetic update dist/samples/json/requests/devices/vehicles/revolution/calibration/sensorMagneticCalibration/revolutionPendingMagneticRandomUpdate.json dist/samples/json/requests/devices/vehicles/pivot/calibration/sensorPendingMagneticCalibration/pivotPendingMagneticRandomUpdate.json
Revolution and Pivot Accepted Magnetic and IMU update dist/samples/json/requests/devices/vehicles/revolution/calibration/acceptMagneticCalibration/revolutionAcceptMagneticCalibrationRequest.json dist/samples/json/requests/devices/vehicles/pivot/calibration/acceptMagneticCalibration/pivotAcceptMagneticCalibrationRequest.json dist/samples/json/requests/devices/vehicles/pivot/calibration/sensorNotCalibratingState/pivotAcceptedRandomUpdate.json dist/samples/json/requests/devices/vehicles/revolution/calibration/sensorNotCalibratingState/revolutionAcceptedRandomUpdate.json
Sensor Pod Leak Fault
Common across all ROV and also comes from the ROV Web Adapter in Con_gui
Provides diagnostics for spare motors on the Rov. These spare motors can be used to extend the capabilities of the ROV by attaching various power tools to them. These tools can include CaviBlasters, cutters and etc.
Resting spare motor 1 diagnostics sample
From ./dist/samples/json/requests/devices/vehicles/pivot/spareMotors/spareMotor1/pivotSpareMotorDiagnosticsRestingSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"628D80BF6BB2": {
"model": 18,
"spareMotor1": {
"current": 0,
"overcurrent": false,
"pwm": 0,
"rpm": 1,
"failure": false
}
}
}
}
}
Arbitrary Spare Motor 1 Diagnostics sample
From ./dist/samples/json/requests/devices/vehicles/pivot/spareMotors/spareMotor1/pivotSpareMotorDiagnosticsRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"BE14C2CACFAD": {
"model": 18,
"spareMotor1": {
"current": 61,
"overcurrent": false,
"pwm": 81,
"rpm": -58,
"failure": false
}
}
}
}
}
Grabber
Resting pivot grabber arm
From ./dist/samples/json/requests/devices/vehicles/pivot/peripherals/tiltPlatform/pivotTiltPlatformRestingSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"43E6FD4C7874": {
"model": 18,
"tiltPlatform": {
"tilt": 0
}
}
}
}
}
Resting pivot grabber arm diagnostic
From ./dist/samples/json/requests/devices/vehicles/pivot/peripherals/tiltPlatform/motorDiagnostics/tilt/pivotTiltPlatformDiagnosticsRestingSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"368C42096F81": {
"model": 18,
"tiltPlatform": {
"tiltMotorDiagnostics": {
"current": 4,
"overcurrent": false,
"pwm": 5,
"rpm": -1,
"failure": false
}
}
}
}
}
}
Tilt up
From ./dist/samples/json/requests/devices/vehicles/pivot/peripherals/tiltPlatform/pivotTiltPlatformUpSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"5C3774649CA9": {
"model": 18,
"tiltPlatform": {
"tilt": 100
}
}
}
}
}
Tilt up pivot grabber arm diagnostic
From ./dist/samples/json/requests/devices/vehicles/pivot/peripherals/tiltPlatform/motorDiagnostics/tilt/pivotTiltPlatformUpDiagnosticsSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"5473C8ABA242": {
"model": 18,
"tiltPlatform": {
"tiltMotorDiagnostics": {
"current": 52,
"overcurrent": false,
"pwm": 45,
"rpm": 8
}
}
}
}
}
}
Tilt down
From ./dist/samples/json/requests/devices/vehicles/pivot/peripherals/tiltPlatform/pivotTiltPlatformDownSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"44553CABBEF5": {
"model": 18,
"tiltPlatform": {
"tilt": -100
}
}
}
}
}
Tilt down pivot grabber arm diagnostic
From ./dist/samples/json/requests/devices/vehicles/pivot/peripherals/tiltPlatform/motorDiagnostics/tilt/pivotTiltPlatformDownDiagnosticsSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"F511BEEC3C62": {
"model": 18,
"tiltPlatform": {
"tiltMotorDiagnostics": {
"current": 52,
"overcurrent": false,
"pwm": -47,
"rpm": -5
}
}
}
}
}
}
Random pivot grabber arm
From ./dist/samples/json/requests/devices/vehicles/pivot/peripherals/tiltPlatform/pivotTiltPlatformRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"CA9B768881DC": {
"model": 18,
"tiltPlatform": {
"tilt": 70
}
}
}
}
}
Random pivot grabber arm diagnostic
From ./dist/samples/json/requests/devices/vehicles/pivot/peripherals/tiltPlatform/motorDiagnostics/tilt/pivotTiltPlatformDiagnosticsRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"9FD9B854A913": {
"model": 18,
"tiltPlatform": {
"tiltMotorDiagnostics": {
"current": 64,
"overcurrent": false,
"pwm": 99,
"rpm": 52,
"failure": false
}
}
}
}
}
}
Turns
Count the number of turns the rov has completed
Vehicle Usage Time
Total and current usage times
From ./dist/samples/json/requests/devices/vehicles/pivot/usageTime/pivotUsageTimeSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"65AC0DC85EA3": {
"model": 18,
"usageTime": {
"totalSeconds": 0,
"currentSeconds": 0
}
}
}
}
}
Arbitrary
From ./dist/samples/json/requests/devices/vehicles/pivot/usageTime/pivotUsageTimeRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"E7CBC9A9634D": {
"model": 18,
"usageTime": {
"totalSeconds": 71,
"currentSeconds": 50
}
}
}
}
}
Rov Velocity
Pivot Version
Version 1
From ./dist/samples/json/requests/devices/vehicles/pivot/version/pivotVersion1Sample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"C13C0CFF562F": {
"model": 18,
"version": {
"hardware": "0",
"software": "1.4"
}
}
}
}
}
Version 2
From ./dist/samples/json/requests/devices/vehicles/pivot/version/pivotVersion2Sample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"BDF5B91D4218": {
"model": 18,
"version": {
"hardware": "1",
"software": "2.5"
}
}
}
}
}
Version 3
From ./dist/samples/json/requests/devices/vehicles/pivot/version/pivotVersion3Sample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"3DAFE1364D4B": {
"model": 18,
"version": {
"hardware": "2",
"software": "3.3"
}
}
}
}
}
Arbitrary
From ./dist/samples/json/requests/devices/vehicles/pivot/version/pivotVersionRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"00C0D04D2509": {
"model": 18,
"version": {
"hardware": "5",
"software": "6.6"
}
}
}
}
}
Motor Diagnostics
Arbitrary (Vertical Front Motor)
From ./dist/samples/json/requests/devices/vehicles/pivot/thrusters/verticalFrontThruster/pivotVerticalFrontMotorDiagnosticsRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"6D6116639E13": {
"model": 18,
"verticalFrontMotorDiagnostics": {
"current": 11,
"overcurrent": false,
"pwm": 21,
"rpm": 12,
"failure": false
}
}
}
}
}
Resting position (Vertical Front Motor)
From ./dist/samples/json/requests/devices/vehicles/pivot/thrusters/verticalFrontThruster/pivotVerticalFrontMotorDiagnosticsRestingSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"59A1F0E5DC63": {
"model": 18,
"verticalFrontMotorDiagnostics": {
"current": 9,
"overcurrent": false,
"pwm": 1,
"rpm": -1,
"failure": false
}
}
}
}
}
Motor Diagnostics
Arbitrary (Vertical Rear Motor)
From ./dist/samples/json/requests/devices/vehicles/pivot/thrusters/verticalRearThruster/pivotVerticalRearMotorDiagnosticsRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"9E5BBD14A0F0": {
"model": 18,
"verticalRearMotorDiagnostics": {
"current": 57,
"overcurrent": false,
"pwm": 81,
"rpm": -49,
"failure": false
}
}
}
}
}
Resting position (Vertical Rear Motor)
From ./dist/samples/json/requests/devices/vehicles/pivot/thrusters/verticalRearThruster/pivotVerticalRearMotorDiagnosticsRestingSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"A8AD82D67C7A": {
"model": 18,
"verticalRearMotorDiagnostics": {
"current": 10,
"overcurrent": false,
"pwm": 0,
"rpm": 1,
"failure": false
}
}
}
}
}
Water temperature in degrees celsius
Minimum water temperature
From ./dist/samples/json/requests/devices/vehicles/pivot/temperature/waterTemp/pivotWaterTemperatureMinSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"26BE29E9E8F1": {
"model": 18,
"waterTemp": -10
}
}
}
}
Maximum water temperature
From ./dist/samples/json/requests/devices/vehicles/pivot/temperature/waterTemp/pivotWaterTemperatureMaxSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"7ED516D33B86": {
"model": 18,
"waterTemp": 50
}
}
}
}
Arbitrary
From ./dist/samples/json/requests/devices/vehicles/pivot/temperature/waterTemp/pivotWaterTemperatureRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.10",
"method": "UPDATE",
"payload": {
"devices": {
"2FB92D2F10C6": {
"model": 18,
"waterTemp": -8
}
}
}
}
See type declaration
Pivot ROV
DELETE Request
From ./dist/samples/json/requests/devices/vehicles/pivot/core/pivotDeleteSample.json