Open Close motor
Grabber claw motor power
< 0
: Close grabber claw== 0
: Motor off> 0
: Open grabber clawFrom ./dist/samples/json/requests/devices/vehicles/revolution/grabber/revolutionGrabberCloseClawSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.61.0",
"method": "UPDATE",
"payload": {
"devices": {
"6C6CE7C0F2A3": {
"model": 13,
"grabber": {
"openClose": -100
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/revolution/grabber/revolutionGrabberOpenClawSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.61.0",
"method": "UPDATE",
"payload": {
"devices": {
"EE5423D864AC": {
"model": 13,
"grabber": {
"openClose": 100
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/pivot/peripherals/grabber/pivotOpenClawGrabberSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.61.0",
"method": "UPDATE",
"payload": {
"devices": {
"330E5C533BF0": {
"model": 18,
"grabber": {
"openClose": 100
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/pivot/peripherals/grabber/pivotCloseClawGrabberSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.61.0",
"method": "UPDATE",
"payload": {
"devices": {
"211007D3C3FD": {
"model": 18,
"grabber": {
"openClose": -100
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/pivot/peripherals/grabber/pivotOpenCloseGrabberRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.61.0",
"method": "UPDATE",
"payload": {
"devices": {
"B408BAE787EE": {
"model": 18,
"grabber": {
"openClose": 30
}
}
}
}
}
-100
100
openCloseMotorDiagnostics
Grabber open close motor diagnostics
From ./dist/samples/json/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberOpenCloseMotorDiagnosticsRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.61.0",
"method": "UPDATE",
"payload": {
"devices": {
"FB83E89231C8": {
"model": 13,
"grabber": {
"openCloseMotorDiagnostics": {
"current": 14,
"overcurrent": true,
"pwm": 10,
"rpm": -18,
"failure": false
},
"rotateMotorDiagnostics": {}
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberOpenCloseMotorDiagnosticsRandomCurrentSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.61.0",
"method": "UPDATE",
"payload": {
"devices": {
"F49D0FC62311": {
"model": 13,
"grabber": {
"openCloseMotorDiagnostics": {
"current": 11
},
"rotateMotorDiagnostics": {}
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberOpenCloseMotorDiagnosticsRandomPwmSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.61.0",
"method": "UPDATE",
"payload": {
"devices": {
"14AAD1DAFBF2": {
"model": 13,
"grabber": {
"openCloseMotorDiagnostics": {
"pwm": 34
},
"rotateMotorDiagnostics": {}
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberOpenCloseMotorDiagnosticsHasOvercurrentSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.61.0",
"method": "UPDATE",
"payload": {
"devices": {
"4D6C81C7B7A6": {
"model": 13,
"grabber": {
"openCloseMotorDiagnostics": {
"overcurrent": true
},
"rotateMotorDiagnostics": {}
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberOpenCloseMotorDiagnosticsHasNoOvercurrentSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.61.0",
"method": "UPDATE",
"payload": {
"devices": {
"4C27294AE077": {
"model": 13,
"grabber": {
"openCloseMotorDiagnostics": {
"overcurrent": false
},
"rotateMotorDiagnostics": {}
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberOpenCloseMotorDiagnosticsStaticRpmSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.61.0",
"method": "UPDATE",
"payload": {
"devices": {
"7B664260F1F1": {
"model": 13,
"grabber": {
"openCloseMotorDiagnostics": {
"rpm": 0
},
"rotateMotorDiagnostics": {}
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberOpenCloseMotorDiagnosticsForwardRpmSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.61.0",
"method": "UPDATE",
"payload": {
"devices": {
"01694560E25A": {
"model": 13,
"grabber": {
"openCloseMotorDiagnostics": {
"rpm": 10
},
"rotateMotorDiagnostics": {}
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberOpenCloseMotorDiagnosticsBackwardRpmSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.61.0",
"method": "UPDATE",
"payload": {
"devices": {
"C6EED56FA176": {
"model": 13,
"grabber": {
"openCloseMotorDiagnostics": {
"rpm": -10
},
"rotateMotorDiagnostics": {}
}
}
}
}
}
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.61.0",
"method": "UPDATE",
"payload": {
"devices": {
"482BAC1F1B8B": {
"model": 18,
"grabber": {
"openCloseMotorDiagnostics": {
"current": 5,
"overcurrent": false,
"pwm": 5,
"rpm": 1,
"failure": false
}
}
}
}
}
}
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.61.0",
"method": "UPDATE",
"payload": {
"devices": {
"D8ECA411ACC7": {
"model": 18,
"grabber": {
"openCloseMotorDiagnostics": {
"current": 68,
"overcurrent": false,
"pwm": 34,
"rpm": -48,
"failure": false
}
}
}
}
}
}
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.61.0",
"method": "UPDATE",
"payload": {
"devices": {
"96C514EE3BA1": {
"model": 18,
"grabber": {
"openCloseMotorDiagnostics": {
"current": 49,
"overcurrent": false,
"pwm": 49,
"rpm": 7
}
}
}
}
}
}
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.61.0",
"method": "UPDATE",
"payload": {
"devices": {
"56937D64D2E7": {
"model": 18,
"grabber": {
"openCloseMotorDiagnostics": {
"current": 55,
"overcurrent": false,
"pwm": 53,
"rpm": 10
}
}
}
}
}
}
Rotation motor
Grabber rotation motor power
< 0
= rotate left== 0
= motor off> 0
= rotate rightFrom ./dist/samples/json/requests/devices/vehicles/revolution/grabber/revolutionGrabberRotateLeftSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.61.0",
"method": "UPDATE",
"payload": {
"devices": {
"548CD2FA0DF4": {
"model": 13,
"grabber": {
"rotate": -100
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/revolution/grabber/revolutionGrabberRotateRightSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.61.0",
"method": "UPDATE",
"payload": {
"devices": {
"70674A9B7660": {
"model": 13,
"grabber": {
"rotate": 100
}
}
}
}
}
Rotate revolution grabber random
From ./dist/samples/json/requests/devices/vehicles/revolution/grabber/revolutionGrabberRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.61.0",
"method": "UPDATE",
"payload": {
"devices": {
"E44FE8A53188": {
"model": 13,
"grabber": {
"rotate": 89,
"openClose": -93
}
}
}
}
}
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.61.0",
"method": "UPDATE",
"payload": {
"devices": {
"C021BD6BBA6C": {
"model": 18,
"grabber": {
"rotate": 100
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/pivot/peripherals/grabber/pivotRotateGrabberLeftSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.61.0",
"method": "UPDATE",
"payload": {
"devices": {
"8D03A0C864D1": {
"model": 18,
"grabber": {
"rotate": -100
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/pivot/peripherals/grabber/pivotRotateGrabberRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.61.0",
"method": "UPDATE",
"payload": {
"devices": {
"F6BDD338BC90": {
"model": 18,
"grabber": {
"rotate": 48
}
}
}
}
}
-100
100
rotateMotorDiagnostics
Grabber rotate motor diagnostics
From ./dist/samples/json/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberRotateMotorDiagnosticsRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.61.0",
"method": "UPDATE",
"payload": {
"devices": {
"AEE2EC1AB9DE": {
"model": 13,
"grabber": {
"openCloseMotorDiagnostics": {},
"rotateMotorDiagnostics": {
"current": 34,
"overcurrent": false,
"pwm": 71,
"rpm": 3,
"failure": false
}
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberRotateMotorDiagnosticsRandomCurrentSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.61.0",
"method": "UPDATE",
"payload": {
"devices": {
"12FF269C1B3B": {
"model": 13,
"grabber": {
"openCloseMotorDiagnostics": {},
"rotateMotorDiagnostics": {
"current": 32
}
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberRotateMotorDiagnosticsRandomPwmSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.61.0",
"method": "UPDATE",
"payload": {
"devices": {
"61C97EC8A41A": {
"model": 13,
"grabber": {
"openCloseMotorDiagnostics": {},
"rotateMotorDiagnostics": {
"pwm": 78
}
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberRotateMotorDiagnosticsHasOvercurrentSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.61.0",
"method": "UPDATE",
"payload": {
"devices": {
"2781CA88033A": {
"model": 13,
"grabber": {
"openCloseMotorDiagnostics": {},
"rotateMotorDiagnostics": {
"overcurrent": true
}
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberRotateMotorDiagnosticsHasNoOvercurrentSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.61.0",
"method": "UPDATE",
"payload": {
"devices": {
"DBD079977156": {
"model": 13,
"grabber": {
"openCloseMotorDiagnostics": {},
"rotateMotorDiagnostics": {
"overcurrent": false
}
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberRotateMotorDiagnosticsStaticRpmSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.61.0",
"method": "UPDATE",
"payload": {
"devices": {
"4364C774E894": {
"model": 13,
"grabber": {
"openCloseMotorDiagnostics": {},
"rotateMotorDiagnostics": {
"rpm": 0
}
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberRotateMotorDiagnosticsForwardRpmSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.61.0",
"method": "UPDATE",
"payload": {
"devices": {
"6D379835AA25": {
"model": 13,
"grabber": {
"openCloseMotorDiagnostics": {},
"rotateMotorDiagnostics": {
"rpm": 10
}
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberRotateMotorDiagnosticsBackwardRpmSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.61.0",
"method": "UPDATE",
"payload": {
"devices": {
"0D1B5DB41217": {
"model": 13,
"grabber": {
"openCloseMotorDiagnostics": {},
"rotateMotorDiagnostics": {
"rpm": -10
}
}
}
}
}
}
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.61.0",
"method": "UPDATE",
"payload": {
"devices": {
"7AD3A865535F": {
"model": 18,
"grabber": {
"rotateMotorDiagnostics": {
"current": 2,
"overcurrent": false,
"pwm": 3,
"rpm": 0,
"failure": false
}
}
}
}
}
}
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.61.0",
"method": "UPDATE",
"payload": {
"devices": {
"755DB0BD585F": {
"model": 18,
"grabber": {
"rotateMotorDiagnostics": {
"current": 33,
"overcurrent": true,
"pwm": 72,
"rpm": -88,
"failure": false
}
}
}
}
}
}
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.61.0",
"method": "UPDATE",
"payload": {
"devices": {
"73882201567C": {
"model": 18,
"grabber": {
"rotateMotorDiagnostics": {
"current": 50,
"overcurrent": false,
"pwm": 50,
"rpm": 5
}
}
}
}
}
}
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.61.0",
"method": "UPDATE",
"payload": {
"devices": {
"EDDEEFEA3205": {
"model": 18,
"grabber": {
"rotateMotorDiagnostics": {
"current": 49,
"overcurrent": false,
"pwm": 50,
"rpm": 8
}
}
}
}
}
}
See type declaration
Grabber