Aux Light
Controls the auxiliary light attached to the a200 crawler.
Main Crawler Battery
From ./dist/samples/json/requests/devices/vehicles/a200/battery/a200BatteryDangerSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.14",
"method": "UPDATE",
"payload": {
"devices": {
"09D654D8EEA7": {
"model": 19,
"battery": {
"percent": 15
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/a200/battery/a200BatteryRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.14",
"method": "UPDATE",
"payload": {
"devices": {
"D5478915E7D9": {
"model": 19,
"battery": {
"voltage": 4,
"percent": 63,
"charging": false
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/a200/battery/a200BatteryShutdownSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.14",
"method": "UPDATE",
"payload": {
"devices": {
"099BA210766D": {
"model": 19,
"battery": {
"percent": 3
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/a200/battery/a200BatteryWarningSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.14",
"method": "UPDATE",
"payload": {
"devices": {
"312D1177FAB8": {
"model": 19,
"battery": {
"percent": 30
}
}
}
}
}
Body Leak Fault
No body leak
From ./dist/samples/json/requests/devices/vehicles/a200/bodyLeak/a200HasNoBodyLeakSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.14",
"method": "UPDATE",
"payload": {
"devices": {
"ACF5A40AAB55": {
"model": 19,
"bodyLeak": false
}
}
}
}
Body leak present
From ./dist/samples/json/requests/devices/vehicles/a200/bodyLeak/a200HasBodyLeakSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.14",
"method": "UPDATE",
"payload": {
"devices": {
"F0837DEA29C4": {
"model": 19,
"bodyLeak": true
}
}
}
}
Arbitrary
From ./dist/samples/json/requests/devices/vehicles/a200/bodyLeak/a200BodyLeakRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.14",
"method": "UPDATE",
"payload": {
"devices": {
"421E0D7B057B": {
"model": 19,
"bodyLeak": true
}
}
}
}
Calibrator
Calibrator | Front-end (request) | Back-end (response) |
---|---|---|
true |
Calibrate | - |
false |
Cancel Calibration | - |
undefined |
- | - |
Camera Head
From ./dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/core/a200A200CameraHeadSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.14",
"method": "DELETE",
"payload": {
"devices": {
"738DD00983A9": {
"model": 19,
"cameraHead": {}
}
}
}
}
Cameras
From ./dist/samples/json/requests/devices/vehicles/a200/cameras/core/a200CameraDeleteSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.14",
"method": "DELETE",
"payload": {
"devices": {
"F3FC14573F56": {
"model": 19,
"cameras": {
"E9F3CDD16A82": {}
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/a200/cameras/core/a200CamerasSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.14",
"method": "DELETE",
"payload": {
"devices": {
"83D5AE2DAFDA": {
"model": 19,
"cameras": {}
}
}
}
}
The cp probe
CPU Temperature Sensor
Measured in degrees celsius
From ./dist/samples/json/requests/devices/vehicles/a200/temperature/cpuTemp/a200CPUTemperatureRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.14",
"method": "UPDATE",
"payload": {
"devices": {
"199AC7C5F229": {
"model": 19,
"cpuTemp": 73
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/a200/temperature/cpuTemp/a200CPUTemperatureWarningSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.14",
"method": "UPDATE",
"payload": {
"devices": {
"5F20FB9B5F92": {
"model": 19,
"cpuTemp": 75
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/a200/temperature/cpuTemp/a200CPUTemperatureShutdownSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.14",
"method": "UPDATE",
"payload": {
"devices": {
"F0926A6AB20B": {
"model": 19,
"cpuTemp": 85
}
}
}
}
The ut(cygnus) probe
Drive
Controls the direction of drive for the A200
Elevating Arm
No elevating arm
From ./dist/samples/json/requests/devices/vehicles/a200/peripherals/elevatingArm/a200ElevatingArmNotPresentSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.14",
"method": "SET",
"payload": {
"devices": {
"58DA212F8528": {
"model": 19,
"elevatingArm": {
"present": false
}
}
}
}
}
Elevating arm minimum height
From ./dist/samples/json/requests/devices/vehicles/a200/peripherals/elevatingArm/a200ElevatingArmMinHeightSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.14",
"method": "SET",
"payload": {
"devices": {
"F117D55B8AB7": {
"model": 19,
"elevatingArm": {
"height": 0
}
}
}
}
}
Elevating arm maximum height
From ./dist/samples/json/requests/devices/vehicles/a200/peripherals/elevatingArm/a200ElevatingArmMaxHeightSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.14",
"method": "SET",
"payload": {
"devices": {
"EC81E95DA05C": {
"model": 19,
"elevatingArm": {
"height": 100
}
}
}
}
}
Arbitrary
From ./dist/samples/json/requests/devices/vehicles/a200/peripherals/elevatingArm/a200ElevatingArmRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.14",
"method": "SET",
"payload": {
"devices": {
"F06941C5646C": {
"model": 19,
"elevatingArm": {
"present": true,
"height": -9,
"speed": -30,
"leak": true
}
}
}
}
}
Hybrid Power Diagnostics
From ./dist/samples/json/requests/devices/vehicles/a200/hybridPowerDiagnostics/chargeVoltage/a200HybridPowerDiagnosticsChargeVoltageRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.14",
"method": "UPDATE",
"payload": {
"devices": {
"8E5BFB63EC41": {
"model": 19,
"hybridPowerDiagnostics": {
"chargeVoltage": 12
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/a200/hybridPowerDiagnostics/inputVoltage/a200HybridPowerDiagnosticsInputVoltageRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.14",
"method": "UPDATE",
"payload": {
"devices": {
"6DBBD9FC542A": {
"model": 19,
"hybridPowerDiagnostics": {
"chargeVoltage": 38
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/a200/hybridPowerDiagnostics/a200HybridPowerDiagnosticsRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.14",
"method": "UPDATE",
"payload": {
"devices": {
"37238FD67515": {
"model": 19,
"hybridPowerDiagnostics": {
"chargeVoltage": 63
}
},
"9E1EC81DD6C8": {
"model": 19,
"hybridPowerDiagnostics": {
"chargeVoltage": 9
}
}
}
}
}
IMU Temperature Sensor
Measured in degrees celsius
Arbitrary
From ./dist/samples/json/requests/devices/vehicles/a200/temperature/imuTemp/a200IMUTemperatureRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.14",
"method": "UPDATE",
"payload": {
"devices": {
"8A404DCD2AE5": {
"model": 19,
"imuTemp": 100
}
}
}
}
IMU temperature warning
From ./dist/samples/json/requests/devices/vehicles/a200/temperature/imuTemp/a200IMUTemperatureWarningSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.14",
"method": "UPDATE",
"payload": {
"devices": {
"60330E4616A8": {
"model": 19,
"imuTemp": 75
}
}
}
}
IMU temperature shutdown
From ./dist/samples/json/requests/devices/vehicles/a200/temperature/imuTemp/a200IMUTemperatureShutdownSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.14",
"method": "UPDATE",
"payload": {
"devices": {
"E7D26B1561DC": {
"model": 19,
"imuTemp": 85
}
}
}
}
Vehicle incline
IP address
Left Motor Diagnostics
Resting Motor
From ./dist/samples/json/requests/devices/vehicles/a200/motorDiagnostics/leftMotor/a200LeftMotorDiagnosticsRestingSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.14",
"method": "UPDATE",
"payload": {
"devices": {
"4842F315EB9B": {
"model": 19,
"leftMotorDiagnostics": {
"current": 1,
"overcurrent": false,
"pwm": 3,
"rpm": 0,
"failure": false
}
}
}
}
}
Arbitrary
From ./dist/samples/json/requests/devices/vehicles/a200/motorDiagnostics/leftMotor/a200LeftMotorDiagnosticsRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.14",
"method": "UPDATE",
"payload": {
"devices": {
"FC1FE0B08ED4": {
"model": 19,
"leftMotorDiagnostics": {
"current": 74,
"overcurrent": false,
"pwm": 74,
"rpm": 60,
"failure": false
}
}
}
}
}
Rear Light
Controls the rear light attached to the a200 crawler.
Right Motor Diagnostics
Resting Motor
From ./dist/samples/json/requests/devices/vehicles/a200/motorDiagnostics/rightMotor/a200RightMotorDiagnosticsRestingSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.14",
"method": "UPDATE",
"payload": {
"devices": {
"F4FCB29FE4D0": {
"model": 19,
"rightMotorDiagnostics": {
"current": 5,
"overcurrent": false,
"pwm": 2,
"rpm": 1,
"failure": false
}
}
}
}
}
Arbitrary
From ./dist/samples/json/requests/devices/vehicles/a200/motorDiagnostics/rightMotor/a200RightMotorDiagnosticsRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.14",
"method": "UPDATE",
"payload": {
"devices": {
"7386909F7AC1": {
"model": 19,
"rightMotorDiagnostics": {
"current": 87,
"overcurrent": false,
"pwm": 65,
"rpm": -53,
"failure": false
}
}
}
}
}
Vehicle roll
Sonde
From ./dist/samples/json/requests/devices/vehicles/a200/peripherals/sonde/a200SondeEnabledSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.14",
"method": "SET",
"payload": {
"devices": {
"A0BDF0564C53": {
"model": 19,
"sonde": {
"enabled": true
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/a200/peripherals/sonde/a200SondeDisabledSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.14",
"method": "SET",
"payload": {
"devices": {
"3A90693CF5B5": {
"model": 19,
"sonde": {
"enabled": false
}
}
}
}
}
Vehicle Usage Time
From ./dist/samples/json/requests/devices/vehicles/a200/usageTime/a200CurrentSecondsRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.14",
"method": "UPDATE",
"payload": {
"devices": {
"4AB4741BC7B1": {
"model": 19,
"usageTime": {
"currentSeconds": 58
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/a200/usageTime/a200TotalSecondsRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.14",
"method": "UPDATE",
"payload": {
"devices": {
"FC025387C790": {
"model": 19,
"usageTime": {
"totalSeconds": 96
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/a200/usageTime/a200UsageTimeRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.14",
"method": "UPDATE",
"payload": {
"devices": {
"EB80C1ADE374": {
"model": 19,
"usageTime": {
"totalSeconds": 3,
"currentSeconds": 53
}
}
}
}
}
Version
See type declaration
A200 Crawler
DELETE Request
From ./dist/samples/json/requests/devices/vehicles/a200/core/a200DeleteSample.json