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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"E5D100CE0E41": {
"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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"C537DE74E289": {
"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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"85D852DC0B9C": {
"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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"C65A994EAA1B": {
"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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"132BCCB9D763": {
"model": 18,
"grabber": {
"openClose": -97
}
}
}
}
}
-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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"279325B999CF": {
"model": 13,
"grabber": {
"openCloseMotorDiagnostics": {
"current": 88,
"overcurrent": false,
"pwm": 14,
"rpm": 56,
"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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"C4FCFF5E8FB1": {
"model": 13,
"grabber": {
"openCloseMotorDiagnostics": {
"current": 68
},
"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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"E8041BCC719F": {
"model": 13,
"grabber": {
"openCloseMotorDiagnostics": {
"pwm": 5
},
"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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"D772DD75A83C": {
"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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"E876880299BA": {
"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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"4DDE7D7272CD": {
"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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"F6DC5F6451A8": {
"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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"D9295D5E7AF3": {
"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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"11788EC4B7C3": {
"model": 18,
"grabber": {
"openCloseMotorDiagnostics": {
"current": 5,
"overcurrent": false,
"pwm": 0,
"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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"6CCE1DBD9D38": {
"model": 18,
"grabber": {
"openCloseMotorDiagnostics": {
"current": 71,
"overcurrent": true,
"pwm": 94,
"rpm": -35,
"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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"50DFB32BB6C0": {
"model": 18,
"grabber": {
"openCloseMotorDiagnostics": {
"current": 55,
"overcurrent": false,
"pwm": 53,
"rpm": 5
}
}
}
}
}
}
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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"70D6194E7A73": {
"model": 18,
"grabber": {
"openCloseMotorDiagnostics": {
"current": 45,
"overcurrent": false,
"pwm": 45,
"rpm": 7
}
}
}
}
}
}
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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"989ED4A253BA": {
"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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"F9379031F40E": {
"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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"A456CF0A427B": {
"model": 13,
"grabber": {
"rotate": -22,
"openClose": -73
}
}
}
}
}
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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"6F2276EA2971": {
"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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"4687818F6977": {
"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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"6C879543C3F9": {
"model": 18,
"grabber": {
"rotate": -85
}
}
}
}
}
-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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"C57E26793B41": {
"model": 13,
"grabber": {
"openCloseMotorDiagnostics": {},
"rotateMotorDiagnostics": {
"current": 21,
"overcurrent": true,
"pwm": 43,
"rpm": -53,
"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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"5125E7CD14DD": {
"model": 13,
"grabber": {
"openCloseMotorDiagnostics": {},
"rotateMotorDiagnostics": {
"current": 4
}
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberRotateMotorDiagnosticsRandomPwmSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"93460C6B1328": {
"model": 13,
"grabber": {
"openCloseMotorDiagnostics": {},
"rotateMotorDiagnostics": {
"pwm": 88
}
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberRotateMotorDiagnosticsHasOvercurrentSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"DA583BDDC250": {
"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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"7161068D0729": {
"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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"50434ADEDC9C": {
"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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"C15B9C707E04": {
"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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"C045D85C87DF": {
"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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"BF41C6A1B240": {
"model": 18,
"grabber": {
"rotateMotorDiagnostics": {
"current": 1,
"overcurrent": false,
"pwm": 3,
"rpm": -1,
"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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"50BED4C7B1CF": {
"model": 18,
"grabber": {
"rotateMotorDiagnostics": {
"current": 39,
"overcurrent": false,
"pwm": 7,
"rpm": 98,
"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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"02A5848A7E47": {
"model": 18,
"grabber": {
"rotateMotorDiagnostics": {
"current": 52,
"overcurrent": false,
"pwm": 45,
"rpm": 9
}
}
}
}
}
}
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.59.0",
"method": "UPDATE",
"payload": {
"devices": {
"5794318E84ED": {
"model": 18,
"grabber": {
"rotateMotorDiagnostics": {
"current": 48,
"overcurrent": false,
"pwm": 53,
"rpm": 6
}
}
}
}
}
}
See type declaration
Grabber