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.7",
"method": "UPDATE",
"payload": {
"devices": {
"78B7B33CC586": {
"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.7",
"method": "UPDATE",
"payload": {
"devices": {
"D14F19B8E5FB": {
"model": 19,
"battery": {
"voltage": 41,
"percent": 11,
"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.7",
"method": "UPDATE",
"payload": {
"devices": {
"25E810B4C13A": {
"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.7",
"method": "UPDATE",
"payload": {
"devices": {
"1F1658D6E7EF": {
"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.7",
"method": "UPDATE",
"payload": {
"devices": {
"6969A8397D3A": {
"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.7",
"method": "UPDATE",
"payload": {
"devices": {
"AFCC04603FFF": {
"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.7",
"method": "UPDATE",
"payload": {
"devices": {
"3E0B223D300C": {
"model": 19,
"bodyLeak": false
}
}
}
}
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.7",
"method": "DELETE",
"payload": {
"devices": {
"46A61832F726": {
"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.7",
"method": "DELETE",
"payload": {
"devices": {
"21FC77A731A8": {
"model": 19,
"cameras": {
"CD01ED6B5A6B": {}
}
}
}
}
}
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.7",
"method": "DELETE",
"payload": {
"devices": {
"71FE95C965D4": {
"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.7",
"method": "UPDATE",
"payload": {
"devices": {
"C1319F0EC580": {
"model": 19,
"cpuTemp": 89
}
}
}
}
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.7",
"method": "UPDATE",
"payload": {
"devices": {
"1FBEB139034F": {
"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.7",
"method": "UPDATE",
"payload": {
"devices": {
"8FCC21E109FE": {
"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.7",
"method": "SET",
"payload": {
"devices": {
"473268FA2F6F": {
"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.7",
"method": "SET",
"payload": {
"devices": {
"C02A581D03B2": {
"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.7",
"method": "SET",
"payload": {
"devices": {
"6724F2AB18F6": {
"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.7",
"method": "SET",
"payload": {
"devices": {
"CDF9911F886F": {
"model": 19,
"elevatingArm": {
"present": true,
"height": 0,
"speed": -8,
"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.7",
"method": "UPDATE",
"payload": {
"devices": {
"F456CEA10D38": {
"model": 19,
"hybridPowerDiagnostics": {
"chargeVoltage": 52
}
}
}
}
}
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.7",
"method": "UPDATE",
"payload": {
"devices": {
"5AC392FF7834": {
"model": 19,
"hybridPowerDiagnostics": {
"chargeVoltage": 68
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/a200/hybridPowerDiagnostics/a200HybridPowerDiagnosticsRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.7",
"method": "UPDATE",
"payload": {
"devices": {
"3503AD3FF61C": {
"model": 19,
"hybridPowerDiagnostics": {
"chargeVoltage": 95
}
},
"061C89616C62": {
"model": 19,
"hybridPowerDiagnostics": {
"chargeVoltage": 48
}
}
}
}
}
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.7",
"method": "UPDATE",
"payload": {
"devices": {
"6FC83AD6C240": {
"model": 19,
"imuTemp": 66
}
}
}
}
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.7",
"method": "UPDATE",
"payload": {
"devices": {
"DEE3DA38DD4A": {
"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.7",
"method": "UPDATE",
"payload": {
"devices": {
"566D66F1CB1D": {
"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.7",
"method": "UPDATE",
"payload": {
"devices": {
"3A1D8A5CE0E7": {
"model": 19,
"leftMotorDiagnostics": {
"current": 7,
"overcurrent": false,
"pwm": 4,
"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.7",
"method": "UPDATE",
"payload": {
"devices": {
"C06EE2EAEB6F": {
"model": 19,
"leftMotorDiagnostics": {
"current": 87,
"overcurrent": false,
"pwm": 43,
"rpm": -46,
"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.7",
"method": "UPDATE",
"payload": {
"devices": {
"BECE12C82A04": {
"model": 19,
"rightMotorDiagnostics": {
"current": 8,
"overcurrent": false,
"pwm": 0,
"rpm": 0,
"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.7",
"method": "UPDATE",
"payload": {
"devices": {
"56B45A0BDA5B": {
"model": 19,
"rightMotorDiagnostics": {
"current": 58,
"overcurrent": false,
"pwm": 10,
"rpm": -31,
"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.7",
"method": "SET",
"payload": {
"devices": {
"71F0EBBECA7F": {
"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.7",
"method": "SET",
"payload": {
"devices": {
"1C5618B9AF14": {
"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.7",
"method": "UPDATE",
"payload": {
"devices": {
"20AA7AD4FC9B": {
"model": 19,
"usageTime": {
"currentSeconds": 48
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/a200/usageTime/a200TotalSecondsRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.7",
"method": "UPDATE",
"payload": {
"devices": {
"BCB4EC3EC00B": {
"model": 19,
"usageTime": {
"totalSeconds": 12
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/a200/usageTime/a200UsageTimeRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.7",
"method": "UPDATE",
"payload": {
"devices": {
"ECAEF842817B": {
"model": 19,
"usageTime": {
"totalSeconds": 11,
"currentSeconds": 36
}
}
}
}
}
Version
See type declaration
A200 Crawler
DELETE Request
From ./dist/samples/json/requests/devices/vehicles/a200/core/a200DeleteSample.json