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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"BFE3AB45F026": {
"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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"06A029A4A0BD": {
"model": 20,
"battery": {
"voltage": 99,
"percent": 49,
"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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"8B9937975182": {
"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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"9C29CD8F82F9": {
"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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"40C41ED83498": {
"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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"E8A8F4711215": {
"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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"39E19DBC6ED9": {
"model": 20,
"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/a150/cameraHead/a150CameraHead/core/a150A150CameraHeadSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.59.0",
"method": "DELETE",
"payload": {
"devices": {
"8AAD47C925A8": {
"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.59.0",
"method": "DELETE",
"payload": {
"devices": {
"7BF01F0DDFD1": {
"model": 20,
"cameras": {
"C2A153D52B30": {}
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/a150/cameras/core/a150CamerasSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.59.0",
"method": "DELETE",
"payload": {
"devices": {
"7966AE7333AD": {
"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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"CFAA2FBA3FFA": {
"model": 20,
"cpuTemp": 49
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/a150/temperature/cpuTemp/a150CPUTemperatureWarningSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"F53A98E44092": {
"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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"83CC832FBD89": {
"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.59.0",
"method": "SET",
"payload": {
"devices": {
"D3E5C7BCF06B": {
"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.59.0",
"method": "SET",
"payload": {
"devices": {
"01C6E8C0D6FC": {
"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.59.0",
"method": "SET",
"payload": {
"devices": {
"D57F160F1558": {
"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.59.0",
"method": "SET",
"payload": {
"devices": {
"3BEE8F25C5A8": {
"model": 20,
"elevatingArm": {
"present": true,
"height": 84,
"speed": 65,
"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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"708469A4A6DE": {
"model": 20,
"hybridPowerDiagnostics": {
"chargeVoltage": 91
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/a150/hybridPowerDiagnostics/inputVoltage/a150HybridPowerDiagnosticsInputVoltageRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"50D829DAF0E9": {
"model": 20,
"hybridPowerDiagnostics": {
"chargeVoltage": 94
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/a150/hybridPowerDiagnostics/a150HybridPowerDiagnosticsRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"20BD51939C28": {
"model": 20,
"hybridPowerDiagnostics": {
"chargeVoltage": 92
}
},
"D70DAB657FF0": {
"model": 20,
"hybridPowerDiagnostics": {
"chargeVoltage": 0
}
}
}
}
}
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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"BAB9B9DD7BCF": {
"model": 20,
"imuTemp": 11
}
}
}
}
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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"002A46BF20EC": {
"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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"914FBED9C3F0": {
"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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"89B958E145F6": {
"model": 20,
"leftMotorDiagnostics": {
"current": 6,
"overcurrent": false,
"pwm": 2,
"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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"5FE3AD7FFECD": {
"model": 20,
"leftMotorDiagnostics": {
"current": 65,
"overcurrent": false,
"pwm": 79,
"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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"8830325226CD": {
"model": 20,
"rightMotorDiagnostics": {
"current": 9,
"overcurrent": false,
"pwm": 3,
"rpm": 1,
"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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"BDD87F90BFF4": {
"model": 20,
"rightMotorDiagnostics": {
"current": 30,
"overcurrent": false,
"pwm": 86,
"rpm": -17,
"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.59.0",
"method": "SET",
"payload": {
"devices": {
"9C5F3A6461F5": {
"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.59.0",
"method": "SET",
"payload": {
"devices": {
"5287CE2206D0": {
"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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"C2641C53EA1D": {
"model": 20,
"usageTime": {
"currentSeconds": 57
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/a150/usageTime/a150TotalSecondsRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"E692E79763C0": {
"model": 20,
"usageTime": {
"totalSeconds": 28
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/a150/usageTime/a150UsageTimeRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"34E50CFB5203": {
"model": 20,
"usageTime": {
"totalSeconds": 54,
"currentSeconds": 67
}
}
}
}
}
Version
See type declaration
a150 Crawler
DELETE Request
From ./dist/samples/json/requests/devices/vehicles/a150/core/a150DeleteSample.json