Aux Light
Controls the auxiliary light attached to the a150 crawler.
Main Crawler Battery
From ./dist/samples/json/requests/devices/vehicles/a150/battery/a150BatteryDangerSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.13",
"method": "UPDATE",
"payload": {
"devices": {
"2286D16EDC6E": {
"model": 20,
"battery": {
"percent": 15
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/a150/battery/a150BatteryRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.13",
"method": "UPDATE",
"payload": {
"devices": {
"CD4CA09C68EA": {
"model": 20,
"battery": {
"voltage": 89,
"percent": 74,
"charging": false
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/a150/battery/a150BatteryShutdownSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.13",
"method": "UPDATE",
"payload": {
"devices": {
"8F5676481D3B": {
"model": 20,
"battery": {
"percent": 3
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/a150/battery/a150BatteryWarningSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.13",
"method": "UPDATE",
"payload": {
"devices": {
"4561106A5D2F": {
"model": 20,
"battery": {
"percent": 30
}
}
}
}
}
Body Leak Fault
No body leak
From ./dist/samples/json/requests/devices/vehicles/a150/bodyLeak/a150HasNoBodyLeakSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.13",
"method": "UPDATE",
"payload": {
"devices": {
"17753A9CFC27": {
"model": 20,
"bodyLeak": false
}
}
}
}
Body leak present
From ./dist/samples/json/requests/devices/vehicles/a150/bodyLeak/a150HasBodyLeakSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.13",
"method": "UPDATE",
"payload": {
"devices": {
"6A6DA0A4DC67": {
"model": 20,
"bodyLeak": true
}
}
}
}
Arbitrary
From ./dist/samples/json/requests/devices/vehicles/a150/bodyLeak/a150BodyLeakRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.13",
"method": "UPDATE",
"payload": {
"devices": {
"C33FDE601AF9": {
"model": 20,
"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/a150/cameraHead/a150CameraHead/core/a150A150CameraHeadSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.13",
"method": "DELETE",
"payload": {
"devices": {
"32668277892D": {
"model": 20,
"cameraHead": {}
}
}
}
}
Cameras
From ./dist/samples/json/requests/devices/vehicles/a150/cameras/core/a150CameraDeleteSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.13",
"method": "DELETE",
"payload": {
"devices": {
"FA2DA5D16D3E": {
"model": 20,
"cameras": {
"F83A568B3955": {}
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/a150/cameras/core/a150CamerasSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.13",
"method": "DELETE",
"payload": {
"devices": {
"8B67DE78B63B": {
"model": 20,
"cameras": {}
}
}
}
}
The cp probe
CPU Temperature Sensor
Measured in degrees celsius
From ./dist/samples/json/requests/devices/vehicles/a150/temperature/cpuTemp/a150CPUTemperatureRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.13",
"method": "UPDATE",
"payload": {
"devices": {
"2B673356E26D": {
"model": 20,
"cpuTemp": 69
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/a150/temperature/cpuTemp/a150CPUTemperatureWarningSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.13",
"method": "UPDATE",
"payload": {
"devices": {
"BF02BB506DAE": {
"model": 20,
"cpuTemp": 75
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/a150/temperature/cpuTemp/a150CPUTemperatureShutdownSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.13",
"method": "UPDATE",
"payload": {
"devices": {
"C2B4FCB70FE9": {
"model": 20,
"cpuTemp": 85
}
}
}
}
The ut(cygnus) probe
Drive
Controls the direction of drive for the a150
Elevating Arm
No elevating arm
From ./dist/samples/json/requests/devices/vehicles/a150/peripherals/elevatingArm/a150ElevatingArmNotPresentSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.13",
"method": "SET",
"payload": {
"devices": {
"36410C0BBA39": {
"model": 20,
"elevatingArm": {
"present": false
}
}
}
}
}
Elevating arm minimum height
From ./dist/samples/json/requests/devices/vehicles/a150/peripherals/elevatingArm/a150ElevatingArmMinHeightSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.13",
"method": "SET",
"payload": {
"devices": {
"CEB66D60D4ED": {
"model": 20,
"elevatingArm": {
"height": 0
}
}
}
}
}
Elevating arm maximum height
From ./dist/samples/json/requests/devices/vehicles/a150/peripherals/elevatingArm/a150ElevatingArmMaxHeightSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.13",
"method": "SET",
"payload": {
"devices": {
"06CBF0F21D8A": {
"model": 20,
"elevatingArm": {
"height": 100
}
}
}
}
}
Arbitrary
From ./dist/samples/json/requests/devices/vehicles/a150/peripherals/elevatingArm/a150ElevatingArmRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.13",
"method": "SET",
"payload": {
"devices": {
"4AA5DEDF1775": {
"model": 20,
"elevatingArm": {
"present": true,
"height": -92,
"speed": 26,
"leak": false
}
}
}
}
}
Hybrid Power Diagnostics
From ./dist/samples/json/requests/devices/vehicles/a150/hybridPowerDiagnostics/chargeVoltage/a150HybridPowerDiagnosticsChargeVoltageRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.13",
"method": "UPDATE",
"payload": {
"devices": {
"2E6DC6897AA4": {
"model": 20,
"hybridPowerDiagnostics": {
"chargeVoltage": 53
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/a150/hybridPowerDiagnostics/inputVoltage/a150HybridPowerDiagnosticsInputVoltageRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.13",
"method": "UPDATE",
"payload": {
"devices": {
"4A74582374A6": {
"model": 20,
"hybridPowerDiagnostics": {
"chargeVoltage": 99
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/a150/hybridPowerDiagnostics/a150HybridPowerDiagnosticsRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.13",
"method": "UPDATE",
"payload": {
"devices": {
"967960004A19": {
"model": 20,
"hybridPowerDiagnostics": {
"chargeVoltage": 92
}
},
"E6CD1B3DAC8A": {
"model": 20,
"hybridPowerDiagnostics": {
"chargeVoltage": 86
}
}
}
}
}
IMU Temperature Sensor
Measured in degrees celsius
Arbitrary
From ./dist/samples/json/requests/devices/vehicles/a150/temperature/imuTemp/a150IMUTemperatureRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.13",
"method": "UPDATE",
"payload": {
"devices": {
"0FAA0D3A610D": {
"model": 20,
"imuTemp": 32
}
}
}
}
IMU temperature warning
From ./dist/samples/json/requests/devices/vehicles/a150/temperature/imuTemp/a150IMUTemperatureWarningSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.13",
"method": "UPDATE",
"payload": {
"devices": {
"5DF153F82889": {
"model": 20,
"imuTemp": 75
}
}
}
}
IMU temperature shutdown
From ./dist/samples/json/requests/devices/vehicles/a150/temperature/imuTemp/a150IMUTemperatureShutdownSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.13",
"method": "UPDATE",
"payload": {
"devices": {
"529EA91E56D2": {
"model": 20,
"imuTemp": 85
}
}
}
}
Vehicle incline
IP address
Left Motor Diagnostics
Resting Motor
From ./dist/samples/json/requests/devices/vehicles/a150/motorDiagnostics/leftMotor/a150LeftMotorDiagnosticsRestingSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.13",
"method": "UPDATE",
"payload": {
"devices": {
"E765C80AC774": {
"model": 20,
"leftMotorDiagnostics": {
"current": 4,
"overcurrent": false,
"pwm": 3,
"rpm": -1,
"failure": false
}
}
}
}
}
Arbitrary
From ./dist/samples/json/requests/devices/vehicles/a150/motorDiagnostics/leftMotor/a150LeftMotorDiagnosticsRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.13",
"method": "UPDATE",
"payload": {
"devices": {
"85E6704FD688": {
"model": 20,
"leftMotorDiagnostics": {
"current": 31,
"overcurrent": false,
"pwm": 67,
"rpm": 49,
"failure": false
}
}
}
}
}
Aux Light
Controls the rear light attached to the a150 crawler.
Right Motor Diagnostics
Resting Motor
From ./dist/samples/json/requests/devices/vehicles/a150/motorDiagnostics/rightMotor/a150RightMotorDiagnosticsRestingSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.13",
"method": "UPDATE",
"payload": {
"devices": {
"30897C9F738A": {
"model": 20,
"rightMotorDiagnostics": {
"current": 3,
"overcurrent": false,
"pwm": 5,
"rpm": 0,
"failure": false
}
}
}
}
}
Arbitrary
From ./dist/samples/json/requests/devices/vehicles/a150/motorDiagnostics/rightMotor/a150RightMotorDiagnosticsRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.13",
"method": "UPDATE",
"payload": {
"devices": {
"201E4725F301": {
"model": 20,
"rightMotorDiagnostics": {
"current": 96,
"overcurrent": false,
"pwm": 14,
"rpm": 70,
"failure": false
}
}
}
}
}
Vehicle roll
Sonde
From ./dist/samples/json/requests/devices/vehicles/a150/peripherals/sonde/a150SondeEnabledSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.13",
"method": "SET",
"payload": {
"devices": {
"AC1612A0AE8E": {
"model": 20,
"sonde": {
"enabled": true
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/a150/peripherals/sonde/a150SondeDisabledSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.13",
"method": "SET",
"payload": {
"devices": {
"912432F974DA": {
"model": 20,
"sonde": {
"enabled": false
}
}
}
}
}
Vehicle Usage Time
From ./dist/samples/json/requests/devices/vehicles/a150/usageTime/a150CurrentSecondsRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.13",
"method": "UPDATE",
"payload": {
"devices": {
"81ACBD0ACC0E": {
"model": 20,
"usageTime": {
"currentSeconds": 38
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/a150/usageTime/a150TotalSecondsRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.13",
"method": "UPDATE",
"payload": {
"devices": {
"466D35B9F04B": {
"model": 20,
"usageTime": {
"totalSeconds": 81
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/a150/usageTime/a150UsageTimeRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.13",
"method": "UPDATE",
"payload": {
"devices": {
"3392B50B1DD1": {
"model": 20,
"usageTime": {
"totalSeconds": 91,
"currentSeconds": 26
}
}
}
}
}
Version
See type declaration
a150 Crawler
DELETE Request
From ./dist/samples/json/requests/devices/vehicles/a150/core/a150DeleteSample.json