@deeptrekker/api-domain 0.61.6 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/constants/schema/schema.json +3709 -0
- package/dist/constants/versions/index.d.ts +1 -1
- package/dist/constants/versions/index.js +1 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +0 -1
- package/dist/types/clients/index.d.ts +249 -119
- package/dist/types/clients/index.js +9 -3
- package/dist/types/core/index.d.ts +128 -41
- package/dist/types/core/index.js +88 -31
- package/dist/types/devices/cameraHeads/core/index.d.ts +18 -0
- package/dist/types/devices/cameraHeads/core/index.js +3 -1
- package/dist/types/devices/cameraHeads/crawlerCameraHead/a150CameraHead/index.d.ts +6 -2
- package/dist/types/devices/cameraHeads/crawlerCameraHead/a150CameraHead/index.js +4 -0
- package/dist/types/devices/cameraHeads/crawlerCameraHead/a200CameraHead/index.d.ts +5 -3
- package/dist/types/devices/cameraHeads/crawlerCameraHead/a200CameraHead/index.js +4 -1
- package/dist/types/devices/cameraHeads/crawlerCameraHead/index.d.ts +62 -565
- package/dist/types/devices/cameraHeads/index.d.ts +38 -7
- package/dist/types/devices/cameraHeads/tiltCameraHead/index.d.ts +22 -207
- package/dist/types/devices/cameraHeads/x4CameraHead/index.d.ts +6 -0
- package/dist/types/devices/cameras/core/index.d.ts +168 -10
- package/dist/types/devices/cameras/core/index.js +7 -34
- package/dist/types/devices/cameras/dtCam/index.d.ts +29 -68
- package/dist/types/devices/cameras/index.d.ts +19 -166
- package/dist/types/devices/cameras/ocleaCam/index.d.ts +48 -122
- package/dist/types/devices/cameras/stereoCamera/index.d.ts +6 -0
- package/dist/types/devices/cameras/tamronHarrierZoomCamera/index.d.ts +45 -291
- package/dist/types/devices/cameras/tamronOcleaZoomCamera/index.d.ts +35 -279
- package/dist/types/devices/cameras/types/index.d.ts +5 -1
- package/dist/types/devices/cameras/zoomCam/index.d.ts +2 -3
- package/dist/types/devices/core/index.d.ts +106 -51
- package/dist/types/devices/core/index.js +52 -8
- package/dist/types/devices/diagnostics/index.d.ts +2 -2
- package/dist/types/devices/index.d.ts +84 -21
- package/dist/types/devices/index.js +66 -10
- package/dist/types/devices/peripherals/dvl/index.d.ts +5 -0
- package/dist/types/devices/peripherals/echosounder/index.d.ts +6 -3
- package/dist/types/devices/peripherals/echosounder/index.js +5 -1
- package/dist/types/devices/peripherals/index.d.ts +130 -415
- package/dist/types/devices/peripherals/index.js +1 -0
- package/dist/types/devices/peripherals/sensorPod/index.d.ts +33 -7
- package/dist/types/devices/peripherals/sensorPod/index.js +6 -1
- package/dist/types/devices/reels/core/index.d.ts +15 -0
- package/dist/types/devices/reels/index.d.ts +18 -17
- package/dist/types/devices/reels/index.js +3 -1
- package/dist/types/devices/reels/manualReel/index.d.ts +2 -2
- package/dist/types/devices/reels/poweredReel/index.d.ts +87 -74
- package/dist/types/devices/reels/types/index.d.ts +5 -0
- package/dist/types/devices/reels/types/index.js +6 -1
- package/dist/types/devices/serial/index.d.ts +18 -0
- package/dist/types/devices/serial/index.js +7 -1
- package/dist/types/devices/sonar/index.d.ts +20 -0
- package/dist/types/devices/sonar/index.js +12 -2
- package/dist/types/devices/types/index.d.ts +2 -0
- package/dist/types/devices/vehicles/a150/core/index.d.ts +2 -0
- package/dist/types/devices/vehicles/a150/core/index.js +3 -1
- package/dist/types/devices/vehicles/a150/index.d.ts +47 -205
- package/dist/types/devices/vehicles/a150/index.js +0 -20
- package/dist/types/devices/vehicles/a200/core/index.d.ts +2 -0
- package/dist/types/devices/vehicles/a200/core/index.js +3 -1
- package/dist/types/devices/vehicles/a200/index.d.ts +47 -206
- package/dist/types/devices/vehicles/a200/index.js +0 -20
- package/dist/types/devices/vehicles/core/index.d.ts +46 -1
- package/dist/types/devices/vehicles/crawlerDrive/index.d.ts +7 -2
- package/dist/types/devices/vehicles/crawlerDrive/index.js +3 -1
- package/dist/types/devices/vehicles/dt645/index.d.ts +75 -120
- package/dist/types/devices/vehicles/index.d.ts +55 -12
- package/dist/types/devices/vehicles/index.js +1 -0
- package/dist/types/devices/vehicles/navigation/index.d.ts +227 -122
- package/dist/types/devices/vehicles/navigation/index.js +27 -9
- package/dist/types/devices/vehicles/onyx/core/index.d.ts +4 -0
- package/dist/types/devices/vehicles/onyx/core/index.js +6 -2
- package/dist/types/devices/vehicles/onyx/index.d.ts +5 -6
- package/dist/types/devices/vehicles/photon/core/index.d.ts +4 -0
- package/dist/types/devices/vehicles/photon/core/index.js +6 -2
- package/dist/types/devices/vehicles/photon/index.d.ts +5 -6
- package/dist/types/devices/vehicles/pivot/core/index.d.ts +4 -0
- package/dist/types/devices/vehicles/pivot/core/index.js +6 -2
- package/dist/types/devices/vehicles/pivot/index.d.ts +42 -286
- package/dist/types/devices/vehicles/revolution/core/index.d.ts +9 -0
- package/dist/types/devices/vehicles/revolution/core/index.js +12 -3
- package/dist/types/devices/vehicles/revolution/index.d.ts +44 -237
- package/dist/types/devices/vehicles/rov/index.d.ts +119 -134
- package/dist/types/devices/vehicles/rovDrive/index.d.ts +15 -6
- package/dist/types/devices/vehicles/x4/index.d.ts +358 -126
- package/dist/types/devices/vehicles/x4/index.js +15 -2
- package/dist/types/schemas/index.d.ts +4 -0
- package/dist/types/server/index.d.ts +35 -20
- package/dist/types/server/index.js +4 -18
- package/dist/types/swupdates/index.d.ts +73 -14
- package/dist/types/swupdates/index.js +6 -1
- package/dist/utils/index.d.ts +1 -2
- package/dist/utils/index.js +17 -6
- package/package.json +17 -11
- package/readme.md +30 -60
- package/dist/samples/clients/index.d.ts +0 -30
- package/dist/samples/clients/index.js +0 -91
- package/dist/samples/core/index.d.ts +0 -84
- package/dist/samples/core/index.js +0 -165
- package/dist/samples/index.d.ts +0 -6
- package/dist/samples/index.js +0 -22
- package/dist/samples/json/index.json +0 -1398
- package/dist/samples/json/requests/bridgeBox/serialDevices/bridgeBoxSerialDevicesSample.json +0 -28
- package/dist/samples/json/requests/bridgeBox/swupdate/bridgeBoxCheckOfflineUpdatesSample.json +0 -10
- package/dist/samples/json/requests/bridgeBox/swupdate/bridgeBoxNoOfflineUpdatesAvailableSample.json +0 -10
- package/dist/samples/json/requests/bridgeBox/swupdate/bridgeBoxOfflineUpdatesAvailableSample.json +0 -10
- package/dist/samples/json/requests/bridgeBox/swupdate/bridgeBoxStartOfflineUpdatesSample.json +0 -10
- package/dist/samples/json/requests/bridgeBox/systemSettings/dateTime/bridgeBoxSystemSettingsDateTimeGreenwichSample.json +0 -12
- package/dist/samples/json/requests/bridgeBox/systemSettings/dateTime/bridgeBoxSystemSettingsDateTimeLocaleSample.json +0 -12
- package/dist/samples/json/requests/bridgeBox/systemSettings/dateTime/bridgeBoxSystemSettingsDateTimeLondonSample.json +0 -12
- package/dist/samples/json/requests/bridgeBox/systemSettings/dateTime/bridgeBoxSystemSettingsDateTimeLosAngelesSample.json +0 -12
- package/dist/samples/json/requests/bridgeBox/systemSettings/dateTime/bridgeBoxSystemSettingsDateTimeNetworkTimeSyncDisabledSample.json +0 -12
- package/dist/samples/json/requests/bridgeBox/systemSettings/dateTime/bridgeBoxSystemSettingsDateTimeNetworkTimeSyncEnabledSample.json +0 -12
- package/dist/samples/json/requests/bridgeBox/systemSettings/dateTime/bridgeBoxSystemSettingsDateTimeNewYorkSample.json +0 -12
- package/dist/samples/json/requests/bridgeBox/systemSettings/dateTime/bridgeBoxSystemSettingsDateTimeTokyoSample.json +0 -12
- package/dist/samples/json/requests/bridgeBox/systemSettings/dateTime/bridgeBoxSystemSettingsDateTimeTorontoSample.json +0 -12
- package/dist/samples/json/requests/bridgeBox/systemSettings/dateTime/bridgeBoxSystemSettingsDateTimeUTCSample.json +0 -12
- package/dist/samples/json/requests/bridgeBox/systemSettings/systemOfMeasurement/bridgeBoxSystemSettingsSystemOfMeasurementImperialSample.json +0 -10
- package/dist/samples/json/requests/bridgeBox/systemSettings/systemOfMeasurement/bridgeBoxSystemSettingsSystemOfMeasurementMetricSample.json +0 -10
- package/dist/samples/json/requests/clients/bridgeboxNetworkDiagnosticsSample.json +0 -42
- package/dist/samples/json/requests/devices/faults/clearFaults/clearFaultsSample.json +0 -10
- package/dist/samples/json/requests/devices/reels/manualReels/calibration/manualReelCalibratorCalibrateSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/manualReels/calibration/manualReelCalibratorCancelSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/manualReels/calibration/manualReelCalibratorFailedSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/manualReels/calibration/manualReelCalibratorSucceededSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/CrawlerForward/poweredReelCrawlerForwardFalseSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/CrawlerForward/poweredReelCrawlerForwardRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/CrawlerForward/poweredReelCrawlerForwardTrueSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/CrawlerReverse/poweredReelCrawlerReverseFalseSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/CrawlerReverse/poweredReelCrawlerReverseRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/CrawlerReverse/poweredReelCrawlerReverseTrueSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/acConnected/poweredReelAcConnectedRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/acConnected/poweredReelHasAcConnectedSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/acConnected/poweredReelHasNoAcConnectedSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/battery/battery1/leak/poweredReelBattery1HasLeakSample.json +0 -15
- package/dist/samples/json/requests/devices/reels/poweredReels/battery/battery1/leak/poweredReelBattery1HasNoLeakSample.json +0 -15
- package/dist/samples/json/requests/devices/reels/poweredReels/battery/battery1/leak/poweredReelBattery1LeakRandomSample.json +0 -15
- package/dist/samples/json/requests/devices/reels/poweredReels/battery/battery1/poweredReelBattery1DangerSample.json +0 -15
- package/dist/samples/json/requests/devices/reels/poweredReels/battery/battery1/poweredReelBattery1RandomSample.json +0 -17
- package/dist/samples/json/requests/devices/reels/poweredReels/battery/battery1/poweredReelBattery1ShutdownSample.json +0 -15
- package/dist/samples/json/requests/devices/reels/poweredReels/battery/battery1/poweredReelBattery1WarningSample.json +0 -15
- package/dist/samples/json/requests/devices/reels/poweredReels/battery/battery2/leak/poweredReelBattery2HasLeakSample.json +0 -15
- package/dist/samples/json/requests/devices/reels/poweredReels/battery/battery2/leak/poweredReelBattery2HasNoLeakSample.json +0 -15
- package/dist/samples/json/requests/devices/reels/poweredReels/battery/battery2/leak/poweredReelBattery2LeakRandomSample.json +0 -15
- package/dist/samples/json/requests/devices/reels/poweredReels/battery/battery2/poweredReelBattery2DangerSample.json +0 -15
- package/dist/samples/json/requests/devices/reels/poweredReels/battery/battery2/poweredReelBattery2RandomSample.json +0 -17
- package/dist/samples/json/requests/devices/reels/poweredReels/battery/battery2/poweredReelBattery2ShutdownSample.json +0 -15
- package/dist/samples/json/requests/devices/reels/poweredReels/battery/battery2/poweredReelBattery2WarningSample.json +0 -15
- package/dist/samples/json/requests/devices/reels/poweredReels/calibrator/poweredReelCalibratorRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/calibrator/poweredReelIsCalibratingSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/calibrator/poweredReelIsNotCalibratingSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/distance/poweredReelDistanceRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/eStop/poweredReelEStopOffSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/eStop/poweredReelEStopOnSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/eStop/poweredReelEStopRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/encoderFailed/poweredReelEncoderFailedRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/encoderFailed/poweredReelHasEncoderFailedSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/encoderFailed/poweredReelHasNoEncoderFailedSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/encoderMiscalibrated/poweredReelEncoderMiscalibratedRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/encoderMiscalibrated/poweredReelHasEncoderMiscalibratedSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/encoderMiscalibrated/poweredReelHasNoEncoderMiscalibratedSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/hybridPower/poweredReelHybridPowerOffRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/hybridPower/poweredReelHybridPowerOnSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/hybridPower/poweredReelHybridPowerRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/ip/poweredReelIpRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/leak/poweredReelHasLeakSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/leak/poweredReelHasNoLeakSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/leak/poweredReelLeakRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/motorDiagnostics/motor1/poweredReelMotor1DiagnosticsRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/reels/poweredReels/motorDiagnostics/motor1/poweredReelMotor1DiagnosticsRestingSample.json +0 -19
- package/dist/samples/json/requests/devices/reels/poweredReels/motorDiagnostics/motor2/poweredReelMotor2DiagnosticsRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/reels/poweredReels/motorDiagnostics/motor2/poweredReelMotor2DiagnosticsRestingSample.json +0 -19
- package/dist/samples/json/requests/devices/reels/poweredReels/reelForward/poweredReelForwardFalseSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/reelForward/poweredReelForwardRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/reelForward/poweredReelForwardTrueSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/reelReverse/poweredReelReverseFalseSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/reelReverse/poweredReelReverseRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/reelReverse/poweredReelReverseTrueSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/speed/poweredReelMaxSpeedBackwardSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/speed/poweredReelMaxSpeedForwardSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/speed/poweredReelNoSpeedSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/speed/poweredReelSpeedRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/spragBearing/poweredReelSpragBearingFKNN62042RSSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/spragBearing/poweredReelSpragBearingFKNN62052RSSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/spragBearing/poweredReelSpragBearingRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/stalled/poweredReelHasNoStalledSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/stalled/poweredReelHasStalledSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/stalled/poweredReelStalledRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/temperature/poweredReelTemperatureRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/temperature/poweredReelTemperatureShutdownSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/temperature/poweredReelTemperatureWarningSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/totalDistance/poweredReelTotalDistanceRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/reels/poweredReels/update/poweredReelConnected.json +0 -12
- package/dist/samples/json/requests/devices/reels/poweredReels/update/poweredReelDisconnected.json +0 -12
- package/dist/samples/json/requests/devices/reels/poweredReels/usageTime/currentSeconds/poweredReelCurrentUsageTimeSample.json +0 -11
- package/dist/samples/json/requests/devices/reels/poweredReels/usageTime/poweredReelUsageTimeRandomSample.json +0 -16
- package/dist/samples/json/requests/devices/reels/poweredReels/usageTime/totalSeconds/poweredReelTotalUsageTimeSample.json +0 -11
- package/dist/samples/json/requests/devices/reels/poweredReels/version/poweredReelVersion1.json +0 -16
- package/dist/samples/json/requests/devices/reels/poweredReels/version/poweredReelVersion2.json +0 -16
- package/dist/samples/json/requests/devices/reels/poweredReels/version/poweredReelVersion3.json +0 -16
- package/dist/samples/json/requests/devices/reels/poweredReels/version/poweredReelVersionRandom.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a150/a150ConnectedSample.json +0 -12
- package/dist/samples/json/requests/devices/vehicles/a150/a150DisconnectedSample.json +0 -12
- package/dist/samples/json/requests/devices/vehicles/a150/auxLight/a150AuxLightOffSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/auxLight/a150AuxLightOnMaxIntensitySample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/auxLight/a150AuxLightOnMidIntensitySample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/auxLight/a150AuxLightRandomSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/battery/a150BatteryDangerSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/battery/a150BatteryRandomSample.json +0 -17
- package/dist/samples/json/requests/devices/vehicles/a150/battery/a150BatteryShutdownSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/battery/a150BatteryWarningSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/battery/leak/a150BatteryHasLeakSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/battery/leak/a150BatteryHasNoLeakSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/battery/leak/a150BatteryRandomLeakStateSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/battery/resetChargeCycles/a150BatteryResetChargeCyclesSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/bodyLeak/a150BodyLeakRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a150/bodyLeak/a150HasBodyLeakSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a150/bodyLeak/a150HasNoBodyLeakSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a150/calibrator/a150CalibratorFalseSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a150/calibrator/a150CalibratorRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a150/calibrator/a150CalibratorTrueSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/calibrator/a150A150Joint2CalibratorFalseSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/calibrator/a150A150Joint2CalibratorRandomSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/calibrator/a150A150Joint2CalibratorTrueSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/calibrator/a200A150Joint2CalibratorFalseSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/calibrator/a200A150Joint2CalibratorTrueSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/cameraHome/a150A150CameraHeadCameraHomeSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/core/a150A150CameraHeadSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/cpuTemp/a150A150CameraHeadCpuTempRandomSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/ip/a150A150CameraHeadIpRandomSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/joint1MotorDiagnostics/a150A150CameraHeadJoint1MotorDiagnosticsCurrentRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/joint1MotorDiagnostics/a150A150CameraHeadJoint1MotorDiagnosticsFailureOffSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/joint1MotorDiagnostics/a150A150CameraHeadJoint1MotorDiagnosticsFailureOnSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/joint1MotorDiagnostics/a150A150CameraHeadJoint1MotorDiagnosticsOvercurrentOffSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/joint1MotorDiagnostics/a150A150CameraHeadJoint1MotorDiagnosticsOvercurrentOnSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/joint1MotorDiagnostics/a150A150CameraHeadJoint1MotorDiagnosticsPWMRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/joint1MotorDiagnostics/a150A150CameraHeadJoint1MotorDiagnosticsRPMBackwardSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/joint1MotorDiagnostics/a150A150CameraHeadJoint1MotorDiagnosticsRPMForwardSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/joint1MotorDiagnostics/a150A150CameraHeadJoint1MotorDiagnosticsRPMStaticSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/joint1MotorDiagnostics/a150A150CameraHeadJoint1MotorDiagnosticsRandomSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/joint2MotorDiagnostics/a150A150CameraHeadJoint2MotorDiagnosticsCurrentRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/joint2MotorDiagnostics/a150A150CameraHeadJoint2MotorDiagnosticsFailureOffSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/joint2MotorDiagnostics/a150A150CameraHeadJoint2MotorDiagnosticsFailureOnSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/joint2MotorDiagnostics/a150A150CameraHeadJoint2MotorDiagnosticsOvercurrentOffSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/joint2MotorDiagnostics/a150A150CameraHeadJoint2MotorDiagnosticsOvercurrentOnSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/joint2MotorDiagnostics/a150A150CameraHeadJoint2MotorDiagnosticsPWMRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/joint2MotorDiagnostics/a150A150CameraHeadJoint2MotorDiagnosticsRPMBackwardSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/joint2MotorDiagnostics/a150A150CameraHeadJoint2MotorDiagnosticsRPMForwardSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/joint2MotorDiagnostics/a150A150CameraHeadJoint2MotorDiagnosticsRPMStaticSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/joint2MotorDiagnostics/a150A150CameraHeadJoint2MotorDiagnosticsRandomSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/leak/a150A150CameraHeadHasLeakSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/leak/a150A150CameraHeadHasNoLeakSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/leak/a150A150CameraHeadLeakRandomSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/light/a150A150CameraHeadLightIntensityMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/light/a150A150CameraHeadLightIntensityMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/light/a150A150CameraHeadLightIntensityRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/natural/a150A150CameraHeadNaturalDisabledSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/natural/a150A150CameraHeadNaturalEnabledSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/orientationConfig/a150A150CameraHeadOrientationConfigHorizontalSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/orientationConfig/a150A150CameraHeadOrientationConfigVerticalSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/pan/a150A150CameraHeadPanPositionMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/pan/a150A150CameraHeadPanPositionMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/pan/a150A150CameraHeadPanPositionRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/pan/a150A150CameraHeadPanRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/pan/a150A150CameraHeadPanSpeedMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/pan/a150A150CameraHeadPanSpeedMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/pan/a150A150CameraHeadPanSpeedRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/panMotorDiagnostics/a150A150CameraHeadPanMotorDiagnosticsCurrentRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/panMotorDiagnostics/a150A150CameraHeadPanMotorDiagnosticsOvercurrentOffSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/panMotorDiagnostics/a150A150CameraHeadPanMotorDiagnosticsOvercurrentOnSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/panMotorDiagnostics/a150A150CameraHeadPanMotorDiagnosticsPWMRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/panMotorDiagnostics/a150A150CameraHeadPanMotorDiagnosticsRPMBackwardSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/panMotorDiagnostics/a150A150CameraHeadPanMotorDiagnosticsRPMForwardSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/panMotorDiagnostics/a150A150CameraHeadPanMotorDiagnosticsRPMStaticSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/panMotorDiagnostics/a150A150CameraHeadPanMotorDiagnosticsRandomSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/tilt/a150A150CameraHeadTiltPositionMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/tilt/a150A150CameraHeadTiltPositionMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/tilt/a150A150CameraHeadTiltPositionRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/tilt/a150A150CameraHeadTiltRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/tilt/a150A150CameraHeadTiltSpeedMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/tilt/a150A150CameraHeadTiltSpeedMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/tilt/a150A150CameraHeadTiltSpeedRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/tiltMotorDiagnostics/a150A150CameraHeadTiltMotorDiagnosticsCurrentRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/tiltMotorDiagnostics/a150A150CameraHeadTiltMotorDiagnosticsOvercurrentOffSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/tiltMotorDiagnostics/a150A150CameraHeadTiltMotorDiagnosticsOvercurrentOnSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/tiltMotorDiagnostics/a150A150CameraHeadTiltMotorDiagnosticsPWMRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/tiltMotorDiagnostics/a150A150CameraHeadTiltMotorDiagnosticsRPMBackwardSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/tiltMotorDiagnostics/a150A150CameraHeadTiltMotorDiagnosticsRPMForwardSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/tiltMotorDiagnostics/a150A150CameraHeadTiltMotorDiagnosticsRPMStaticSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/tiltMotorDiagnostics/a150A150CameraHeadTiltMotorDiagnosticsRandomSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/usageTime/a150A150CameraHeadCurrentSecondsRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/usageTime/a150A150CameraHeadTotalSecondsRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/usageTime/a150A150CameraHeadUsageTimeRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/version/a150A150CameraHeadVersion2Sample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a150CameraHead/version/a150A150CameraHeadVersion3Sample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/calibrator/a150A200Joint2CalibratorFalseSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/calibrator/a150A200Joint2CalibratorRandomSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/calibrator/a150A200Joint2CalibratorTrueSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/cameraHome/a150A200CameraHeadCameraHomeSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/core/a150A200CameraHeadSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/cpuTemp/a150A200CameraHeadCpuTempRandomSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/ip/a150A200CameraHeadIpRandomSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/joint1MotorDiagnostics/a150A200CameraHeadJoint1MotorDiagnosticsCurrentRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/joint1MotorDiagnostics/a150A200CameraHeadJoint1MotorDiagnosticsFailureOffSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/joint1MotorDiagnostics/a150A200CameraHeadJoint1MotorDiagnosticsFailureOnSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/joint1MotorDiagnostics/a150A200CameraHeadJoint1MotorDiagnosticsOvercurrentOffSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/joint1MotorDiagnostics/a150A200CameraHeadJoint1MotorDiagnosticsOvercurrentOnSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/joint1MotorDiagnostics/a150A200CameraHeadJoint1MotorDiagnosticsPWMRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/joint1MotorDiagnostics/a150A200CameraHeadJoint1MotorDiagnosticsRPMBackwardSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/joint1MotorDiagnostics/a150A200CameraHeadJoint1MotorDiagnosticsRPMForwardSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/joint1MotorDiagnostics/a150A200CameraHeadJoint1MotorDiagnosticsRPMStaticSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/joint1MotorDiagnostics/a150A200CameraHeadJoint1MotorDiagnosticsRandomSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/joint2MotorDiagnostics/a150A200CameraHeadJoint2MotorDiagnosticsCurrentRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/joint2MotorDiagnostics/a150A200CameraHeadJoint2MotorDiagnosticsFailureOffSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/joint2MotorDiagnostics/a150A200CameraHeadJoint2MotorDiagnosticsFailureOnSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/joint2MotorDiagnostics/a150A200CameraHeadJoint2MotorDiagnosticsOvercurrentOffSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/joint2MotorDiagnostics/a150A200CameraHeadJoint2MotorDiagnosticsOvercurrentOnSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/joint2MotorDiagnostics/a150A200CameraHeadJoint2MotorDiagnosticsPWMRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/joint2MotorDiagnostics/a150A200CameraHeadJoint2MotorDiagnosticsRPMBackwardSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/joint2MotorDiagnostics/a150A200CameraHeadJoint2MotorDiagnosticsRPMForwardSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/joint2MotorDiagnostics/a150A200CameraHeadJoint2MotorDiagnosticsRPMStaticSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/joint2MotorDiagnostics/a150A200CameraHeadJoint2MotorDiagnosticsRandomSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/lasers/a150A200CameraHeadLaserOffSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/lasers/a150A200CameraHeadLaserOnSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/leak/a150A200CameraHeadHasLeakSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/leak/a150A200CameraHeadHasNoLeakSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/leak/a150A200CameraHeadLeakRandomSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/light/a150A200CameraHeadLightIntensityMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/light/a150A200CameraHeadLightIntensityMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/light/a150A200CameraHeadLightIntensityRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/natural/a150A200CameraHeadNaturalDisabledSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/natural/a150A200CameraHeadNaturalEnabledSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/orientationConfig/a150A200CameraHeadOrientationConfigHorizontalSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/orientationConfig/a150A200CameraHeadOrientationConfigVerticalSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/pan/a150A200CameraHeadPanCalibrationSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/pan/a150A200CameraHeadPanPositionMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/pan/a150A200CameraHeadPanPositionMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/pan/a150A200CameraHeadPanPositionRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/pan/a150A200CameraHeadPanRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/pan/a150A200CameraHeadPanSpeedMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/pan/a150A200CameraHeadPanSpeedMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/pan/a150A200CameraHeadPanSpeedRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/panMotorDiagnostics/a150A200CameraHeadPanMotorDiagnosticsCurrentRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/panMotorDiagnostics/a150A200CameraHeadPanMotorDiagnosticsOvercurrentOffSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/panMotorDiagnostics/a150A200CameraHeadPanMotorDiagnosticsOvercurrentOnSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/panMotorDiagnostics/a150A200CameraHeadPanMotorDiagnosticsPWMRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/panMotorDiagnostics/a150A200CameraHeadPanMotorDiagnosticsRPMBackwardSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/panMotorDiagnostics/a150A200CameraHeadPanMotorDiagnosticsRPMForwardSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/panMotorDiagnostics/a150A200CameraHeadPanMotorDiagnosticsRPMStaticSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/panMotorDiagnostics/a150A200CameraHeadPanMotorDiagnosticsRandomSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/tilt/a150A200CameraHeadTiltPositionMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/tilt/a150A200CameraHeadTiltPositionMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/tilt/a150A200CameraHeadTiltPositionRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/tilt/a150A200CameraHeadTiltRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/tilt/a150A200CameraHeadTiltSpeedMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/tilt/a150A200CameraHeadTiltSpeedMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/tilt/a150A200CameraHeadTiltSpeedRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/tiltMotorDiagnostics/a150A200CameraHeadTiltMotorDiagnosticsCurrentRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/tiltMotorDiagnostics/a150A200CameraHeadTiltMotorDiagnosticsOvercurrentOffSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/tiltMotorDiagnostics/a150A200CameraHeadTiltMotorDiagnosticsOvercurrentOnSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/tiltMotorDiagnostics/a150A200CameraHeadTiltMotorDiagnosticsPWMRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/tiltMotorDiagnostics/a150A200CameraHeadTiltMotorDiagnosticsRPMBackwardSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/tiltMotorDiagnostics/a150A200CameraHeadTiltMotorDiagnosticsRPMForwardSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/tiltMotorDiagnostics/a150A200CameraHeadTiltMotorDiagnosticsRPMStaticSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/tiltMotorDiagnostics/a150A200CameraHeadTiltMotorDiagnosticsRandomSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/usageTime/a150A200CameraHeadCurrentSecondsRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/usageTime/a150A200CameraHeadTotalSecondsRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/usageTime/a150A200CameraHeadUsageTimeRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/version/a150A200CameraHeadVersion1Sample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/version/a150A200CameraHeadVersion2Sample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/version/a150A200CameraHeadVersion3Sample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/a200CameraHead/version/a150A200CameraHeadVersionRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/version/a150A150CameraHeadVersion1Sample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/a150/cameraHead/version/a150A150CameraHeadVersionRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/core/a150CameraDeleteSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/core/a150CamerasSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/dtCam/brightness/a150DTCamBrightnessMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/dtCam/brightness/a150DTCamBrightnessMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/dtCam/brightness/a150DTCamBrightnessRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/dtCam/contrast/a150DTCamContrastMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/dtCam/contrast/a150DTCamContrastMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/dtCam/contrast/a150DTCamContrastRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/dtCam/ip/a150DTCamIpRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/dtCam/osd/a150DTCamOsdDisabledSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/dtCam/osd/a150DTCamOsdEnabledSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/dtCam/osd/a150DTCamOsdRandomSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/dtCam/saturation/a150DTCamSaturationMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/dtCam/saturation/a150DTCamSaturationMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/dtCam/saturation/a150DTCamSaturationRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/dtCam/streams/a150DTCamStream1080pSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/dtCam/streams/a150DTCamStream480pSample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/dtCam/streams/a150DTCamStream720pSample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/dtCam/streams/a150DTCamStreamBitrate4Sample.json +0 -23
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/dtCam/streams/a150DTCamStreamBitrate8Sample.json +0 -23
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/dtCam/streams/a150DTCamStreamNotActiveSample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/dtCam/streams/a150DTCamStreamRandomSample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/dtCam/type/a150DTCamTypeAuxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/dtCam/type/a150DTCamTypeMainSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/dtCam/version/a150DTCamVersion1Sample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/dtCam/version/a150DTCamVersion2Sample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/dtCam/version/a150DTCamVersion3Sample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/dtCam/version/a150DTCamVersionRandomSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/dtCam/whiteBalance/a150DTCamAutoWhiteBalanceSample.json +0 -23
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/dtCam/whiteBalance/a150DTCamManualWhiteBalanceSample.json +0 -23
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/brightness/a150TamronHarrierZoomCameraBrightnessMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/brightness/a150TamronHarrierZoomCameraBrightnessMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/brightness/a150TamronHarrierZoomCameraBrightnessRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/exposure/a150TamronHarrierZoomCameraExposureAutoSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/exposure/a150TamronHarrierZoomCameraExposureManualMaxSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/exposure/a150TamronHarrierZoomCameraExposureManualMinSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/exposure/a150TamronHarrierZoomCameraExposureManualRandomSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/exposure/a150TamronHarrierZoomCameraExposureManualSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/focus/a150TamronHarrierZoomCameraFocusAutoSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/focus/a150TamronHarrierZoomCameraFocusManualMaxSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/focus/a150TamronHarrierZoomCameraFocusManualMinSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/focus/a150TamronHarrierZoomCameraFocusManualRandomSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/focus/a150TamronHarrierZoomCameraFocusNearLimit10mmSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/focus/a150TamronHarrierZoomCameraFocusNearLimit2300mmSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/focus/a150TamronHarrierZoomCameraFocusNearLimit34mmSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/focus/a150TamronHarrierZoomCameraFocusRateDecreaseSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/focus/a150TamronHarrierZoomCameraFocusRateIncreaseSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/focus/a150TamronHarrierZoomCameraFocusRateStaticSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/ip/a150TamronHarrierZoomCameraIpRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/osd/a150TamronHarrierZoomCameraOsdDisabledSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/osd/a150TamronHarrierZoomCameraOsdEnabledSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/osd/a150TamronHarrierZoomCameraOsdRandomSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/saturation/a150TamronHarrierZoomCameraSaturationMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/saturation/a150TamronHarrierZoomCameraSaturationMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/saturation/a150TamronHarrierZoomCameraSaturationRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/sharpness/a150TamronHarrierZoomCameraSharpnessMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/sharpness/a150TamronHarrierZoomCameraSharpnessMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/sharpness/a150TamronHarrierZoomCameraSharpnessRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/streams/a150TamronHarrierZoomCameraStream1080pSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/streams/a150TamronHarrierZoomCameraStream2kSample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/streams/a150TamronHarrierZoomCameraStream480pSample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/streams/a150TamronHarrierZoomCameraStream4kSample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/streams/a150TamronHarrierZoomCameraStream720pSample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/streams/a150TamronHarrierZoomCameraStreamBitrate4Sample.json +0 -23
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/streams/a150TamronHarrierZoomCameraStreamBitrate8Sample.json +0 -23
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/streams/a150TamronHarrierZoomCameraStreamNotActiveSample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/streams/a150TamronHarrierZoomCameraStreamRandomSample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/type/a150TamronHarrierZoomCameraTypeAuxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/type/a150TamronHarrierZoomCameraTypeMainSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/version/a150TamronHarrierZoomCameraVersion1Sample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/version/a150TamronHarrierZoomCameraVersion2Sample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/version/a150TamronHarrierZoomCameraVersion3Sample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/version/a150TamronHarrierZoomCameraVersionRandomSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/zoom/a150CameraZoomSpeedRandomSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/zoom/a150TamronHarrierZoomCameraZoomInMaxSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/zoom/a150TamronHarrierZoomCameraZoomInRandomSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/zoom/a150TamronHarrierZoomCameraZoomOutMaxSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/zoom/a150TamronHarrierZoomCameraZoomRandomSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/zoom/a150TamronHarrierZoomCameraZoomSpeedMaxSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/zoom/a150TamronHarrierZoomCameraZoomSpeedMinSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/exposure/a150TamronOcleaZoomCameraExposureAutoSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/exposure/a150TamronOcleaZoomCameraExposureManualMaxSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/exposure/a150TamronOcleaZoomCameraExposureManualMinSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/exposure/a150TamronOcleaZoomCameraExposureManualRandomSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/exposure/a150TamronOcleaZoomCameraExposureManualSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/focus/a150TamronOcleaZoomCameraFocusAutoSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/focus/a150TamronOcleaZoomCameraFocusManualMaxSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/focus/a150TamronOcleaZoomCameraFocusManualMinSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/focus/a150TamronOcleaZoomCameraFocusManualRandomSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/focus/a150TamronOcleaZoomCameraFocusNearLimit10mmSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/focus/a150TamronOcleaZoomCameraFocusNearLimit2300mmSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/focus/a150TamronOcleaZoomCameraFocusNearLimit34mmSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/focus/a150TamronOcleaZoomCameraFocusRateDecreaseSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/focus/a150TamronOcleaZoomCameraFocusRateIncreaseSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/focus/a150TamronOcleaZoomCameraFocusRateStaticSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/ip/a150TamronOcleaZoomCameraIpRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/opticalZoom/a150TamronOcleaCameraZoomSpeedRandomSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/opticalZoom/a150TamronOcleaZoomCameraZoomInMaxSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/opticalZoom/a150TamronOcleaZoomCameraZoomInRandomSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/opticalZoom/a150TamronOcleaZoomCameraZoomOutMaxSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/opticalZoom/a150TamronOcleaZoomCameraZoomRandomSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/opticalZoom/a150TamronOcleaZoomCameraZoomSpeedMaxSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/opticalZoom/a150TamronOcleaZoomCameraZoomSpeedMinSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/osd/a150TamronOcleaZoomCameraOsdDisabledSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/osd/a150TamronOcleaZoomCameraOsdEnabledSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/osd/a150TamronOcleaZoomCameraOsdRandomSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/sharpness/a150TamronOcleaZoomCameraSharpnessMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/sharpness/a150TamronOcleaZoomCameraSharpnessMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/sharpness/a150TamronOcleaZoomCameraSharpnessRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/streams/a150TamronOcleaZoomCameraStream1080pSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/streams/a150TamronOcleaZoomCameraStream2kSample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/streams/a150TamronOcleaZoomCameraStream480pSample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/streams/a150TamronOcleaZoomCameraStream4kSample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/streams/a150TamronOcleaZoomCameraStream720pSample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/streams/a150TamronOcleaZoomCameraStreamBitrate4Sample.json +0 -23
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/streams/a150TamronOcleaZoomCameraStreamBitrate8Sample.json +0 -23
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/streams/a150TamronOcleaZoomCameraStreamNotActiveSample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/streams/a150TamronOcleaZoomCameraStreamRandomSample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/turbidityStrength/a150TamronOcleaZoomCameraTurbidityStrengthMaxSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/turbidityStrength/a150TamronOcleaZoomCameraTurbidityStrengthMinSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/turbidityStrength/a150TamronOcleaZoomCameraTurbidityStrengthRandomSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/type/a150TamronOcleaZoomCameraTypeAuxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/type/a150TamronOcleaZoomCameraTypeMainSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/version/a150TamronOcleaZoomCameraVersion1Sample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/version/a150TamronOcleaZoomCameraVersion2Sample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/version/a150TamronOcleaZoomCameraVersion3Sample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/version/a150TamronOcleaZoomCameraVersionRandomSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a150/core/a150DeleteSample.json +0 -12
- package/dist/samples/json/requests/devices/vehicles/a150/core/a150GetSample.json +0 -12
- package/dist/samples/json/requests/devices/vehicles/a150/core/a150SetSample.json +0 -12
- package/dist/samples/json/requests/devices/vehicles/a150/core/a150UpdateSample.json +0 -12
- package/dist/samples/json/requests/devices/vehicles/a150/drive/a150AFWCalibrationSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/drive/a150DriveMaxSpeedBackwardSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/drive/a150DriveMaxSpeedForwardSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/drive/a150DriveModeAssistSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/drive/a150DriveModeCruiseSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/drive/a150DriveModeNormalSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/drive/a150DriveNoSpeedSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/drive/a150DriveNoSteerSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/drive/a150DriveRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/a150/drive/a150DriveSpeedRandomSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/drive/a150DriveSteerLeftSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/drive/a150DriveSteerRandomSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/drive/a150DriveSteerRightSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/drive/a150MotorsDisabledSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/drive/a150MotorsEnabledSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/hybridPowerDiagnostics/a150HybridPowerDiagnosticsRandomSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a150/hybridPowerDiagnostics/chargeVoltage/a150HybridPowerDiagnosticsChargeVoltageRandomSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/hybridPowerDiagnostics/inputVoltage/a150HybridPowerDiagnosticsInputVoltageRandomSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/incline/a150inclineMaxSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a150/incline/a150inclineMinSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a150/incline/a150inclineRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a150/ip/a150IpRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a150/motorDiagnostics/leftMotor/a150LeftMotorDiagnosticsRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/a150/motorDiagnostics/leftMotor/a150LeftMotorDiagnosticsRestingSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/a150/motorDiagnostics/rightMotor/a150RightMotorDiagnosticsRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/a150/motorDiagnostics/rightMotor/a150RightMotorDiagnosticsRestingSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/a150/peripherals/elevatingArm/a150ElevatingArmBackwardMaxSpeedSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/peripherals/elevatingArm/a150ElevatingArmForwardMaxSpeedSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/peripherals/elevatingArm/a150ElevatingArmHasLeakSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/peripherals/elevatingArm/a150ElevatingArmHasNoLeakSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/peripherals/elevatingArm/a150ElevatingArmMaxHeightSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/peripherals/elevatingArm/a150ElevatingArmMinHeightSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/peripherals/elevatingArm/a150ElevatingArmNotPresentSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/peripherals/elevatingArm/a150ElevatingArmRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a150/peripherals/elevatingArm/calibrator/a150ElevatingArmCalibratorRandomSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/peripherals/elevatingArm/calibrator/a150ElevatingArmIsCalibratingSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/peripherals/elevatingArm/calibrator/a150ElevationArmIsNotCalibratingSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/peripherals/elevatingArm/motorDiagnostics/a150ElevatingArmMotorDiagnosticsBackwardRpmSample.json +0 -17
- package/dist/samples/json/requests/devices/vehicles/a150/peripherals/elevatingArm/motorDiagnostics/a150ElevatingArmMotorDiagnosticsForwardRpmSample.json +0 -17
- package/dist/samples/json/requests/devices/vehicles/a150/peripherals/elevatingArm/motorDiagnostics/a150ElevatingArmMotorDiagnosticsHasNoOvercurrentSample.json +0 -17
- package/dist/samples/json/requests/devices/vehicles/a150/peripherals/elevatingArm/motorDiagnostics/a150ElevatingArmMotorDiagnosticsHasOvercurrentSample.json +0 -17
- package/dist/samples/json/requests/devices/vehicles/a150/peripherals/elevatingArm/motorDiagnostics/a150ElevatingArmMotorDiagnosticsRandomCurrentSample.json +0 -17
- package/dist/samples/json/requests/devices/vehicles/a150/peripherals/elevatingArm/motorDiagnostics/a150ElevatingArmMotorDiagnosticsRandomPwmSample.json +0 -17
- package/dist/samples/json/requests/devices/vehicles/a150/peripherals/elevatingArm/motorDiagnostics/a150ElevatingArmMotorDiagnosticsRandomSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a150/peripherals/elevatingArm/motorDiagnostics/a150ElevatingArmMotorDiagnosticsStaticRpmSample.json +0 -17
- package/dist/samples/json/requests/devices/vehicles/a150/peripherals/sonde/a150SondeDisabledSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/peripherals/sonde/a150SondeEnabledSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/peripherals/sonde/a150SondeRandomSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/rearLight/a150RearLightOffSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/rearLight/a150RearLightOnMaxIntensitySample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/rearLight/a150RearLightOnMidIntensitySample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/rearLight/a150RearLightRandomSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/roll/a150RollMaxSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a150/roll/a150RollMinSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a150/roll/a150RollRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a150/temperature/cpuTemp/a150CPUTemperatureRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a150/temperature/cpuTemp/a150CPUTemperatureShutdownSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a150/temperature/cpuTemp/a150CPUTemperatureWarningSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a150/temperature/imuTemp/a150IMUTemperatureRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a150/temperature/imuTemp/a150IMUTemperatureShutdownSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a150/temperature/imuTemp/a150IMUTemperatureWarningSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a150/usageTime/a150CurrentSecondsRandomSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/usageTime/a150TotalSecondsRandomSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a150/usageTime/a150UsageTimeRandomSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a150/version/a150Version1Sample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a150/version/a150Version2Sample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a150/version/a150Version3Sample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a150/version/a150VersionRandomSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a200/a200ConnectedSample.json +0 -12
- package/dist/samples/json/requests/devices/vehicles/a200/a200DisconnectedSample.json +0 -12
- package/dist/samples/json/requests/devices/vehicles/a200/auxLight/a200AuxLightOffSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/auxLight/a200AuxLightOnMaxIntensitySample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/auxLight/a200AuxLightOnMidIntensitySample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/auxLight/a200AuxLightRandomSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/battery/a200BatteryDangerSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/battery/a200BatteryRandomSample.json +0 -17
- package/dist/samples/json/requests/devices/vehicles/a200/battery/a200BatteryShutdownSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/battery/a200BatteryWarningSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/battery/leak/a200BatteryHasLeakSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/battery/leak/a200BatteryHasNoLeakSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/battery/leak/a200BatteryRandomLeakStateSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/battery/resetChargeCycles/a200BatteryResetChargeCyclesSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/bodyLeak/a200BodyLeakRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a200/bodyLeak/a200HasBodyLeakSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a200/bodyLeak/a200HasNoBodyLeakSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a200/calibrator/a200CalibratorFalseSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a200/calibrator/a200CalibratorRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a200/calibrator/a200CalibratorTrueSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/calibrator/a200A150Joint2CalibratorRandomSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/cameraHome/a150CameraHeadCameraHomeSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/core/a150CameraHeadSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/cpuTemp/a200A150CameraHeadCpuTempRandomSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/ip/a200A150CameraHeadIpRandomSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/joint1MotorDiagnostics/a200A150CameraHeadJoint1MotorDiagnosticsCurrentRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/joint1MotorDiagnostics/a200A150CameraHeadJoint1MotorDiagnosticsFailureOffSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/joint1MotorDiagnostics/a200A150CameraHeadJoint1MotorDiagnosticsFailureOnSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/joint1MotorDiagnostics/a200A150CameraHeadJoint1MotorDiagnosticsOvercurrentOffSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/joint1MotorDiagnostics/a200A150CameraHeadJoint1MotorDiagnosticsOvercurrentOnSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/joint1MotorDiagnostics/a200A150CameraHeadJoint1MotorDiagnosticsPWMRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/joint1MotorDiagnostics/a200A150CameraHeadJoint1MotorDiagnosticsRPMBackwardSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/joint1MotorDiagnostics/a200A150CameraHeadJoint1MotorDiagnosticsRPMForwardSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/joint1MotorDiagnostics/a200A150CameraHeadJoint1MotorDiagnosticsRPMStaticSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/joint1MotorDiagnostics/a200A150CameraHeadJoint1MotorDiagnosticsRandomSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/joint2MotorDiagnostics/a200A150CameraHeadJoint2MotorDiagnosticsCurrentRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/joint2MotorDiagnostics/a200A150CameraHeadJoint2MotorDiagnosticsFailureOffSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/joint2MotorDiagnostics/a200A150CameraHeadJoint2MotorDiagnosticsFailureOnSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/joint2MotorDiagnostics/a200A150CameraHeadJoint2MotorDiagnosticsOvercurrentOffSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/joint2MotorDiagnostics/a200A150CameraHeadJoint2MotorDiagnosticsOvercurrentOnSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/joint2MotorDiagnostics/a200A150CameraHeadJoint2MotorDiagnosticsPWMRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/joint2MotorDiagnostics/a200A150CameraHeadJoint2MotorDiagnosticsRPMBackwardSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/joint2MotorDiagnostics/a200A150CameraHeadJoint2MotorDiagnosticsRPMForwardSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/joint2MotorDiagnostics/a200A150CameraHeadJoint2MotorDiagnosticsRPMStaticSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/joint2MotorDiagnostics/a200A150CameraHeadJoint2MotorDiagnosticsRandomSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/leak/a200A150CameraHeadHasLeakSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/leak/a200A150CameraHeadHasNoLeakSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/leak/a200A150CameraHeadLeakRandomSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/light/a200A150CameraHeadLightIntensityMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/light/a200A150CameraHeadLightIntensityMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/light/a200A150CameraHeadLightIntensityRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/natural/a200A150CameraHeadNaturalDisabledSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/natural/a200A150CameraHeadNaturalEnabledSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/orientationConfig/a200A150CameraHeadOrientationConfigHorizontalSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/orientationConfig/a200A150CameraHeadOrientationConfigVerticalSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/pan/a150A150CameraHeadPanCalibrationSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/pan/a200A150CameraHeadPanCalibrationSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/pan/a200A150CameraHeadPanPositionMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/pan/a200A150CameraHeadPanPositionMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/pan/a200A150CameraHeadPanPositionRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/pan/a200A150CameraHeadPanRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/pan/a200A150CameraHeadPanSpeedMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/pan/a200A150CameraHeadPanSpeedMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/pan/a200A150CameraHeadPanSpeedRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/panMotorDiagnostics/a200A150CameraHeadPanMotorDiagnosticsCurrentRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/panMotorDiagnostics/a200A150CameraHeadPanMotorDiagnosticsOvercurrentOffSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/panMotorDiagnostics/a200A150CameraHeadPanMotorDiagnosticsOvercurrentOnSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/panMotorDiagnostics/a200A150CameraHeadPanMotorDiagnosticsPWMRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/panMotorDiagnostics/a200A150CameraHeadPanMotorDiagnosticsRPMBackwardSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/panMotorDiagnostics/a200A150CameraHeadPanMotorDiagnosticsRPMForwardSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/panMotorDiagnostics/a200A150CameraHeadPanMotorDiagnosticsRPMStaticSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/panMotorDiagnostics/a200A150CameraHeadPanMotorDiagnosticsRandomSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/tilt/a200A150CameraHeadTiltPositionMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/tilt/a200A150CameraHeadTiltPositionMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/tilt/a200A150CameraHeadTiltPositionRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/tilt/a200A150CameraHeadTiltRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/tilt/a200A150CameraHeadTiltSpeedMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/tilt/a200A150CameraHeadTiltSpeedMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/tilt/a200A150CameraHeadTiltSpeedRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/tiltMotorDiagnostics/a200A150CameraHeadTiltMotorDiagnosticsCurrentRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/tiltMotorDiagnostics/a200A150CameraHeadTiltMotorDiagnosticsOvercurrentOffSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/tiltMotorDiagnostics/a200A150CameraHeadTiltMotorDiagnosticsOvercurrentOnSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/tiltMotorDiagnostics/a200A150CameraHeadTiltMotorDiagnosticsPWMRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/tiltMotorDiagnostics/a200A150CameraHeadTiltMotorDiagnosticsRPMBackwardSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/tiltMotorDiagnostics/a200A150CameraHeadTiltMotorDiagnosticsRPMForwardSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/tiltMotorDiagnostics/a200A150CameraHeadTiltMotorDiagnosticsRPMStaticSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/tiltMotorDiagnostics/a200A150CameraHeadTiltMotorDiagnosticsRandomSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/usageTime/a200A150CameraHeadCurrentSecondsRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/usageTime/a200A150CameraHeadTotalSecondsRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/usageTime/a200A150CameraHeadUsageTimeRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/version/a200A150CameraHeadVersion1Sample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/version/a200A150CameraHeadVersion2Sample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/version/a200A150CameraHeadVersion3Sample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a150CameraHead/version/a200A150CameraHeadVersionRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/calibrator/a200A200Joint2CalibratorFalseSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/calibrator/a200A200Joint2CalibratorRandomSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/calibrator/a200A200Joint2CalibratorTrueSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/cameraHome/a200A200CameraHeadCameraHomeSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/core/a200A200CameraHeadSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/cpuTemp/a200A200CameraHeadCpuTempRandomSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/ip/a200A200CameraHeadIpRandomSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/joint1MotorDiagnostics/a200A200CameraHeadJoint1MotorDiagnosticsCurrentRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/joint1MotorDiagnostics/a200A200CameraHeadJoint1MotorDiagnosticsFailureOffSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/joint1MotorDiagnostics/a200A200CameraHeadJoint1MotorDiagnosticsFailureOnSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/joint1MotorDiagnostics/a200A200CameraHeadJoint1MotorDiagnosticsOvercurrentOffSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/joint1MotorDiagnostics/a200A200CameraHeadJoint1MotorDiagnosticsOvercurrentOnSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/joint1MotorDiagnostics/a200A200CameraHeadJoint1MotorDiagnosticsPWMRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/joint1MotorDiagnostics/a200A200CameraHeadJoint1MotorDiagnosticsRPMBackwardSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/joint1MotorDiagnostics/a200A200CameraHeadJoint1MotorDiagnosticsRPMForwardSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/joint1MotorDiagnostics/a200A200CameraHeadJoint1MotorDiagnosticsRPMStaticSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/joint1MotorDiagnostics/a200A200CameraHeadJoint1MotorDiagnosticsRandomSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/joint2MotorDiagnostics/a200A200CameraHeadJoint2MotorDiagnosticsCurrentRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/joint2MotorDiagnostics/a200A200CameraHeadJoint2MotorDiagnosticsFailureOffSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/joint2MotorDiagnostics/a200A200CameraHeadJoint2MotorDiagnosticsFailureOnSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/joint2MotorDiagnostics/a200A200CameraHeadJoint2MotorDiagnosticsOvercurrentOffSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/joint2MotorDiagnostics/a200A200CameraHeadJoint2MotorDiagnosticsOvercurrentOnSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/joint2MotorDiagnostics/a200A200CameraHeadJoint2MotorDiagnosticsPWMRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/joint2MotorDiagnostics/a200A200CameraHeadJoint2MotorDiagnosticsRPMBackwardSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/joint2MotorDiagnostics/a200A200CameraHeadJoint2MotorDiagnosticsRPMForwardSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/joint2MotorDiagnostics/a200A200CameraHeadJoint2MotorDiagnosticsRPMStaticSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/joint2MotorDiagnostics/a200A200CameraHeadJoint2MotorDiagnosticsRandomSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/lasers/a200A200CameraHeadLaserOffSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/lasers/a200A200CameraHeadLaserOnSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/leak/a200A200CameraHeadHasLeakSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/leak/a200A200CameraHeadHasNoLeakSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/leak/a200A200CameraHeadLeakRandomSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/light/a200A200CameraHeadLightIntensityMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/light/a200A200CameraHeadLightIntensityMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/light/a200A200CameraHeadLightIntensityRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/natural/a200A200CameraHeadNaturalDisabledSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/natural/a200A200CameraHeadNaturalEnabledSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/orientationConfig/a200A200CameraHeadOrientationConfigHorizontalSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/orientationConfig/a200A200CameraHeadOrientationConfigVerticalSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/pan/a200A200CameraHeadPanCalibrationSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/pan/a200A200CameraHeadPanPositionMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/pan/a200A200CameraHeadPanPositionMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/pan/a200A200CameraHeadPanPositionRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/pan/a200A200CameraHeadPanRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/pan/a200A200CameraHeadPanSpeedMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/pan/a200A200CameraHeadPanSpeedMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/pan/a200A200CameraHeadPanSpeedRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/panMotorDiagnostics/a200A200CameraHeadPanMotorDiagnosticsCurrentRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/panMotorDiagnostics/a200A200CameraHeadPanMotorDiagnosticsOvercurrentOffSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/panMotorDiagnostics/a200A200CameraHeadPanMotorDiagnosticsOvercurrentOnSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/panMotorDiagnostics/a200A200CameraHeadPanMotorDiagnosticsPWMRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/panMotorDiagnostics/a200A200CameraHeadPanMotorDiagnosticsRPMBackwardSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/panMotorDiagnostics/a200A200CameraHeadPanMotorDiagnosticsRPMForwardSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/panMotorDiagnostics/a200A200CameraHeadPanMotorDiagnosticsRPMStaticSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/panMotorDiagnostics/a200A200CameraHeadPanMotorDiagnosticsRandomSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/tilt/a200A200CameraHeadTiltPositionMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/tilt/a200A200CameraHeadTiltPositionMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/tilt/a200A200CameraHeadTiltPositionRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/tilt/a200A200CameraHeadTiltRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/tilt/a200A200CameraHeadTiltSpeedMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/tilt/a200A200CameraHeadTiltSpeedMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/tilt/a200A200CameraHeadTiltSpeedRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/tiltMotorDiagnostics/a200A200CameraHeadTiltMotorDiagnosticsCurrentRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/tiltMotorDiagnostics/a200A200CameraHeadTiltMotorDiagnosticsOvercurrentOffSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/tiltMotorDiagnostics/a200A200CameraHeadTiltMotorDiagnosticsOvercurrentOnSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/tiltMotorDiagnostics/a200A200CameraHeadTiltMotorDiagnosticsPWMRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/tiltMotorDiagnostics/a200A200CameraHeadTiltMotorDiagnosticsRPMBackwardSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/tiltMotorDiagnostics/a200A200CameraHeadTiltMotorDiagnosticsRPMForwardSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/tiltMotorDiagnostics/a200A200CameraHeadTiltMotorDiagnosticsRPMStaticSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/tiltMotorDiagnostics/a200A200CameraHeadTiltMotorDiagnosticsRandomSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/usageTime/a200A200CameraHeadCurrentSecondsRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/usageTime/a200A200CameraHeadTotalSecondsRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/usageTime/a200A200CameraHeadUsageTimeRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/version/a200A200CameraHeadVersion1Sample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/version/a200A200CameraHeadVersion2Sample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/version/a200A200CameraHeadVersion3Sample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/version/a200A200CameraHeadVersionRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/core/a200CameraDeleteSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/core/a200CamerasSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/dtCam/brightness/a200DTCamBrightnessMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/dtCam/brightness/a200DTCamBrightnessMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/dtCam/brightness/a200DTCamBrightnessRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/dtCam/contrast/a200DTCamContrastMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/dtCam/contrast/a200DTCamContrastMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/dtCam/contrast/a200DTCamContrastRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/dtCam/ip/a200DTCamIpRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/dtCam/osd/a200DTCamOsdDisabledSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/dtCam/osd/a200DTCamOsdEnabledSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/dtCam/osd/a200DTCamOsdRandomSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/dtCam/saturation/a200DTCamSaturationMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/dtCam/saturation/a200DTCamSaturationMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/dtCam/saturation/a200DTCamSaturationRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/dtCam/streams/a200DTCamStream1080pSample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/dtCam/streams/a200DTCamStream480pSample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/dtCam/streams/a200DTCamStream720pSample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/dtCam/streams/a200DTCamStreamBitrate4Sample.json +0 -23
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/dtCam/streams/a200DTCamStreamBitrate8Sample.json +0 -23
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/dtCam/streams/a200DTCamStreamNotActiveSample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/dtCam/streams/a200DTCamStreamRandomSample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/dtCam/type/a200DTCamTypeAuxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/dtCam/type/a200DTCamTypeMainSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/dtCam/version/a200DTCamVersion1Sample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/dtCam/version/a200DTCamVersion2Sample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/dtCam/version/a200DTCamVersion3Sample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/dtCam/version/a200DTCamVersionRandomSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/brightness/a200TamronHarrierZoomCameraBrightnessMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/brightness/a200TamronHarrierZoomCameraBrightnessMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/brightness/a200TamronHarrierZoomCameraBrightnessRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/exposure/a200TamronHarrierZoomCameraExposureAutoSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/exposure/a200TamronHarrierZoomCameraExposureManualMaxSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/exposure/a200TamronHarrierZoomCameraExposureManualMinSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/exposure/a200TamronHarrierZoomCameraExposureManualRandomSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/exposure/a200TamronHarrierZoomCameraExposureManualSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/focus/a200TamronHarrierZoomCameraFocusAutoSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/focus/a200TamronHarrierZoomCameraFocusManualMaxSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/focus/a200TamronHarrierZoomCameraFocusManualMinSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/focus/a200TamronHarrierZoomCameraFocusManualRandomSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/focus/a200TamronHarrierZoomCameraFocusNearLimit10mmSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/focus/a200TamronHarrierZoomCameraFocusNearLimit2300mmSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/focus/a200TamronHarrierZoomCameraFocusNearLimit34mmSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/focus/a200TamronHarrierZoomCameraFocusRateDecreaseSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/focus/a200TamronHarrierZoomCameraFocusRateIncreaseSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/focus/a200TamronHarrierZoomCameraFocusRateStaticSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/ip/a200TamronHarrierZoomCameraIpRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/osd/a200TamronHarrierZoomCameraOsdDisabledSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/osd/a200TamronHarrierZoomCameraOsdEnabledSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/osd/a200TamronHarrierZoomCameraOsdRandomSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/saturation/a200TamronHarrierZoomCameraSaturationMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/saturation/a200TamronHarrierZoomCameraSaturationMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/saturation/a200TamronHarrierZoomCameraSaturationRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/sharpness/a200TamronHarrierZoomCameraSharpnessMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/sharpness/a200TamronHarrierZoomCameraSharpnessMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/sharpness/a200TamronHarrierZoomCameraSharpnessRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/streams/a200TamronHarrierZoomCameraStream1080pSample.json +0 -6
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/streams/a200TamronHarrierZoomCameraStream2kSample.json +0 -6
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/streams/a200TamronHarrierZoomCameraStream480pSample.json +0 -6
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/streams/a200TamronHarrierZoomCameraStream4kSample.json +0 -6
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/streams/a200TamronHarrierZoomCameraStream720pSample.json +0 -6
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/streams/a200TamronHarrierZoomCameraStreamBitrate4Sample.json +0 -6
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/streams/a200TamronHarrierZoomCameraStreamBitrate8Sample.json +0 -6
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/streams/a200TamronHarrierZoomCameraStreamNotActiveSample.json +0 -6
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/streams/a200TamronHarrierZoomCameraStreamRandomSample.json +0 -6
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/type/a200TamronHarrierZoomCameraTypeAuxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/type/a200TamronHarrierZoomCameraTypeMainSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/version/a200TamronHarrierZoomCameraVersion1Sample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/version/a200TamronHarrierZoomCameraVersion2Sample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/version/a200TamronHarrierZoomCameraVersion3Sample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/version/a200TamronHarrierZoomCameraVersionRandomSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/zoom/a200TamronHarrierZoomCameraZoomInMaxSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/zoom/a200TamronHarrierZoomCameraZoomInRandomSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/zoom/a200TamronHarrierZoomCameraZoomOutMaxSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/zoom/a200TamronHarrierZoomCameraZoomRandomSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/zoom/a200TamronHarrierZoomCameraZoomSpeedMaxSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/zoom/a200TamronHarrierZoomCameraZoomSpeedMinSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/zoom/a200TamronHarrierZoomCameraZoomSpeedRandomSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/cpuTemp/a200TamronOcleaZoomCameraCpuTempHighSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/cpuTemp/a200TamronOcleaZoomCameraCpuTempLowSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/cpuTemp/a200TamronOcleaZoomCameraCpuTempNormalSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/cpuTemp/a200TamronOcleaZoomCameraCpuTempRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/exposure/a200TamronOcleaZoomCameraExposureAutoSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/exposure/a200TamronOcleaZoomCameraExposureManualMaxSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/exposure/a200TamronOcleaZoomCameraExposureManualMinSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/exposure/a200TamronOcleaZoomCameraExposureManualRandomSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/exposure/a200TamronOcleaZoomCameraExposureManualSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/focus/a200TamronOcleaZoomCameraFocusAutoSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/focus/a200TamronOcleaZoomCameraFocusManualMaxSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/focus/a200TamronOcleaZoomCameraFocusManualMinSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/focus/a200TamronOcleaZoomCameraFocusManualRandomSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/focus/a200TamronOcleaZoomCameraFocusNearLimit10mmSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/focus/a200TamronOcleaZoomCameraFocusNearLimit2300mmSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/focus/a200TamronOcleaZoomCameraFocusNearLimit34mmSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/focus/a200TamronOcleaZoomCameraFocusRateDecreaseSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/focus/a200TamronOcleaZoomCameraFocusRateIncreaseSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/focus/a200TamronOcleaZoomCameraFocusRateStaticSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/ip/a200TamronOcleaZoomCameraIpRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/opticalZoom/a200TamronOcleaZoomCameraZoomInMaxSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/opticalZoom/a200TamronOcleaZoomCameraZoomInRandomSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/opticalZoom/a200TamronOcleaZoomCameraZoomOutMaxSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/opticalZoom/a200TamronOcleaZoomCameraZoomRandomSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/opticalZoom/a200TamronOcleaZoomCameraZoomSpeedMaxSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/opticalZoom/a200TamronOcleaZoomCameraZoomSpeedMinSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/opticalZoom/a200TamronOcleaZoomCameraZoomSpeedRandomSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/osd/a200TamronOcleaZoomCameraOsdDisabledSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/osd/a200TamronOcleaZoomCameraOsdEnabledSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/osd/a200TamronOcleaZoomCameraOsdRandomSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/sharpness/a200TamronOcleaZoomCameraSharpnessMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/sharpness/a200TamronOcleaZoomCameraSharpnessMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/sharpness/a200TamronOcleaZoomCameraSharpnessRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/streams/a200TamronOcleaZoomCameraStream1080pSample.json +0 -6
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/streams/a200TamronOcleaZoomCameraStream2kSample.json +0 -6
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/streams/a200TamronOcleaZoomCameraStream480pSample.json +0 -6
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/streams/a200TamronOcleaZoomCameraStream4kSample.json +0 -6
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/streams/a200TamronOcleaZoomCameraStream720pSample.json +0 -6
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/streams/a200TamronOcleaZoomCameraStreamBitrate4Sample.json +0 -6
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/streams/a200TamronOcleaZoomCameraStreamBitrate8Sample.json +0 -6
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/streams/a200TamronOcleaZoomCameraStreamNotActiveSample.json +0 -6
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/streams/a200TamronOcleaZoomCameraStreamRandomSample.json +0 -6
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/turbidityStrength/a200TamronOcleaZoomCameraTurbidityStrengthMaxSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/turbidityStrength/a200TamronOcleaZoomCameraTurbidityStrengthMinSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/turbidityStrength/a200TamronOcleaZoomCameraTurbidityStrengthRandomSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/type/a200TamronOcleaZoomCameraTypeAuxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/type/a200TamronOcleaZoomCameraTypeMainSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/version/a200TamronOcleaZoomCameraVersion1Sample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/version/a200TamronOcleaZoomCameraVersion2Sample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/version/a200TamronOcleaZoomCameraVersion3Sample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/version/a200TamronOcleaZoomCameraVersionRandomSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a200/core/a200DeleteSample.json +0 -12
- package/dist/samples/json/requests/devices/vehicles/a200/core/a200GetSample.json +0 -12
- package/dist/samples/json/requests/devices/vehicles/a200/core/a200SetSample.json +0 -12
- package/dist/samples/json/requests/devices/vehicles/a200/core/a200UpdateSample.json +0 -12
- package/dist/samples/json/requests/devices/vehicles/a200/drive/a200AFWCalibrationSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/drive/a200DriveMaxSpeedBackwardSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/drive/a200DriveMaxSpeedForwardSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/drive/a200DriveModeAssistSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/drive/a200DriveModeCruiseSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/drive/a200DriveModeNormalSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/drive/a200DriveNoSpeedSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/drive/a200DriveNoSteerSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/drive/a200DriveRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/a200/drive/a200DriveSpeedRandomSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/drive/a200DriveSteerLeftSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/drive/a200DriveSteerRandomSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/drive/a200DriveSteerRightSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/drive/a200MotorsDisabledSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/drive/a200MotorsEnabledSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/hybridPowerDiagnostics/a200HybridPowerDiagnosticsRandomSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/a200/hybridPowerDiagnostics/chargeVoltage/a200HybridPowerDiagnosticsChargeVoltageRandomSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/hybridPowerDiagnostics/inputVoltage/a200HybridPowerDiagnosticsInputVoltageRandomSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/incline/a200inclineMaxSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a200/incline/a200inclineMinSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a200/incline/a200inclineRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a200/ip/a200IpRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a200/motorDiagnostics/leftMotor/a200LeftMotorDiagnosticsRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/a200/motorDiagnostics/leftMotor/a200LeftMotorDiagnosticsRestingSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/a200/motorDiagnostics/rightMotor/a200RightMotorDiagnosticsRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/a200/motorDiagnostics/rightMotor/a200RightMotorDiagnosticsRestingSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/a200/peripherals/elevatingArm/a200ElevatingArmBackwardMaxSpeedSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/peripherals/elevatingArm/a200ElevatingArmForwardMaxSpeedSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/peripherals/elevatingArm/a200ElevatingArmHasLeakSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/peripherals/elevatingArm/a200ElevatingArmHasNoLeakSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/peripherals/elevatingArm/a200ElevatingArmMaxHeightSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/peripherals/elevatingArm/a200ElevatingArmMinHeightSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/peripherals/elevatingArm/a200ElevatingArmNotPresentSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/peripherals/elevatingArm/a200ElevatingArmRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/a200/peripherals/elevatingArm/calibrator/a200ElevatingArmCalibratorRandomSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/peripherals/elevatingArm/calibrator/a200ElevatingArmIsCalibratingSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/peripherals/elevatingArm/calibrator/a200ElevationArmIsNotCalibratingSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/peripherals/elevatingArm/motorDiagnostics/a200ElevatingArmMotorDiagnosticsBackwardRpmSample.json +0 -17
- package/dist/samples/json/requests/devices/vehicles/a200/peripherals/elevatingArm/motorDiagnostics/a200ElevatingArmMotorDiagnosticsForwardRpmSample.json +0 -17
- package/dist/samples/json/requests/devices/vehicles/a200/peripherals/elevatingArm/motorDiagnostics/a200ElevatingArmMotorDiagnosticsHasNoOvercurrentSample.json +0 -17
- package/dist/samples/json/requests/devices/vehicles/a200/peripherals/elevatingArm/motorDiagnostics/a200ElevatingArmMotorDiagnosticsHasOvercurrentSample.json +0 -17
- package/dist/samples/json/requests/devices/vehicles/a200/peripherals/elevatingArm/motorDiagnostics/a200ElevatingArmMotorDiagnosticsRandomCurrentSample.json +0 -17
- package/dist/samples/json/requests/devices/vehicles/a200/peripherals/elevatingArm/motorDiagnostics/a200ElevatingArmMotorDiagnosticsRandomPwmSample.json +0 -17
- package/dist/samples/json/requests/devices/vehicles/a200/peripherals/elevatingArm/motorDiagnostics/a200ElevatingArmMotorDiagnosticsRandomSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/a200/peripherals/elevatingArm/motorDiagnostics/a200ElevatingArmMotorDiagnosticsStaticRpmSample.json +0 -17
- package/dist/samples/json/requests/devices/vehicles/a200/peripherals/sonde/a200SondeDisabledSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/peripherals/sonde/a200SondeEnabledSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/peripherals/sonde/a200SondeRandomSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/rearLight/a200RearLightOffSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/rearLight/a200RearLightOnMaxIntensitySample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/rearLight/a200RearLightOnMidIntensitySample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/rearLight/a200RearLightRandomSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/roll/a200RollMaxSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a200/roll/a200RollMinSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a200/roll/a200RollRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a200/temperature/cpuTemp/a200CPUTemperatureRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a200/temperature/cpuTemp/a200CPUTemperatureShutdownSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a200/temperature/cpuTemp/a200CPUTemperatureWarningSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a200/temperature/imuTemp/a200IMUTemperatureRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a200/temperature/imuTemp/a200IMUTemperatureShutdownSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a200/temperature/imuTemp/a200IMUTemperatureWarningSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/a200/usageTime/a200CurrentSecondsRandomSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/usageTime/a200TotalSecondsRandomSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/a200/usageTime/a200UsageTimeRandomSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a200/version/a200Version1Sample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a200/version/a200Version2Sample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a200/version/a200Version3Sample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/a200/version/a200VersionRandomSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/dt645/bodyLeak/dt645BodyLeakRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/dt645/bodyLeak/dt645HasBodyLeakSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/dt645/bodyLeak/dt645HasNoBodyLeakSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/dt645/depth/dt645InvalidDepthCalibrationSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/dt645/depth/dt645ValidDepthCalibrationSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/dt645/drive/dt645DriveMaxSpeedBackwardSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/dt645/drive/dt645DriveMaxSpeedForwardSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/dt645/drive/dt645DriveMotorStopSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/dt645/drive/dt645DriveRandomSample.json +0 -17
- package/dist/samples/json/requests/devices/vehicles/dt645/drive/dt645DriveSpeedRandomSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/dt645/drive/dt645DriveSteerLeftSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/dt645/drive/dt645DriveSteerRandomSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/dt645/drive/dt645DriveSteerRightSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/dt645/drive/dt645DriveSteerStopSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/dt645/drive/dt645MotorsDisabledSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/dt645/drive/dt645MotorsEnabledSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/dt645/heading/dt645HeadingRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/dt645/incline/dt645InclineMaxSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/dt645/incline/dt645InclineMinSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/dt645/incline/dt645InclineRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/dt645/pitch/dt645PitchMaxSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/dt645/pitch/dt645PitchMinSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/dt645/pitch/dt645PitchRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/dt645/roll/dt645RollMaxSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/dt645/roll/dt645RollMinSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/dt645/roll/dt645RollRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/dt645/usageTime/dt645CurrentSecondsRandomSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/dt645/usageTime/dt645TotalSecondsRandomSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/dt645/usageTime/dt645UsageTimeRandomSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/pivot/altitude/pivotAltitudeInvalidSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/pivot/altitude/pivotAltitudeRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/pivot/altitude/pivotAltitudeValidRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/pivot/altitude/pivotAltitudeValidSample.json +0 -14
- package/dist/samples/json/requests/devices/vehicles/pivot/auxLight/pivotAuxLightOffSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/pivot/auxLight/pivotAuxLightOnMaxIntensitySample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/pivot/auxLight/pivotAuxLightOnMidIntensitySample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/pivot/auxLight/pivotAuxLightRandomSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/pivot/battery/leftBattery/pivotHasLeftBatteryLeakSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/pivot/battery/leftBattery/pivotHasNoLeftBatteryLeakSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/pivot/battery/leftBattery/pivotLeftBatteryAllStatesSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/battery/leftBattery/pivotLeftBatteryLeakRandomSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/pivot/battery/leftBattery/pivotLeftBatteryRandomSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/pivot/battery/leftBattery/pivotLeftBatteryShutdownSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/pivot/battery/leftBattery/pivotLeftBatteryVoltageMaxSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/pivot/battery/leftBattery/pivotLeftBatteryVoltageMinSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/pivot/battery/leftBattery/pivotLeftBatteryVoltageRandomSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/pivot/battery/leftBattery/pivotLeftBatteryWarningSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/pivot/battery/rightBattery/pivotHasNoRightBatteryLeakSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/pivot/battery/rightBattery/pivotHasRightBatteryLeakSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/pivot/battery/rightBattery/pivotRightBatteryAllStatesSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/battery/rightBattery/pivotRightBatteryLeakRandomSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/pivot/battery/rightBattery/pivotRightBatteryRandomSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/pivot/battery/rightBattery/pivotRightBatteryShutdownSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/pivot/battery/rightBattery/pivotRightBatteryVoltageMaxSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/pivot/battery/rightBattery/pivotRightBatteryVoltageMinSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/pivot/battery/rightBattery/pivotRightBatteryVoltageRandomSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/pivot/battery/rightBattery/pivotRightBatteryWarningSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/pivot/bodyLeak/pivotBodyLeakRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/pivot/bodyLeak/pivotHasBodyLeakSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/pivot/bodyLeak/pivotHasNoBodyLeakSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/pivot/calibration/acceptImuCalibration/pivotAcceptImuCalibrationRequest.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/calibration/acceptMagneticCalibration/pivotAcceptMagneticCalibrationRequest.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/calibration/denyImuCalibration/pivotDenyImuCalibrationRequest.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/calibration/denyMagneticCalibration/pivotDenyMagneticCalibrationRequest.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/calibration/sensorNotCalibratingState/pivotAcceptedRandomUpdate.json +0 -33
- package/dist/samples/json/requests/devices/vehicles/pivot/calibration/sensorPendingImuCalibration/pivotPendingImuRandomUpdate.json +0 -39
- package/dist/samples/json/requests/devices/vehicles/pivot/calibration/sensorPendingMagneticCalibration/pivotPendingMagneticRandomUpdate.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/pivot/calibration/startImuCalibration/pivotStartImuCalibrationRequest.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/calibration/startMagneticCalibration/pivotStartMagneticCalibrationRequest.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/calibration/stopImuCalibration/pivotStopImuCalibrationRequest.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/calibration/stopMagneticCalibration/pivotStopMagneticCalibrationRequest.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameraHead/core/pivotCameraHeadCoreSample.json +0 -12
- package/dist/samples/json/requests/devices/vehicles/pivot/cameraHead/cpuTemp/pivotCameraHeadCpuTempRandomSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/pivot/cameraHead/lasers/pivotCameraHeadLaserOffSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameraHead/lasers/pivotCameraHeadLaserOnSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameraHead/lasers/pivotCameraHeadLaserRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameraHead/leak/pivotCameraHeadLeakRandomSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/pivot/cameraHead/leak/pivotHasCameraHeadLeakSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/pivot/cameraHead/leak/pivotHasNoCameraHeadLeakSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/pivot/cameraHead/light/pivotCameraHeadLightIntensityMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameraHead/light/pivotCameraHeadLightIntensityMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameraHead/light/pivotCameraHeadLightIntensityRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameraHead/pivotCameraHeadRequest.json +0 -12
- package/dist/samples/json/requests/devices/vehicles/pivot/cameraHead/tilt/pivotCameraHeadTiltForwardMaxSpeedSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameraHead/tilt/pivotCameraHeadTiltPositionMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameraHead/tilt/pivotCameraHeadTiltPositionMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameraHead/tilt/pivotCameraHeadTiltPositionRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameraHead/tilt/pivotCameraHeadTiltRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/pivot/cameraHead/tilt/pivotCameraHeadTiltReverseMaxSpeedSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameraHead/tilt/pivotCameraHeadTiltSpeedRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameraHead/tiltMotorDiagnostics/pivotCameraHeadTiltMotorDiagnosticsCurrentRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameraHead/tiltMotorDiagnostics/pivotCameraHeadTiltMotorDiagnosticsOvercurrentOffSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameraHead/tiltMotorDiagnostics/pivotCameraHeadTiltMotorDiagnosticsOvercurrentOnSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameraHead/tiltMotorDiagnostics/pivotCameraHeadTiltMotorDiagnosticsPWMRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameraHead/tiltMotorDiagnostics/pivotCameraHeadTiltMotorDiagnosticsRPMBackwardSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameraHead/tiltMotorDiagnostics/pivotCameraHeadTiltMotorDiagnosticsRPMForwardSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameraHead/tiltMotorDiagnostics/pivotCameraHeadTiltMotorDiagnosticsRPMStaticSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameraHead/tiltMotorDiagnostics/pivotCameraHeadTiltMotorDiagnosticsRandomSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/pivot/cameraHead/usageTime/pivotCameraHeadCurrentSecondsRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameraHead/usageTime/pivotCameraHeadTotalSecondsRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameraHead/usageTime/pivotCameraHeadUsageTimeRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/DTCam/whiteBalance/pivotDTCamAutoWhiteBalanceSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/DTCam/whiteBalance/pivotDTCamManualWhiteBalanceSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/OcleaCamera/turbidityStrength/pivotOcleaCameraTurbidityStrengthMaxSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/OcleaCamera/turbidityStrength/pivotOcleaCameraTurbidityStrengthMinSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/OcleaCamera/turbidityStrength/pivotOcleaCameraTurbidityStrengthRandomSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/dtCam/brightness/pivotDTCamBrightnessMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/dtCam/brightness/pivotDTCamBrightnessMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/dtCam/brightness/pivotDTCamBrightnessRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/dtCam/contrast/pivotDTCamContrastMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/dtCam/contrast/pivotDTCamContrastMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/dtCam/contrast/pivotDTCamContrastRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/dtCam/ip/pivotDTCamIpRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/dtCam/osd/pivotDTCamOsdDisabledSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/dtCam/osd/pivotDTCamOsdEnabledSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/dtCam/osd/pivotDTCamOsdRandomSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/dtCam/saturation/pivotDTCamSaturationMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/dtCam/saturation/pivotDTCamSaturationMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/dtCam/saturation/pivotDTCamSaturationRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/dtCam/streams/pivotDTCamStream1080pSample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/dtCam/streams/pivotDTCamStream480pSample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/dtCam/streams/pivotDTCamStream720pSample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/dtCam/streams/pivotDTCamStreamBitrate4Sample.json +0 -23
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/dtCam/streams/pivotDTCamStreamBitrate8Sample.json +0 -23
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/dtCam/streams/pivotDTCamStreamNotActiveSample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/dtCam/streams/pivotDTCamStreamRandomSample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/dtCam/type/pivotDTCamTypeAuxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/dtCam/type/pivotDTCamTypeMainSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/dtCam/version/pivotDTCamVersion1Sample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/dtCam/version/pivotDTCamVersion2Sample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/dtCam/version/pivotDTCamVersion3Sample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/dtCam/version/pivotDTCamVersionRandomSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/ocleaCam/brightness/pivotOcleaCamBrightnessSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/ocleaCam/contrast/pivotOcleaCamContrastSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/ocleaCam/exposure/pivotOcleaCamAutoExposureSample.json +0 -23
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/ocleaCam/exposure/pivotOcleaCamManualExposureSample.json +0 -23
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/ocleaCam/saturation/pivotOcleaCamSaturationSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/ocleaCam/whiteBalance/pivotOcleaCamAutoWhiteBalanceAirModeSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/ocleaCam/whiteBalance/pivotOcleaCamAutoWhiteBalanceSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/ocleaCam/whiteBalance/pivotOcleaCamAutoWhiteBalanceUnderwaterModeSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/ocleaCam/whiteBalance/pivotOcleaCamManualWhiteBalanceSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/pivotCameraDeleteSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/pivotCamerasRequest.json +0 -12
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/brightness/pivotCameraBrightnessMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/brightness/pivotCameraBrightnessMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/brightness/pivotCameraBrightnessRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/exposure/pivotCameraExposureAutoSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/exposure/pivotCameraExposureManualMaxSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/exposure/pivotCameraExposureManualMinSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/exposure/pivotCameraExposureManualRandomSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/focus/pivotCameraFocusAutoSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/focus/pivotCameraFocusManualMaxSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/focus/pivotCameraFocusManualMinSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/focus/pivotCameraFocusManualRandomSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/focus/pivotCameraFocusRateDecreaseSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/focus/pivotCameraFocusRateIncreaseSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/focus/pivotCameraFocusRateStaticSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/ip/pivotCameraIpRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/saturation/pivotCameraSaturationMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/saturation/pivotCameraSaturationMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/saturation/pivotCameraSaturationRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/sharpness/pivotCameraSharpnessMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/sharpness/pivotCameraSharpnessMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/sharpness/pivotCameraSharpnessRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/streams/pivotCameraStreamRandomSample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/streams/pivotcameraStreamNotActiveSample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/streams/pivotcameraStreamR_2kSample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/streams/pivotcameraStreamR_480Sample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/streams/pivotcameraStreamR_4kSample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/streams/pivotcameraStreamR_720Sample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/tamronHarrierZoomCamera/osd/pivotTamronHarrierZoomCameraOsdDisabledSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/tamronHarrierZoomCamera/osd/pivotTamronHarrierZoomCameraOsdEnabledSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/tamronHarrierZoomCamera/osd/pivotTamronHarrierZoomCameraOsdRandomSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/type/pivotCameraTypeAuxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/type/pivotCameraTypeMainSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/version/pivotCameraVersion1Sample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/version/pivotCameraVersion2Sample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/version/pivotCameraVersion3Sample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/version/pivotCameraVersionRandomSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/zoom/pivotCameraZoomInMaxSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/zoom/pivotCameraZoomInRandomSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/zoom/pivotCameraZoomOutMaxSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/zoom/pivotCameraZoomRandomSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/zoom/pivotCameraZoomSpeedMaxSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/zoom/pivotCameraZoomSpeedMinSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/pivot/cameras/tamronHarrier/zoom/pivotCameraZoomSpeedRandomSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/pivot/core/pivotDeleteSample.json +0 -12
- package/dist/samples/json/requests/devices/vehicles/pivot/core/pivotGetSample.json +0 -12
- package/dist/samples/json/requests/devices/vehicles/pivot/core/pivotSetSample.json +0 -12
- package/dist/samples/json/requests/devices/vehicles/pivot/core/pivotUpdateSample.json +0 -12
- package/dist/samples/json/requests/devices/vehicles/pivot/depth/pivotDepthCalibrationSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/pivot/depth/pivotDepthRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/pivot/depth/pivotInvalidDepthCalibrationSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/pivot/drive/pivotDriveRandomSample.json +0 -27
- package/dist/samples/json/requests/devices/vehicles/pivot/inWater/pivotInWaterRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/pivot/inWater/pivotInWaterSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/pivot/inWater/pivotOutOfWaterSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/pivot/ip/pivotIpRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/pivot/peripherals/grabber/motorDiagnostics/openClose/pivotCloseClawGrabberDiagnosticSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/pivot/peripherals/grabber/motorDiagnostics/openClose/pivotGrabberOpenCloseMotorDiagnosticRestingSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/pivot/peripherals/grabber/motorDiagnostics/openClose/pivotGrabberOpenCloseMotorDiagnosticsRandomSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/pivot/peripherals/grabber/motorDiagnostics/openClose/pivotGrabberOpenCloseMotorDiagnosticsRandomStableSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/pivot/peripherals/grabber/motorDiagnostics/openClose/pivotOpenClawGrabberDiagnosticSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/pivot/peripherals/grabber/motorDiagnostics/rotate/pivotGrabberRotateMotorDiagnosticsRandomSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/pivot/peripherals/grabber/motorDiagnostics/rotate/pivotGrabberRotateMotorDiagnosticsRandomStableSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/pivot/peripherals/grabber/motorDiagnostics/rotate/pivotGrabberRotateMotorDiagnosticsRestingSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/pivot/peripherals/grabber/motorDiagnostics/rotate/pivotRotateGrabberLeftDiagnosticSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/pivot/peripherals/grabber/motorDiagnostics/rotate/pivotRotateGrabberRightDiagnosticSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/pivot/peripherals/grabber/pivotCloseClawGrabberSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/pivot/peripherals/grabber/pivotOpenClawGrabberSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/pivot/peripherals/grabber/pivotOpenCloseGrabberRandomSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/pivot/peripherals/grabber/pivotRandomGrabberSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/pivot/peripherals/grabber/pivotRestingGrabberSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/pivot/peripherals/grabber/pivotRotateGrabberLeftSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/pivot/peripherals/grabber/pivotRotateGrabberRandomSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/pivot/peripherals/grabber/pivotRotateGrabberRightSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/pivot/peripherals/tiltPlatform/motorDiagnostics/tilt/pivotTiltPlatformDiagnosticsRandomSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/pivot/peripherals/tiltPlatform/motorDiagnostics/tilt/pivotTiltPlatformDiagnosticsRestingSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/pivot/peripherals/tiltPlatform/motorDiagnostics/tilt/pivotTiltPlatformDownDiagnosticsSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/pivot/peripherals/tiltPlatform/motorDiagnostics/tilt/pivotTiltPlatformUpDiagnosticsSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/pivot/peripherals/tiltPlatform/pivotTiltPlatformDownSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/pivot/peripherals/tiltPlatform/pivotTiltPlatformRandomSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/pivot/peripherals/tiltPlatform/pivotTiltPlatformRestingSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/pivot/peripherals/tiltPlatform/pivotTiltPlatformUpSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/pivot/pivotConnected.json +0 -12
- package/dist/samples/json/requests/devices/vehicles/pivot/pivotDisconnected.json +0 -12
- package/dist/samples/json/requests/devices/vehicles/pivot/position/pivotGlobalPositionInvalidSample.json +0 -17
- package/dist/samples/json/requests/devices/vehicles/pivot/position/pivotGlobalPositionRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/pivot/position/pivotGlobalPositionSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/pivot/position/pivotLocalPositionInvalidSample.json +0 -17
- package/dist/samples/json/requests/devices/vehicles/pivot/position/pivotLocalPositionRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/pivot/position/pivotLocalPositionSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/pivot/position/pivotReferencePositionRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/pivot/position/pivotReferencePositionSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/pivot/positionOptionsUsbl/pivotPositionSourceRequest.json +0 -17
- package/dist/samples/json/requests/devices/vehicles/pivot/probes/pivotCpProbeRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/pivot/probes/pivotUtProbeRandomSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/pivot/sensorPod/pivotSensorPodHasLeakSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/pivot/sensorPod/pivotSensorPodHasNoLeakSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/pivot/sensorPod/pivotSensorPodLeakRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/pivot/spareMotors/spareMotor1/pivotSpareMotorDiagnosticsRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/pivot/spareMotors/spareMotor1/pivotSpareMotorDiagnosticsRestingSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/pivot/temperature/cpuTemp/pivotCPUTemperatureRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/pivot/temperature/cpuTemp/pivotCPUTemperatureShutdownSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/pivot/temperature/cpuTemp/pivotCPUTemperatureWarningSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/pivot/temperature/waterTemp/pivotWaterTemperatureMaxSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/pivot/temperature/waterTemp/pivotWaterTemperatureMinSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/pivot/temperature/waterTemp/pivotWaterTemperatureRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/pivot/thrusters/frontLeftThruster/pivotFrontLeftMotorDiagnosticsRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/pivot/thrusters/frontLeftThruster/pivotFrontLeftMotorDiagnosticsRandomStableSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/pivot/thrusters/frontLeftThruster/pivotFrontLeftMotorDiagnosticsRestingSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/pivot/thrusters/frontRightThruster/pivotFrontRightMotorDiagnosticsRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/pivot/thrusters/frontRightThruster/pivotFrontRightMotorDiagnosticsRandomStableSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/pivot/thrusters/frontRightThruster/pivotFrontRightMotorDiagnosticsRestingSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/pivot/thrusters/rearLeftThruster/pivotRearLeftMotorDiagnosticsRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/pivot/thrusters/rearLeftThruster/pivotRearLeftMotorDiagnosticsRandomStableSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/pivot/thrusters/rearLeftThruster/pivotRearLeftMotorDiagnosticsRestingSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/pivot/thrusters/rearRightThruster/pivotRearRightMotorDiagnosticsRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/pivot/thrusters/rearRightThruster/pivotRearRightMotorDiagnosticsRandomStableSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/pivot/thrusters/rearRightThruster/pivotRearRightMotorDiagnosticsRestingSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/pivot/thrusters/verticalFrontThruster/pivotVerticalFrontMotorDiagnosticsRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/pivot/thrusters/verticalFrontThruster/pivotVerticalFrontMotorDiagnosticsRandomStableSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/pivot/thrusters/verticalFrontThruster/pivotVerticalFrontMotorDiagnosticsRestingSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/pivot/thrusters/verticalRearThruster/pivotVerticalRearMotorDiagnosticsRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/pivot/thrusters/verticalRearThruster/pivotVerticalRearMotorDiagnosticsRandomStableSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/pivot/thrusters/verticalRearThruster/pivotVerticalRearMotorDiagnosticsRestingSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/pivot/turns/pivotTurnsRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/pivot/usageTime/pivotUsageTimeRandomSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/pivot/usageTime/pivotUsageTimeSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/pivot/velocity/pivotVelocityInvalidSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/pivot/velocity/pivotVelocityRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/pivot/version/pivotVersion1Sample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/pivot/version/pivotVersion2Sample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/pivot/version/pivotVersion3Sample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/pivot/version/pivotVersionRandomSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/revolution/altitude/revolutionAltitudeInvalidSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/revolution/altitude/revolutionAltitudeRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/revolution/altitude/revolutionAltitudeValidRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/revolution/altitude/revolutionAltitudeValidSample.json +0 -14
- package/dist/samples/json/requests/devices/vehicles/revolution/auxLight/revolutionAuxLightOffSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/revolution/auxLight/revolutionAuxLightOnMaxIntensitySample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/revolution/auxLight/revolutionAuxLightOnMidIntensitySample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/revolution/auxLight/revolutionAuxLightRandomSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/revolution/battery/leftBattery/leak/revolutionLeftBatteryHasLeakSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/revolution/battery/leftBattery/leak/revolutionLeftBatteryHasNoLeakSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/revolution/battery/leftBattery/leak/revolutionLeftBatteryRandomLeakStateSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/revolution/battery/leftBattery/revolutionLeftBatteryIsChargingSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/revolution/battery/leftBattery/revolutionLeftBatteryIsNotChargingSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/revolution/battery/leftBattery/revolutionLeftBatteryRandomSample.json +0 -17
- package/dist/samples/json/requests/devices/vehicles/revolution/battery/leftBattery/revolutionLeftBatteryShutdownSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/revolution/battery/leftBattery/revolutionLeftBatteryWarningSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/revolution/battery/rightBattery/leak/revolutionRightBatteryHasLeakSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/revolution/battery/rightBattery/leak/revolutionRightBatteryHasNoLeakSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/revolution/battery/rightBattery/leak/revolutionRightBatteryRandomLeakStateSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/revolution/battery/rightBattery/revolutionRightBatteryIsChargingSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/revolution/battery/rightBattery/revolutionRightBatteryIsNotChargingSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/revolution/battery/rightBattery/revolutionRightBatteryRandomSample.json +0 -17
- package/dist/samples/json/requests/devices/vehicles/revolution/battery/rightBattery/revolutionRightBatteryShutdownSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/revolution/battery/rightBattery/revolutionRightBatteryWarningSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/revolution/bodyLeak/revolutionBodyLeakRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/revolution/bodyLeak/revolutionHasBodyLeakSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/revolution/bodyLeak/revolutionHasNoBodyLeakSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/revolution/calibration/acceptImuCalibration/revolutionAcceptImuCalibrationRequest.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/calibration/acceptMagneticCalibration/revolutionAcceptMagneticCalibrationRequest.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/calibration/denyImuCalibration/revolutionDenyImuCalibrationRequest.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/calibration/denyMagneticCalibration/revolutionDenyMagneticCalibrationRequest.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/calibration/sensorImuCalibration/revolutionPendingImuRandomUpdate.json +0 -39
- package/dist/samples/json/requests/devices/vehicles/revolution/calibration/sensorMagneticCalibration/revolutionPendingMagneticRandomUpdate.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/revolution/calibration/sensorNotCalibratingState/revolutionAcceptedRandomUpdate.json +0 -33
- package/dist/samples/json/requests/devices/vehicles/revolution/calibration/startImuCalibration/revolutionStartImuCalibrationRequest.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/calibration/startMagneticCalibration/revolutionStartMagneticCalibrationRequest.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/calibration/stopImuCalibration/revolutionStopImuCalibrationRequest.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/calibration/stopMagneticCalibration/revolutionStopMagneticCalibrationRequest.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameraHead/core/revolutionCameraHeadRequest.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/revolution/cameraHead/cpuTemp/revolutionCameraHeadCpuTempRandomSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/revolution/cameraHead/lasers/revolutionCameraHeadLaserOffSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameraHead/lasers/revolutionCameraHeadLaserOnSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameraHead/lasers/revolutionCameraHeadLaserRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameraHead/leak/revolutionCameraHeadLeakRandomSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/revolution/cameraHead/leak/revolutionHasCameraHeadLeakSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/revolution/cameraHead/leak/revolutionHasNoCameraHeadLeakSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/revolution/cameraHead/light/revolutionCameraHeadLightIntensityMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameraHead/light/revolutionCameraHeadLightIntensityMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameraHead/light/revolutionCameraHeadLightIntensityRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameraHead/tilt/revolutionCameraHeadTiltPositionMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameraHead/tilt/revolutionCameraHeadTiltPositionMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameraHead/tilt/revolutionCameraHeadTiltPositionRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameraHead/tilt/revolutionCameraHeadTiltRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/revolution/cameraHead/tilt/revolutionCameraHeadTiltSpeedMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameraHead/tilt/revolutionCameraHeadTiltSpeedMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameraHead/tilt/revolutionCameraHeadTiltSpeedRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameraHead/tiltMotorDiagnostics/revolutionCameraHeadTiltMotorDiagnosticsBackwardRpmSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameraHead/tiltMotorDiagnostics/revolutionCameraHeadTiltMotorDiagnosticsCurrentRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameraHead/tiltMotorDiagnostics/revolutionCameraHeadTiltMotorDiagnosticsForwardRpmSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameraHead/tiltMotorDiagnostics/revolutionCameraHeadTiltMotorDiagnosticsHasNoOvercurrentSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameraHead/tiltMotorDiagnostics/revolutionCameraHeadTiltMotorDiagnosticsHasOvercurrentSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameraHead/tiltMotorDiagnostics/revolutionCameraHeadTiltMotorDiagnosticsPWMRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameraHead/tiltMotorDiagnostics/revolutionCameraHeadTiltMotorDiagnosticsRandomSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/revolution/cameraHead/tiltMotorDiagnostics/revolutionCameraHeadTiltMotorDiagnosticsStaticRpmSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameraHead/usageTime/revolutionCameraHeadCurrentSecondsRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameraHead/usageTime/revolutionCameraHeadTotalSecondsRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameraHead/usageTime/revolutionCameraHeadUsageTimeRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/DTCam/whiteBalance/revolutionDTCamAutoWhiteBalanceSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/DTCam/whiteBalance/revolutionDTCamManualWhiteBalanceSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/OcleaCamera/turbidityStrength/revolutionOcleaCameraTurbidityStrengthMaxSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/OcleaCamera/turbidityStrength/revolutionOcleaCameraTurbidityStrengthMinSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/OcleaCamera/turbidityStrength/revolutionOcleaCameraTurbidityStrengthRandomSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/dtCam/brightness/revolutionDTCamBrightnessMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/dtCam/brightness/revolutionDTCamBrightnessMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/dtCam/brightness/revolutionDTCamBrightnessRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/dtCam/contrast/revolutionDTCamContrastMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/dtCam/contrast/revolutionDTCamContrastMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/dtCam/contrast/revolutionDTCamContrastRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/dtCam/ip/revolutionDTCamIpRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/dtCam/osd/revolutionDTCamOsdDisabledSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/dtCam/osd/revolutionDTCamOsdEnabledSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/dtCam/osd/revolutionDTCamOsdRandomSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/dtCam/saturation/revolutionDTCamSaturationMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/dtCam/saturation/revolutionDTCamSaturationMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/dtCam/saturation/revolutionDTCamSaturationRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/dtCam/streams/revolutionDTCamStream1080pSample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/dtCam/streams/revolutionDTCamStream480pSample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/dtCam/streams/revolutionDTCamStream720pSample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/dtCam/streams/revolutionDTCamStreamBitrate4Sample.json +0 -23
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/dtCam/streams/revolutionDTCamStreamBitrate8Sample.json +0 -23
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/dtCam/streams/revolutionDTCamStreamNotActiveSample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/dtCam/streams/revolutionDTCamStreamRandomSample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/dtCam/type/revolutionDTCamTypeAuxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/dtCam/type/revolutionDTCamTypeMainSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/dtCam/version/revolutionDTCamVersion1Sample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/dtCam/version/revolutionDTCamVersion2Sample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/dtCam/version/revolutionDTCamVersion3Sample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/dtCam/version/revolutionDTCamVersionRandomSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/ocleaCam/autoSnapshotInterval/revolutionDisableAutosnapShotRequest.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/ocleaCam/autoSnapshotInterval/revolutionEnableAutosnapShotRequest.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/ocleaCam/brightness/revolutionOcleaCamBrightnessSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/ocleaCam/contrast/revolutionOcleaCamContrastSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/ocleaCam/exposure/revolutionOcleaCamAutoExposureSample.json +0 -23
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/ocleaCam/exposure/revolutionOcleaCamManualExposureSample.json +0 -23
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/ocleaCam/saturation/revolutionOcleaCamSaturationSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/ocleaCam/whiteBalance/revolutionOcleaCamAutoWhiteBalanceAirModeSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/ocleaCam/whiteBalance/revolutionOcleaCamAutoWhiteBalanceSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/ocleaCam/whiteBalance/revolutionOcleaCamAutoWhiteBalanceUnderwaterModeSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/ocleaCam/whiteBalance/revolutionOcleaCamManualWhiteBalanceSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/revolutionCamerasDeleteSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/brightness/revolutionCameraBrightnessMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/brightness/revolutionCameraBrightnessMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/brightness/revolutionCameraBrightnessRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/exposure/revolutionCameraExposureAutoSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/exposure/revolutionCameraExposureManualMaxSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/exposure/revolutionCameraExposureManualMinSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/exposure/revolutionCameraExposureManualRandomSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/focus/revolutionCameraFocusAutoSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/focus/revolutionCameraFocusManualMaxSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/focus/revolutionCameraFocusManualMinSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/focus/revolutionCameraFocusManualRandomSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/focus/revolutionCameraFocusRateDecreaseSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/focus/revolutionCameraFocusRateIncreaseSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/focus/revolutionCameraFocusRateStaticSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/ip/revolutionCameraIpRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/saturation/revolutionCameraSaturationMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/saturation/revolutionCameraSaturationMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/saturation/revolutionCameraSaturationRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/sharpness/revolutionCameraSharpnessMaxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/sharpness/revolutionCameraSharpnessMinSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/sharpness/revolutionCameraSharpnessRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/streams/revolutionCameraStreamRandomSample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/streams/revolutioncameraStreamNotActiveSample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/streams/revolutioncameraStreamR_2kSample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/streams/revolutioncameraStreamR_480Sample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/streams/revolutioncameraStreamR_4kSample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/streams/revolutioncameraStreamR_720Sample.json +0 -26
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/tamronHarrierZoomCamera/osd/revolutionTamronHarrierZoomCameraOsdDisabledSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/tamronHarrierZoomCamera/osd/revolutionTamronHarrierZoomCameraOsdEnabledSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/tamronHarrierZoomCamera/osd/revolutionTamronHarrierZoomCameraOsdRandomSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/type/revolutionCameraTypeAuxSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/type/revolutionCameraTypeMainSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/version/revolutionCameraVersion1Sample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/version/revolutionCameraVersion2Sample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/version/revolutionCameraVersion3Sample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/version/revolutionCameraVersionRandomSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/zoom/revolutionCameraZoomInMaxSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/zoom/revolutionCameraZoomInRandomSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/zoom/revolutionCameraZoomOutMaxSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/zoom/revolutionCameraZoomRandomSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/zoom/revolutionCameraZoomSpeedMaxSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/zoom/revolutionCameraZoomSpeedMinSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/revolution/cameras/tamronHarrier/zoom/revolutionCameraZoomSpeedRandomSample.json +0 -20
- package/dist/samples/json/requests/devices/vehicles/revolution/core/revolutionDeleteSample.json +0 -12
- package/dist/samples/json/requests/devices/vehicles/revolution/core/revolutionGetSample.json +0 -12
- package/dist/samples/json/requests/devices/vehicles/revolution/core/revolutionSetSample.json +0 -12
- package/dist/samples/json/requests/devices/vehicles/revolution/core/revolutionUpdateSample.json +0 -12
- package/dist/samples/json/requests/devices/vehicles/revolution/cpuTemp/revolutionCpuTempRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/revolution/depth/revolutionDepthCalibrationSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/revolution/depth/revolutionDepthRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/revolution/depth/revolutionInvalidDepthCalibrationSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/revolution/drive/revolutionDriveRandomSample.json +0 -27
- package/dist/samples/json/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberOpenCloseMotorDiagnosticsBackwardRpmSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberOpenCloseMotorDiagnosticsForwardRpmSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberOpenCloseMotorDiagnosticsHasNoOvercurrentSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberOpenCloseMotorDiagnosticsHasOvercurrentSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberOpenCloseMotorDiagnosticsRandomCurrentSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberOpenCloseMotorDiagnosticsRandomPwmSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberOpenCloseMotorDiagnosticsRandomSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberOpenCloseMotorDiagnosticsRandomStableSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberOpenCloseMotorDiagnosticsStaticRpmSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberRotateMotorDiagnosticsBackwardRpmSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberRotateMotorDiagnosticsForwardRpmSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberRotateMotorDiagnosticsHasNoOvercurrentSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberRotateMotorDiagnosticsHasOvercurrentSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberRotateMotorDiagnosticsRandomCurrentSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberRotateMotorDiagnosticsRandomPwmSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberRotateMotorDiagnosticsRandomSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberRotateMotorDiagnosticsRandomStableSample.json +0 -22
- package/dist/samples/json/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberRotateMotorDiagnosticsStaticRpmSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/grabber/revolutionGrabberCloseClawSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/revolution/grabber/revolutionGrabberOpenClawSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/revolution/grabber/revolutionGrabberRandomSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/revolution/grabber/revolutionGrabberRestingSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/revolution/grabber/revolutionGrabberRotateLeftSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/revolution/grabber/revolutionGrabberRotateRightSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/revolution/inWater/revolutionInWaterRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/revolution/inWater/revolutionInWaterSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/revolution/inWater/revolutionOutOfWaterSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/revolution/ip/revolutionRandomIpSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/revolution/navigation/rovGpsStatus/revolutionRovGpsRequestNoFixSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/revolution/navigation/rovGpsStatus/revolutionRovGpsRequestSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/revolution/navigation/topsideGpsStatus/revolutionTopsideGpsRequestNoFixSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/revolution/navigation/topsideGpsStatus/revolutionTopsideGpsRequestSample.json +0 -21
- package/dist/samples/json/requests/devices/vehicles/revolution/position/revolutionGlobalPositionInvalidSample.json +0 -17
- package/dist/samples/json/requests/devices/vehicles/revolution/position/revolutionGlobalPositionRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/revolution/position/revolutionGlobalPositionSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/revolution/position/revolutionLocalPositionInvalidSample.json +0 -17
- package/dist/samples/json/requests/devices/vehicles/revolution/position/revolutionLocalPositionRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/revolution/position/revolutionLocalPositionSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/revolution/position/revolutionReferencePositionRandomSample.json +0 -18
- package/dist/samples/json/requests/devices/vehicles/revolution/position/revolutionReferencePositionSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/revolution/positionOptionsTopside/revolutionTopsidePositionSourceRequest.json +0 -17
- package/dist/samples/json/requests/devices/vehicles/revolution/positionOptionsUsbl/revolutionPositionSourceRequest.json +0 -17
- package/dist/samples/json/requests/devices/vehicles/revolution/revolutionIsConnected.json +0 -12
- package/dist/samples/json/requests/devices/vehicles/revolution/revolutionIsDisconnected.json +0 -12
- package/dist/samples/json/requests/devices/vehicles/revolution/sensorPodLeak/revolutionHasNoSensorPodLeakSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/revolution/sensorPodLeak/revolutionHasSensorPodLeakSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/revolution/sensorPodLeak/revolutionSensorPodLeakRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/revolution/spareMotors/spareMotor1/revolutionSpareMotor1DiagnosticsRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/revolution/spareMotors/spareMotor1/revolutionSpareMotor1DiagnosticsRestingSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/revolution/spareMotors/spareMotor2/revolutionSpareMotor2DiagnosticsRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/revolution/spareMotors/spareMotor2/revolutionSpareMotor2DiagnosticsRestingSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/revolution/thrusters/diagnostics/frontLeftThruster/revolutionFrontLeftMotorDiagnosticsRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/revolution/thrusters/diagnostics/frontLeftThruster/revolutionFrontLeftMotorDiagnosticsRandomStableSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/revolution/thrusters/diagnostics/frontLeftThruster/revolutionFrontLeftMotorDiagnosticsRestingSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/revolution/thrusters/diagnostics/frontRightThruster/revolutionFrontRightMotorDiagnosticsRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/revolution/thrusters/diagnostics/frontRightThruster/revolutionFrontRightMotorDiagnosticsRandomStableSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/revolution/thrusters/diagnostics/frontRightThruster/revolutionFrontRightMotorDiagnosticsRestingSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/revolution/thrusters/diagnostics/rearLeftThruster/revolutionRearLeftMotorDiagnosticsRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/revolution/thrusters/diagnostics/rearLeftThruster/revolutionRearLeftMotorDiagnosticsRandomStableSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/revolution/thrusters/diagnostics/rearLeftThruster/revolutionRearLeftMotorDiagnosticsRestingSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/revolution/thrusters/diagnostics/rearRightThruster/revolutionRearRightMotorDiagnosticsRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/revolution/thrusters/diagnostics/rearRightThruster/revolutionRearRightMotorDiagnosticsRandomStableSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/revolution/thrusters/diagnostics/rearRightThruster/revolutionRearRightMotorDiagnosticsRestingSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/revolution/thrusters/diagnostics/verticalLeftThruster/revolutionVerticalLeftMotorDiagnosticsRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/revolution/thrusters/diagnostics/verticalLeftThruster/revolutionVerticalLeftMotorDiagnosticsRandomStableSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/revolution/thrusters/diagnostics/verticalLeftThruster/revolutionVerticalLeftMotorDiagnosticsRestingSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/revolution/thrusters/diagnostics/verticalRightThruster/revolutionVerticalRightMotorDiagnosticsRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/revolution/thrusters/diagnostics/verticalRightThruster/revolutionVerticalRightMotorDiagnosticsRandomStableSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/revolution/thrusters/diagnostics/verticalRightThruster/revolutionVerticalRightMotorDiagnosticsRestingSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/revolution/turns/revolutionTurnsRandomSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/revolution/usageTime/revolutionRandomCurrentSecondsUsageSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/revolution/usageTime/revolutionRandomTotalSecondsUsageSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/revolution/usageTime/revolutionUsageTimeRandomSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/revolution/velocity/revolutionVelocityInvalidSample.json +0 -15
- package/dist/samples/json/requests/devices/vehicles/revolution/velocity/revolutionVelocityRandomSample.json +0 -19
- package/dist/samples/json/requests/devices/vehicles/revolution/version/revolutionVersion1Sample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/revolution/version/revolutionVersion2Sample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/revolution/version/revolutionVersion3Sample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/revolution/version/revolutionVersionRandomSample.json +0 -16
- package/dist/samples/json/requests/devices/vehicles/revolution/waterTemp/revolutionMaxWaterTempSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/revolution/waterTemp/revolutionMinWaterTempSample.json +0 -13
- package/dist/samples/json/requests/devices/vehicles/revolution/waterTemp/revolutionRandomWaterTempSample.json +0 -13
- package/dist/samples/json/requests/errors/badRequest400.json +0 -10
- package/dist/samples/json/requests/errors/notAccepted405.json +0 -10
- package/dist/samples/json/requests/errors/serverError500.json +0 -10
- package/dist/samples/json/requests/errors/serviceUnavailable503.json +0 -10
- package/dist/samples/json/requests/errors/systemUpdateError519.json +0 -10
- package/dist/samples/json/requests/errors/unauthenticated401.json +0 -10
- package/dist/samples/json/requests/errors/unauthorized403.json +0 -10
- package/dist/samples/json/requests/transferDeleteRequest.json +0 -6
- package/dist/samples/json/requests/transferErrorRequest.json +0 -6
- package/dist/samples/json/requests/transferGetRequest.json +0 -6
- package/dist/samples/json/requests/transferSetRequest.json +0 -6
- package/dist/samples/json/requests/transferUpdateRequest.json +0 -6
- package/dist/samples/json/server/answer.json +0 -6
- package/dist/samples/json/server/iceCandidate.json +0 -11
- package/dist/samples/json/server/joinSession.json +0 -5
- package/dist/samples/json/server/leaveSession.json +0 -5
- package/dist/samples/json/server/offer.json +0 -6
- package/dist/samples/json/server/onDisconnectAsync.json +0 -3
- package/dist/samples/json/server/registerSession.json +0 -39
- package/dist/samples/json/server/session.json +0 -13
- package/dist/samples/json/server/sessionCheck.json +0 -4
- package/dist/samples/json/states/a150RandomState.json +0 -148
- package/dist/samples/json/states/a200AndPoweredReelRandomState.json +0 -223
- package/dist/samples/json/states/a200RandomState.json +0 -177
- package/dist/samples/json/states/pivotAndPoweredReelRandomStableState.json +0 -308
- package/dist/samples/json/states/pivotAndPoweredReelRandomState.json +0 -307
- package/dist/samples/json/states/pivotRandomStableState.json +0 -262
- package/dist/samples/json/states/pivotRandomState.json +0 -261
- package/dist/samples/json/states/poweredReelRandomState.json +0 -51
- package/dist/samples/json/states/revolutionAndPoweredReelRandomStableState.json +0 -309
- package/dist/samples/json/states/revolutionAndPoweredReelRandomState.json +0 -303
- package/dist/samples/json/states/revolutionRandomStableState.json +0 -263
- package/dist/samples/json/states/revolutionRandomState.json +0 -257
- package/dist/samples/json/swupdates/systemUpdatePayloadSample.json +0 -626
- package/dist/samples/requests/bridgeBox/index.d.ts +0 -2
- package/dist/samples/requests/bridgeBox/index.js +0 -18
- package/dist/samples/requests/bridgeBox/serialDevices/index.d.ts +0 -8
- package/dist/samples/requests/bridgeBox/serialDevices/index.js +0 -46
- package/dist/samples/requests/bridgeBox/systemSettings/dateTime/index.d.ts +0 -120
- package/dist/samples/requests/bridgeBox/systemSettings/dateTime/index.js +0 -193
- package/dist/samples/requests/bridgeBox/systemSettings/index.d.ts +0 -2
- package/dist/samples/requests/bridgeBox/systemSettings/index.js +0 -18
- package/dist/samples/requests/bridgeBox/systemSettings/systemOfMeasurement/index.d.ts +0 -32
- package/dist/samples/requests/bridgeBox/systemSettings/systemOfMeasurement/index.js +0 -60
- package/dist/samples/requests/core/index.d.ts +0 -134
- package/dist/samples/requests/core/index.js +0 -72
- package/dist/samples/requests/core/motorDiagnostics/index.d.ts +0 -4
- package/dist/samples/requests/core/motorDiagnostics/index.js +0 -28
- package/dist/samples/requests/core/rovDrive/index.d.ts +0 -2
- package/dist/samples/requests/core/rovDrive/index.js +0 -16
- package/dist/samples/requests/core/rovDrive/rovThrust/index.d.ts +0 -2
- package/dist/samples/requests/core/rovDrive/rovThrust/index.js +0 -11
- package/dist/samples/requests/core/velocity/index.d.ts +0 -3
- package/dist/samples/requests/core/velocity/index.js +0 -16
- package/dist/samples/requests/devices/index.d.ts +0 -11
- package/dist/samples/requests/devices/index.js +0 -50
- package/dist/samples/requests/devices/reels/index.d.ts +0 -13
- package/dist/samples/requests/devices/reels/index.js +0 -33
- package/dist/samples/requests/devices/reels/manualReels/calibration/index.d.ts +0 -45
- package/dist/samples/requests/devices/reels/manualReels/calibration/index.js +0 -92
- package/dist/samples/requests/devices/reels/manualReels/index.d.ts +0 -1
- package/dist/samples/requests/devices/reels/manualReels/index.js +0 -17
- package/dist/samples/requests/devices/reels/poweredReels/acConnected/index.d.ts +0 -42
- package/dist/samples/requests/devices/reels/poweredReels/acConnected/index.js +0 -83
- package/dist/samples/requests/devices/reels/poweredReels/battery/battery1/index.d.ts +0 -47
- package/dist/samples/requests/devices/reels/poweredReels/battery/battery1/index.js +0 -106
- package/dist/samples/requests/devices/reels/poweredReels/battery/battery1/leak/index.d.ts +0 -25
- package/dist/samples/requests/devices/reels/poweredReels/battery/battery1/leak/index.js +0 -43
- package/dist/samples/requests/devices/reels/poweredReels/battery/battery2/index.d.ts +0 -46
- package/dist/samples/requests/devices/reels/poweredReels/battery/battery2/index.js +0 -105
- package/dist/samples/requests/devices/reels/poweredReels/battery/battery2/leak/index.d.ts +0 -25
- package/dist/samples/requests/devices/reels/poweredReels/battery/battery2/leak/index.js +0 -43
- package/dist/samples/requests/devices/reels/poweredReels/battery/index.d.ts +0 -2
- package/dist/samples/requests/devices/reels/poweredReels/battery/index.js +0 -18
- package/dist/samples/requests/devices/reels/poweredReels/calibrator/index.d.ts +0 -38
- package/dist/samples/requests/devices/reels/poweredReels/calibrator/index.js +0 -81
- package/dist/samples/requests/devices/reels/poweredReels/cpuTemp/index.d.ts +0 -26
- package/dist/samples/requests/devices/reels/poweredReels/cpuTemp/index.js +0 -87
- package/dist/samples/requests/devices/reels/poweredReels/crawlerForward/index.d.ts +0 -39
- package/dist/samples/requests/devices/reels/poweredReels/crawlerForward/index.js +0 -80
- package/dist/samples/requests/devices/reels/poweredReels/crawlerReverse/index.d.ts +0 -39
- package/dist/samples/requests/devices/reels/poweredReels/crawlerReverse/index.js +0 -80
- package/dist/samples/requests/devices/reels/poweredReels/distance/index.d.ts +0 -25
- package/dist/samples/requests/devices/reels/poweredReels/distance/index.js +0 -59
- package/dist/samples/requests/devices/reels/poweredReels/eStop/index.d.ts +0 -39
- package/dist/samples/requests/devices/reels/poweredReels/eStop/index.js +0 -80
- package/dist/samples/requests/devices/reels/poweredReels/encoderFailed/index.d.ts +0 -25
- package/dist/samples/requests/devices/reels/poweredReels/encoderFailed/index.js +0 -59
- package/dist/samples/requests/devices/reels/poweredReels/encoderMiscalibrated/index.d.ts +0 -25
- package/dist/samples/requests/devices/reels/poweredReels/encoderMiscalibrated/index.js +0 -59
- package/dist/samples/requests/devices/reels/poweredReels/hybridPower/index.d.ts +0 -39
- package/dist/samples/requests/devices/reels/poweredReels/hybridPower/index.js +0 -79
- package/dist/samples/requests/devices/reels/poweredReels/index.d.ts +0 -47
- package/dist/samples/requests/devices/reels/poweredReels/index.js +0 -96
- package/dist/samples/requests/devices/reels/poweredReels/ip/index.d.ts +0 -27
- package/dist/samples/requests/devices/reels/poweredReels/ip/index.js +0 -60
- package/dist/samples/requests/devices/reels/poweredReels/leak/index.d.ts +0 -42
- package/dist/samples/requests/devices/reels/poweredReels/leak/index.js +0 -83
- package/dist/samples/requests/devices/reels/poweredReels/motorDiagnostics/index.d.ts +0 -2
- package/dist/samples/requests/devices/reels/poweredReels/motorDiagnostics/index.js +0 -18
- package/dist/samples/requests/devices/reels/poweredReels/motorDiagnostics/motor1/index.d.ts +0 -33
- package/dist/samples/requests/devices/reels/poweredReels/motorDiagnostics/motor1/index.js +0 -71
- package/dist/samples/requests/devices/reels/poweredReels/motorDiagnostics/motor2/index.d.ts +0 -33
- package/dist/samples/requests/devices/reels/poweredReels/motorDiagnostics/motor2/index.js +0 -71
- package/dist/samples/requests/devices/reels/poweredReels/reelForward/index.d.ts +0 -39
- package/dist/samples/requests/devices/reels/poweredReels/reelForward/index.js +0 -80
- package/dist/samples/requests/devices/reels/poweredReels/reelReverse/index.d.ts +0 -39
- package/dist/samples/requests/devices/reels/poweredReels/reelReverse/index.js +0 -80
- package/dist/samples/requests/devices/reels/poweredReels/speed/index.d.ts +0 -50
- package/dist/samples/requests/devices/reels/poweredReels/speed/index.js +0 -95
- package/dist/samples/requests/devices/reels/poweredReels/spragBearing/index.d.ts +0 -40
- package/dist/samples/requests/devices/reels/poweredReels/spragBearing/index.js +0 -76
- package/dist/samples/requests/devices/reels/poweredReels/stalled/index.d.ts +0 -25
- package/dist/samples/requests/devices/reels/poweredReels/stalled/index.js +0 -59
- package/dist/samples/requests/devices/reels/poweredReels/temperature/index.d.ts +0 -38
- package/dist/samples/requests/devices/reels/poweredReels/temperature/index.js +0 -79
- package/dist/samples/requests/devices/reels/poweredReels/totalDistance/index.d.ts +0 -9
- package/dist/samples/requests/devices/reels/poweredReels/totalDistance/index.js +0 -31
- package/dist/samples/requests/devices/reels/poweredReels/usageTime/currentSeconds/index.d.ts +0 -9
- package/dist/samples/requests/devices/reels/poweredReels/usageTime/currentSeconds/index.js +0 -28
- package/dist/samples/requests/devices/reels/poweredReels/usageTime/index.d.ts +0 -11
- package/dist/samples/requests/devices/reels/poweredReels/usageTime/index.js +0 -47
- package/dist/samples/requests/devices/reels/poweredReels/usageTime/totalSeconds/index.d.ts +0 -9
- package/dist/samples/requests/devices/reels/poweredReels/usageTime/totalSeconds/index.js +0 -28
- package/dist/samples/requests/devices/reels/poweredReels/version/index.d.ts +0 -41
- package/dist/samples/requests/devices/reels/poweredReels/version/index.js +0 -87
- package/dist/samples/requests/devices/vehicles/a150/auxLight/index.d.ts +0 -49
- package/dist/samples/requests/devices/vehicles/a150/auxLight/index.js +0 -95
- package/dist/samples/requests/devices/vehicles/a150/battery/index.d.ts +0 -47
- package/dist/samples/requests/devices/vehicles/a150/battery/index.js +0 -105
- package/dist/samples/requests/devices/vehicles/a150/battery/leak/index.d.ts +0 -25
- package/dist/samples/requests/devices/vehicles/a150/battery/leak/index.js +0 -41
- package/dist/samples/requests/devices/vehicles/a150/battery/resetChargeCycles/index.d.ts +0 -16
- package/dist/samples/requests/devices/vehicles/a150/battery/resetChargeCycles/index.js +0 -44
- package/dist/samples/requests/devices/vehicles/a150/bodyLeak/index.d.ts +0 -41
- package/dist/samples/requests/devices/vehicles/a150/bodyLeak/index.js +0 -82
- package/dist/samples/requests/devices/vehicles/a150/calibrator/index.d.ts +0 -42
- package/dist/samples/requests/devices/vehicles/a150/calibrator/index.js +0 -85
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a150CameraHead/calibrator/index.d.ts +0 -42
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a150CameraHead/calibrator/index.js +0 -83
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a150CameraHead/cameraHome/index.d.ts +0 -23
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a150CameraHead/cameraHome/index.js +0 -59
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a150CameraHead/core/index.d.ts +0 -22
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a150CameraHead/core/index.js +0 -54
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a150CameraHead/cpuTemp/index.d.ts +0 -24
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a150CameraHead/cpuTemp/index.js +0 -75
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a150CameraHead/index.d.ts +0 -17
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a150CameraHead/index.js +0 -33
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a150CameraHead/ip/index.d.ts +0 -26
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a150CameraHead/ip/index.js +0 -59
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a150CameraHead/joint1MotorDiagnostics/index.d.ts +0 -81
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a150CameraHead/joint1MotorDiagnostics/index.js +0 -145
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a150CameraHead/joint2MotorDiagnostics/index.d.ts +0 -81
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a150CameraHead/joint2MotorDiagnostics/index.js +0 -145
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a150CameraHead/leak/index.d.ts +0 -42
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a150CameraHead/leak/index.js +0 -86
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a150CameraHead/light/index.d.ts +0 -32
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a150CameraHead/light/index.js +0 -74
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a150CameraHead/natural/index.d.ts +0 -34
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a150CameraHead/natural/index.js +0 -71
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a150CameraHead/orientationConfig/index.d.ts +0 -33
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a150CameraHead/orientationConfig/index.js +0 -74
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a150CameraHead/pan/index.d.ts +0 -81
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a150CameraHead/pan/index.js +0 -142
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a150CameraHead/panMotorDiagnostics/index.d.ts +0 -81
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a150CameraHead/panMotorDiagnostics/index.js +0 -161
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a150CameraHead/tilt/index.d.ts +0 -73
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a150CameraHead/tilt/index.js +0 -129
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a150CameraHead/tiltMotorDiagnostics/index.d.ts +0 -81
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a150CameraHead/tiltMotorDiagnostics/index.js +0 -160
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a150CameraHead/usageTime/index.d.ts +0 -46
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a150CameraHead/usageTime/index.js +0 -87
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a150CameraHead/version/index.d.ts +0 -50
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a150CameraHead/version/index.js +0 -98
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a200CameraHead/calibrator/index.d.ts +0 -42
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a200CameraHead/calibrator/index.js +0 -83
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a200CameraHead/cameraHome/index.d.ts +0 -23
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a200CameraHead/cameraHome/index.js +0 -59
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a200CameraHead/core/index.d.ts +0 -22
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a200CameraHead/core/index.js +0 -54
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a200CameraHead/cpuTemp/index.d.ts +0 -24
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a200CameraHead/cpuTemp/index.js +0 -75
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a200CameraHead/index.d.ts +0 -18
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a200CameraHead/index.js +0 -34
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a200CameraHead/ip/index.d.ts +0 -26
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a200CameraHead/ip/index.js +0 -59
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a200CameraHead/joint1MotorDiagnostics/index.d.ts +0 -81
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a200CameraHead/joint1MotorDiagnostics/index.js +0 -145
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a200CameraHead/joint2MotorDiagnostics/index.d.ts +0 -81
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a200CameraHead/joint2MotorDiagnostics/index.js +0 -145
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a200CameraHead/lasers/index.d.ts +0 -28
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a200CameraHead/lasers/index.js +0 -69
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a200CameraHead/leak/index.d.ts +0 -42
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a200CameraHead/leak/index.js +0 -83
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a200CameraHead/light/index.d.ts +0 -32
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a200CameraHead/light/index.js +0 -74
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a200CameraHead/natural/index.d.ts +0 -34
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a200CameraHead/natural/index.js +0 -71
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a200CameraHead/orientationConfig/index.d.ts +0 -33
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a200CameraHead/orientationConfig/index.js +0 -74
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a200CameraHead/pan/index.d.ts +0 -81
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a200CameraHead/pan/index.js +0 -142
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a200CameraHead/panMotorDiagnostics/index.d.ts +0 -81
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a200CameraHead/panMotorDiagnostics/index.js +0 -161
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a200CameraHead/tilt/index.d.ts +0 -73
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a200CameraHead/tilt/index.js +0 -129
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a200CameraHead/tiltMotorDiagnostics/index.d.ts +0 -81
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a200CameraHead/tiltMotorDiagnostics/index.js +0 -160
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a200CameraHead/usageTime/index.d.ts +0 -47
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a200CameraHead/usageTime/index.js +0 -87
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a200CameraHead/version/index.d.ts +0 -51
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/a200CameraHead/version/index.js +0 -98
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/index.d.ts +0 -2
- package/dist/samples/requests/devices/vehicles/a150/cameraHead/index.js +0 -18
- package/dist/samples/requests/devices/vehicles/a150/cameras/core/index.d.ts +0 -33
- package/dist/samples/requests/devices/vehicles/a150/cameras/core/index.js +0 -79
- package/dist/samples/requests/devices/vehicles/a150/cameras/dtCam/brightness/index.d.ts +0 -46
- package/dist/samples/requests/devices/vehicles/a150/cameras/dtCam/brightness/index.js +0 -93
- package/dist/samples/requests/devices/vehicles/a150/cameras/dtCam/contrast/index.d.ts +0 -45
- package/dist/samples/requests/devices/vehicles/a150/cameras/dtCam/contrast/index.js +0 -92
- package/dist/samples/requests/devices/vehicles/a150/cameras/dtCam/index.d.ts +0 -9
- package/dist/samples/requests/devices/vehicles/a150/cameras/dtCam/index.js +0 -25
- package/dist/samples/requests/devices/vehicles/a150/cameras/dtCam/ip/index.d.ts +0 -31
- package/dist/samples/requests/devices/vehicles/a150/cameras/dtCam/ip/index.js +0 -68
- package/dist/samples/requests/devices/vehicles/a150/cameras/dtCam/osd/index.d.ts +0 -46
- package/dist/samples/requests/devices/vehicles/a150/cameras/dtCam/osd/index.js +0 -92
- package/dist/samples/requests/devices/vehicles/a150/cameras/dtCam/saturation/index.d.ts +0 -48
- package/dist/samples/requests/devices/vehicles/a150/cameras/dtCam/saturation/index.js +0 -95
- package/dist/samples/requests/devices/vehicles/a150/cameras/dtCam/streams/index.d.ts +0 -92
- package/dist/samples/requests/devices/vehicles/a150/cameras/dtCam/streams/index.js +0 -183
- package/dist/samples/requests/devices/vehicles/a150/cameras/dtCam/type/index.d.ts +0 -39
- package/dist/samples/requests/devices/vehicles/a150/cameras/dtCam/type/index.js +0 -81
- package/dist/samples/requests/devices/vehicles/a150/cameras/dtCam/version/index.d.ts +0 -53
- package/dist/samples/requests/devices/vehicles/a150/cameras/dtCam/version/index.js +0 -108
- package/dist/samples/requests/devices/vehicles/a150/cameras/dtCam/whiteBalance/index.d.ts +0 -53
- package/dist/samples/requests/devices/vehicles/a150/cameras/dtCam/whiteBalance/index.js +0 -95
- package/dist/samples/requests/devices/vehicles/a150/cameras/index.d.ts +0 -4
- package/dist/samples/requests/devices/vehicles/a150/cameras/index.js +0 -20
- package/dist/samples/requests/devices/vehicles/a150/cameras/ocleaCam/brightness/index.d.ts +0 -28
- package/dist/samples/requests/devices/vehicles/a150/cameras/ocleaCam/brightness/index.js +0 -65
- package/dist/samples/requests/devices/vehicles/a150/cameras/ocleaCam/contrast/index.d.ts +0 -28
- package/dist/samples/requests/devices/vehicles/a150/cameras/ocleaCam/contrast/index.js +0 -65
- package/dist/samples/requests/devices/vehicles/a150/cameras/ocleaCam/dptz/index.d.ts +0 -97
- package/dist/samples/requests/devices/vehicles/a150/cameras/ocleaCam/dptz/index.js +0 -235
- package/dist/samples/requests/devices/vehicles/a150/cameras/ocleaCam/exposure/index.d.ts +0 -53
- package/dist/samples/requests/devices/vehicles/a150/cameras/ocleaCam/exposure/index.js +0 -95
- package/dist/samples/requests/devices/vehicles/a150/cameras/ocleaCam/index.d.ts +0 -5
- package/dist/samples/requests/devices/vehicles/a150/cameras/ocleaCam/index.js +0 -21
- package/dist/samples/requests/devices/vehicles/a150/cameras/ocleaCam/saturation/index.d.ts +0 -28
- package/dist/samples/requests/devices/vehicles/a150/cameras/ocleaCam/saturation/index.js +0 -65
- package/dist/samples/requests/devices/vehicles/a150/cameras/ocleaCam/whiteBalance/index.d.ts +0 -49
- package/dist/samples/requests/devices/vehicles/a150/cameras/ocleaCam/whiteBalance/index.js +0 -91
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/brightness/index.d.ts +0 -46
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/brightness/index.js +0 -93
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/exposure/index.d.ts +0 -69
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/exposure/index.js +0 -120
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/focus/index.d.ts +0 -108
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/focus/index.js +0 -189
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/index.d.ts +0 -11
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/index.js +0 -27
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/ip/index.d.ts +0 -28
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/ip/index.js +0 -65
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/osd/index.d.ts +0 -43
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/osd/index.js +0 -89
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/saturation/index.d.ts +0 -48
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/saturation/index.js +0 -95
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/sharpness/index.d.ts +0 -45
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/sharpness/index.js +0 -92
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/streams/index.d.ts +0 -107
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/streams/index.js +0 -204
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/type/index.d.ts +0 -36
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/type/index.js +0 -78
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/version/index.d.ts +0 -50
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/version/index.js +0 -105
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/zoom/index.d.ts +0 -73
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/zoom/index.js +0 -154
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/dptz/index.d.ts +0 -97
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/dptz/index.js +0 -235
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/exposure/index.d.ts +0 -69
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/exposure/index.js +0 -120
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/focus/index.d.ts +0 -108
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/focus/index.js +0 -189
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/index.d.ts +0 -10
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/index.js +0 -26
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/ip/index.d.ts +0 -28
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/ip/index.js +0 -65
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/opticalZoom/index.d.ts +0 -73
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/opticalZoom/index.js +0 -154
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/osd/index.d.ts +0 -43
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/osd/index.js +0 -89
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/sharpness/index.d.ts +0 -45
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/sharpness/index.js +0 -92
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/streams/index.d.ts +0 -107
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/streams/index.js +0 -210
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/turbidity/index.d.ts +0 -33
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/turbidity/index.js +0 -53
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/type/index.d.ts +0 -36
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/type/index.js +0 -78
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/version/index.d.ts +0 -50
- package/dist/samples/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/version/index.js +0 -105
- package/dist/samples/requests/devices/vehicles/a150/core/index.d.ts +0 -52
- package/dist/samples/requests/devices/vehicles/a150/core/index.js +0 -100
- package/dist/samples/requests/devices/vehicles/a150/drive/index.d.ts +0 -186
- package/dist/samples/requests/devices/vehicles/a150/drive/index.js +0 -245
- package/dist/samples/requests/devices/vehicles/a150/hybridPowerDiagnostics/chargeVoltage/index.d.ts +0 -9
- package/dist/samples/requests/devices/vehicles/a150/hybridPowerDiagnostics/chargeVoltage/index.js +0 -29
- package/dist/samples/requests/devices/vehicles/a150/hybridPowerDiagnostics/index.d.ts +0 -11
- package/dist/samples/requests/devices/vehicles/a150/hybridPowerDiagnostics/index.js +0 -43
- package/dist/samples/requests/devices/vehicles/a150/hybridPowerDiagnostics/inputVoltage/index.d.ts +0 -9
- package/dist/samples/requests/devices/vehicles/a150/hybridPowerDiagnostics/inputVoltage/index.js +0 -29
- package/dist/samples/requests/devices/vehicles/a150/incline/index.d.ts +0 -42
- package/dist/samples/requests/devices/vehicles/a150/incline/index.js +0 -83
- package/dist/samples/requests/devices/vehicles/a150/index.d.ts +0 -50
- package/dist/samples/requests/devices/vehicles/a150/index.js +0 -99
- package/dist/samples/requests/devices/vehicles/a150/ip/index.d.ts +0 -26
- package/dist/samples/requests/devices/vehicles/a150/ip/index.js +0 -59
- package/dist/samples/requests/devices/vehicles/a150/motorDiagnostics/index.d.ts +0 -2
- package/dist/samples/requests/devices/vehicles/a150/motorDiagnostics/index.js +0 -18
- package/dist/samples/requests/devices/vehicles/a150/motorDiagnostics/leftMotor/index.d.ts +0 -31
- package/dist/samples/requests/devices/vehicles/a150/motorDiagnostics/leftMotor/index.js +0 -69
- package/dist/samples/requests/devices/vehicles/a150/motorDiagnostics/rightMotor/index.d.ts +0 -32
- package/dist/samples/requests/devices/vehicles/a150/motorDiagnostics/rightMotor/index.js +0 -70
- package/dist/samples/requests/devices/vehicles/a150/peripherals/elevatingArm/calibrator/index.d.ts +0 -42
- package/dist/samples/requests/devices/vehicles/a150/peripherals/elevatingArm/calibrator/index.js +0 -85
- package/dist/samples/requests/devices/vehicles/a150/peripherals/elevatingArm/index.d.ts +0 -84
- package/dist/samples/requests/devices/vehicles/a150/peripherals/elevatingArm/index.js +0 -164
- package/dist/samples/requests/devices/vehicles/a150/peripherals/elevatingArm/motorDiagnostics/index.d.ts +0 -82
- package/dist/samples/requests/devices/vehicles/a150/peripherals/elevatingArm/motorDiagnostics/index.js +0 -150
- package/dist/samples/requests/devices/vehicles/a150/peripherals/index.d.ts +0 -2
- package/dist/samples/requests/devices/vehicles/a150/peripherals/index.js +0 -18
- package/dist/samples/requests/devices/vehicles/a150/peripherals/sonde/index.d.ts +0 -41
- package/dist/samples/requests/devices/vehicles/a150/peripherals/sonde/index.js +0 -82
- package/dist/samples/requests/devices/vehicles/a150/rearLight/index.d.ts +0 -49
- package/dist/samples/requests/devices/vehicles/a150/rearLight/index.js +0 -95
- package/dist/samples/requests/devices/vehicles/a150/roll/index.d.ts +0 -42
- package/dist/samples/requests/devices/vehicles/a150/roll/index.js +0 -83
- package/dist/samples/requests/devices/vehicles/a150/temperature/cpuTemp/index.d.ts +0 -38
- package/dist/samples/requests/devices/vehicles/a150/temperature/cpuTemp/index.js +0 -78
- package/dist/samples/requests/devices/vehicles/a150/temperature/imuTemp/index.d.ts +0 -37
- package/dist/samples/requests/devices/vehicles/a150/temperature/imuTemp/index.js +0 -77
- package/dist/samples/requests/devices/vehicles/a150/temperature/index.d.ts +0 -2
- package/dist/samples/requests/devices/vehicles/a150/temperature/index.js +0 -18
- package/dist/samples/requests/devices/vehicles/a150/usageTime/index.d.ts +0 -42
- package/dist/samples/requests/devices/vehicles/a150/usageTime/index.js +0 -83
- package/dist/samples/requests/devices/vehicles/a150/version/index.d.ts +0 -48
- package/dist/samples/requests/devices/vehicles/a150/version/index.js +0 -97
- package/dist/samples/requests/devices/vehicles/a200/auxLight/index.d.ts +0 -49
- package/dist/samples/requests/devices/vehicles/a200/auxLight/index.js +0 -95
- package/dist/samples/requests/devices/vehicles/a200/battery/index.d.ts +0 -47
- package/dist/samples/requests/devices/vehicles/a200/battery/index.js +0 -105
- package/dist/samples/requests/devices/vehicles/a200/battery/leak/index.d.ts +0 -25
- package/dist/samples/requests/devices/vehicles/a200/battery/leak/index.js +0 -41
- package/dist/samples/requests/devices/vehicles/a200/battery/resetChargeCycles/index.d.ts +0 -16
- package/dist/samples/requests/devices/vehicles/a200/battery/resetChargeCycles/index.js +0 -44
- package/dist/samples/requests/devices/vehicles/a200/bodyLeak/index.d.ts +0 -41
- package/dist/samples/requests/devices/vehicles/a200/bodyLeak/index.js +0 -82
- package/dist/samples/requests/devices/vehicles/a200/calibrator/index.d.ts +0 -42
- package/dist/samples/requests/devices/vehicles/a200/calibrator/index.js +0 -85
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a150CameraHead/calibrator/index.d.ts +0 -42
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a150CameraHead/calibrator/index.js +0 -83
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a150CameraHead/cameraHome/index.d.ts +0 -23
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a150CameraHead/cameraHome/index.js +0 -59
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a150CameraHead/core/index.d.ts +0 -22
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a150CameraHead/core/index.js +0 -54
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a150CameraHead/cpuTemp/index.d.ts +0 -24
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a150CameraHead/cpuTemp/index.js +0 -75
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a150CameraHead/index.d.ts +0 -17
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a150CameraHead/index.js +0 -33
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a150CameraHead/ip/index.d.ts +0 -26
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a150CameraHead/ip/index.js +0 -59
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a150CameraHead/joint1MotorDiagnostics/index.d.ts +0 -81
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a150CameraHead/joint1MotorDiagnostics/index.js +0 -145
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a150CameraHead/joint2MotorDiagnostics/index.d.ts +0 -81
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a150CameraHead/joint2MotorDiagnostics/index.js +0 -145
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a150CameraHead/leak/index.d.ts +0 -42
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a150CameraHead/leak/index.js +0 -83
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a150CameraHead/light/index.d.ts +0 -32
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a150CameraHead/light/index.js +0 -74
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a150CameraHead/natural/index.d.ts +0 -34
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a150CameraHead/natural/index.js +0 -71
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a150CameraHead/orientationConfig/index.d.ts +0 -34
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a150CameraHead/orientationConfig/index.js +0 -70
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a150CameraHead/pan/index.d.ts +0 -81
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a150CameraHead/pan/index.js +0 -142
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a150CameraHead/panMotorDiagnostics/index.d.ts +0 -81
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a150CameraHead/panMotorDiagnostics/index.js +0 -161
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a150CameraHead/tilt/index.d.ts +0 -73
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a150CameraHead/tilt/index.js +0 -129
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a150CameraHead/tiltMotorDiagnostics/index.d.ts +0 -81
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a150CameraHead/tiltMotorDiagnostics/index.js +0 -160
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a150CameraHead/usageTime/index.d.ts +0 -45
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a150CameraHead/usageTime/index.js +0 -86
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a150CameraHead/version/index.d.ts +0 -50
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a150CameraHead/version/index.js +0 -98
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a200CameraHead/calibrator/index.d.ts +0 -42
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a200CameraHead/calibrator/index.js +0 -83
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a200CameraHead/cameraHome/index.d.ts +0 -23
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a200CameraHead/cameraHome/index.js +0 -59
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a200CameraHead/core/index.d.ts +0 -22
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a200CameraHead/core/index.js +0 -54
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a200CameraHead/cpuTemp/index.d.ts +0 -24
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a200CameraHead/cpuTemp/index.js +0 -75
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a200CameraHead/index.d.ts +0 -18
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a200CameraHead/index.js +0 -34
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a200CameraHead/ip/index.d.ts +0 -26
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a200CameraHead/ip/index.js +0 -59
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a200CameraHead/joint1MotorDiagnostics/index.d.ts +0 -81
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a200CameraHead/joint1MotorDiagnostics/index.js +0 -145
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a200CameraHead/joint2MotorDiagnostics/index.d.ts +0 -81
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a200CameraHead/joint2MotorDiagnostics/index.js +0 -145
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a200CameraHead/lasers/index.d.ts +0 -28
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a200CameraHead/lasers/index.js +0 -69
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a200CameraHead/leak/index.d.ts +0 -42
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a200CameraHead/leak/index.js +0 -83
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a200CameraHead/light/index.d.ts +0 -32
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a200CameraHead/light/index.js +0 -74
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a200CameraHead/natural/index.d.ts +0 -34
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a200CameraHead/natural/index.js +0 -71
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a200CameraHead/orientationConfig/index.d.ts +0 -33
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a200CameraHead/orientationConfig/index.js +0 -74
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a200CameraHead/pan/index.d.ts +0 -81
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a200CameraHead/pan/index.js +0 -142
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a200CameraHead/panMotorDiagnostics/index.d.ts +0 -81
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a200CameraHead/panMotorDiagnostics/index.js +0 -161
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a200CameraHead/tilt/index.d.ts +0 -73
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a200CameraHead/tilt/index.js +0 -129
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a200CameraHead/tiltMotorDiagnostics/index.d.ts +0 -81
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a200CameraHead/tiltMotorDiagnostics/index.js +0 -160
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a200CameraHead/usageTime/index.d.ts +0 -47
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a200CameraHead/usageTime/index.js +0 -87
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a200CameraHead/version/index.d.ts +0 -50
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/a200CameraHead/version/index.js +0 -98
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/index.d.ts +0 -2
- package/dist/samples/requests/devices/vehicles/a200/cameraHead/index.js +0 -18
- package/dist/samples/requests/devices/vehicles/a200/cameras/core/index.d.ts +0 -33
- package/dist/samples/requests/devices/vehicles/a200/cameras/core/index.js +0 -79
- package/dist/samples/requests/devices/vehicles/a200/cameras/dtCam/brightness/index.d.ts +0 -46
- package/dist/samples/requests/devices/vehicles/a200/cameras/dtCam/brightness/index.js +0 -93
- package/dist/samples/requests/devices/vehicles/a200/cameras/dtCam/contrast/index.d.ts +0 -45
- package/dist/samples/requests/devices/vehicles/a200/cameras/dtCam/contrast/index.js +0 -92
- package/dist/samples/requests/devices/vehicles/a200/cameras/dtCam/index.d.ts +0 -8
- package/dist/samples/requests/devices/vehicles/a200/cameras/dtCam/index.js +0 -24
- package/dist/samples/requests/devices/vehicles/a200/cameras/dtCam/ip/index.d.ts +0 -31
- package/dist/samples/requests/devices/vehicles/a200/cameras/dtCam/ip/index.js +0 -68
- package/dist/samples/requests/devices/vehicles/a200/cameras/dtCam/osd/index.d.ts +0 -46
- package/dist/samples/requests/devices/vehicles/a200/cameras/dtCam/osd/index.js +0 -92
- package/dist/samples/requests/devices/vehicles/a200/cameras/dtCam/saturation/index.d.ts +0 -48
- package/dist/samples/requests/devices/vehicles/a200/cameras/dtCam/saturation/index.js +0 -95
- package/dist/samples/requests/devices/vehicles/a200/cameras/dtCam/streams/index.d.ts +0 -92
- package/dist/samples/requests/devices/vehicles/a200/cameras/dtCam/streams/index.js +0 -184
- package/dist/samples/requests/devices/vehicles/a200/cameras/dtCam/type/index.d.ts +0 -39
- package/dist/samples/requests/devices/vehicles/a200/cameras/dtCam/type/index.js +0 -81
- package/dist/samples/requests/devices/vehicles/a200/cameras/dtCam/version/index.d.ts +0 -53
- package/dist/samples/requests/devices/vehicles/a200/cameras/dtCam/version/index.js +0 -108
- package/dist/samples/requests/devices/vehicles/a200/cameras/index.d.ts +0 -4
- package/dist/samples/requests/devices/vehicles/a200/cameras/index.js +0 -20
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/brightness/index.d.ts +0 -46
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/brightness/index.js +0 -93
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/exposure/index.d.ts +0 -66
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/exposure/index.js +0 -117
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/focus/index.d.ts +0 -108
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/focus/index.js +0 -189
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/index.d.ts +0 -11
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/index.js +0 -27
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/ip/index.d.ts +0 -28
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/ip/index.js +0 -65
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/osd/index.d.ts +0 -43
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/osd/index.js +0 -89
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/saturation/index.d.ts +0 -48
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/saturation/index.js +0 -95
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/sharpness/index.d.ts +0 -45
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/sharpness/index.js +0 -92
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/streams/index.d.ts +0 -107
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/streams/index.js +0 -211
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/type/index.d.ts +0 -36
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/type/index.js +0 -78
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/version/index.d.ts +0 -50
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/version/index.js +0 -105
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/zoom/index.d.ts +0 -73
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/zoom/index.js +0 -154
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/cpuTemp/index.d.ts +0 -48
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/cpuTemp/index.js +0 -92
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/dptz/index.d.ts +0 -97
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/dptz/index.js +0 -235
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/exposure/index.d.ts +0 -66
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/exposure/index.js +0 -117
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/focus/index.d.ts +0 -108
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/focus/index.js +0 -189
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/index.d.ts +0 -11
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/index.js +0 -27
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/ip/index.d.ts +0 -28
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/ip/index.js +0 -65
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/opticalZoom/index.d.ts +0 -73
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/opticalZoom/index.js +0 -154
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/osd/index.d.ts +0 -43
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/osd/index.js +0 -89
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/sharpness/index.d.ts +0 -45
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/sharpness/index.js +0 -92
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/streams/index.d.ts +0 -107
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/streams/index.js +0 -211
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/turbidity/index.d.ts +0 -34
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/turbidity/index.js +0 -54
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/type/index.d.ts +0 -36
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/type/index.js +0 -78
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/version/index.d.ts +0 -50
- package/dist/samples/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/version/index.js +0 -105
- package/dist/samples/requests/devices/vehicles/a200/core/index.d.ts +0 -52
- package/dist/samples/requests/devices/vehicles/a200/core/index.js +0 -100
- package/dist/samples/requests/devices/vehicles/a200/drive/index.d.ts +0 -186
- package/dist/samples/requests/devices/vehicles/a200/drive/index.js +0 -245
- package/dist/samples/requests/devices/vehicles/a200/hybridPowerDiagnostics/chargeVoltage/index.d.ts +0 -9
- package/dist/samples/requests/devices/vehicles/a200/hybridPowerDiagnostics/chargeVoltage/index.js +0 -29
- package/dist/samples/requests/devices/vehicles/a200/hybridPowerDiagnostics/index.d.ts +0 -11
- package/dist/samples/requests/devices/vehicles/a200/hybridPowerDiagnostics/index.js +0 -43
- package/dist/samples/requests/devices/vehicles/a200/hybridPowerDiagnostics/inputVoltage/index.d.ts +0 -9
- package/dist/samples/requests/devices/vehicles/a200/hybridPowerDiagnostics/inputVoltage/index.js +0 -29
- package/dist/samples/requests/devices/vehicles/a200/incline/index.d.ts +0 -42
- package/dist/samples/requests/devices/vehicles/a200/incline/index.js +0 -83
- package/dist/samples/requests/devices/vehicles/a200/index.d.ts +0 -50
- package/dist/samples/requests/devices/vehicles/a200/index.js +0 -99
- package/dist/samples/requests/devices/vehicles/a200/ip/index.d.ts +0 -26
- package/dist/samples/requests/devices/vehicles/a200/ip/index.js +0 -59
- package/dist/samples/requests/devices/vehicles/a200/motorDiagnostics/index.d.ts +0 -2
- package/dist/samples/requests/devices/vehicles/a200/motorDiagnostics/index.js +0 -18
- package/dist/samples/requests/devices/vehicles/a200/motorDiagnostics/leftMotor/index.d.ts +0 -31
- package/dist/samples/requests/devices/vehicles/a200/motorDiagnostics/leftMotor/index.js +0 -69
- package/dist/samples/requests/devices/vehicles/a200/motorDiagnostics/rightMotor/index.d.ts +0 -32
- package/dist/samples/requests/devices/vehicles/a200/motorDiagnostics/rightMotor/index.js +0 -70
- package/dist/samples/requests/devices/vehicles/a200/peripherals/elevatingArm/calibrator/index.d.ts +0 -42
- package/dist/samples/requests/devices/vehicles/a200/peripherals/elevatingArm/calibrator/index.js +0 -87
- package/dist/samples/requests/devices/vehicles/a200/peripherals/elevatingArm/index.d.ts +0 -84
- package/dist/samples/requests/devices/vehicles/a200/peripherals/elevatingArm/index.js +0 -164
- package/dist/samples/requests/devices/vehicles/a200/peripherals/elevatingArm/motorDiagnostics/index.d.ts +0 -82
- package/dist/samples/requests/devices/vehicles/a200/peripherals/elevatingArm/motorDiagnostics/index.js +0 -150
- package/dist/samples/requests/devices/vehicles/a200/peripherals/index.d.ts +0 -2
- package/dist/samples/requests/devices/vehicles/a200/peripherals/index.js +0 -18
- package/dist/samples/requests/devices/vehicles/a200/peripherals/sonde/index.d.ts +0 -41
- package/dist/samples/requests/devices/vehicles/a200/peripherals/sonde/index.js +0 -82
- package/dist/samples/requests/devices/vehicles/a200/rearLight/index.d.ts +0 -49
- package/dist/samples/requests/devices/vehicles/a200/rearLight/index.js +0 -95
- package/dist/samples/requests/devices/vehicles/a200/roll/index.d.ts +0 -42
- package/dist/samples/requests/devices/vehicles/a200/roll/index.js +0 -83
- package/dist/samples/requests/devices/vehicles/a200/temperature/cpuTemp/index.d.ts +0 -38
- package/dist/samples/requests/devices/vehicles/a200/temperature/cpuTemp/index.js +0 -78
- package/dist/samples/requests/devices/vehicles/a200/temperature/imuTemp/index.d.ts +0 -38
- package/dist/samples/requests/devices/vehicles/a200/temperature/imuTemp/index.js +0 -78
- package/dist/samples/requests/devices/vehicles/a200/temperature/index.d.ts +0 -2
- package/dist/samples/requests/devices/vehicles/a200/temperature/index.js +0 -18
- package/dist/samples/requests/devices/vehicles/a200/usageTime/index.d.ts +0 -42
- package/dist/samples/requests/devices/vehicles/a200/usageTime/index.js +0 -83
- package/dist/samples/requests/devices/vehicles/a200/version/index.d.ts +0 -45
- package/dist/samples/requests/devices/vehicles/a200/version/index.js +0 -94
- package/dist/samples/requests/devices/vehicles/crawler/auxLight/index.d.ts +0 -6
- package/dist/samples/requests/devices/vehicles/crawler/auxLight/index.js +0 -19
- package/dist/samples/requests/devices/vehicles/crawler/cameraHead/index.d.ts +0 -3
- package/dist/samples/requests/devices/vehicles/crawler/cameraHead/index.js +0 -19
- package/dist/samples/requests/devices/vehicles/crawler/cameraHead/light/index.d.ts +0 -11
- package/dist/samples/requests/devices/vehicles/crawler/cameraHead/light/index.js +0 -26
- package/dist/samples/requests/devices/vehicles/crawler/cameraHead/pan/index.d.ts +0 -11
- package/dist/samples/requests/devices/vehicles/crawler/cameraHead/pan/index.js +0 -26
- package/dist/samples/requests/devices/vehicles/crawler/cameraHead/tilt/index.d.ts +0 -11
- package/dist/samples/requests/devices/vehicles/crawler/cameraHead/tilt/index.js +0 -26
- package/dist/samples/requests/devices/vehicles/crawler/drive/index.d.ts +0 -10
- package/dist/samples/requests/devices/vehicles/crawler/drive/index.js +0 -23
- package/dist/samples/requests/devices/vehicles/crawler/elevatingArm/index.d.ts +0 -10
- package/dist/samples/requests/devices/vehicles/crawler/elevatingArm/index.js +0 -23
- package/dist/samples/requests/devices/vehicles/crawler/index.d.ts +0 -5
- package/dist/samples/requests/devices/vehicles/crawler/index.js +0 -21
- package/dist/samples/requests/devices/vehicles/crawler/rearLight/index.d.ts +0 -10
- package/dist/samples/requests/devices/vehicles/crawler/rearLight/index.js +0 -23
- package/dist/samples/requests/devices/vehicles/dt645/bodyLeak/index.d.ts +0 -20
- package/dist/samples/requests/devices/vehicles/dt645/bodyLeak/index.js +0 -55
- package/dist/samples/requests/devices/vehicles/dt645/depth/index.d.ts +0 -15
- package/dist/samples/requests/devices/vehicles/dt645/depth/index.js +0 -46
- package/dist/samples/requests/devices/vehicles/dt645/drive/index.d.ts +0 -60
- package/dist/samples/requests/devices/vehicles/dt645/drive/index.js +0 -131
- package/dist/samples/requests/devices/vehicles/dt645/heading/index.d.ts +0 -10
- package/dist/samples/requests/devices/vehicles/dt645/heading/index.js +0 -35
- package/dist/samples/requests/devices/vehicles/dt645/incline/index.d.ts +0 -20
- package/dist/samples/requests/devices/vehicles/dt645/incline/index.js +0 -53
- package/dist/samples/requests/devices/vehicles/dt645/index.d.ts +0 -8
- package/dist/samples/requests/devices/vehicles/dt645/index.js +0 -24
- package/dist/samples/requests/devices/vehicles/dt645/pitch/index.d.ts +0 -20
- package/dist/samples/requests/devices/vehicles/dt645/pitch/index.js +0 -53
- package/dist/samples/requests/devices/vehicles/dt645/roll/index.d.ts +0 -20
- package/dist/samples/requests/devices/vehicles/dt645/roll/index.js +0 -53
- package/dist/samples/requests/devices/vehicles/dt645/usageTime/index.d.ts +0 -20
- package/dist/samples/requests/devices/vehicles/dt645/usageTime/index.js +0 -55
- package/dist/samples/requests/devices/vehicles/index.d.ts +0 -7
- package/dist/samples/requests/devices/vehicles/index.js +0 -23
- package/dist/samples/requests/devices/vehicles/pivot/altitude/index.d.ts +0 -50
- package/dist/samples/requests/devices/vehicles/pivot/altitude/index.js +0 -107
- package/dist/samples/requests/devices/vehicles/pivot/auxLight/index.d.ts +0 -50
- package/dist/samples/requests/devices/vehicles/pivot/auxLight/index.js +0 -97
- package/dist/samples/requests/devices/vehicles/pivot/battery/index.d.ts +0 -2
- package/dist/samples/requests/devices/vehicles/pivot/battery/index.js +0 -18
- package/dist/samples/requests/devices/vehicles/pivot/battery/leftBattery/index.d.ts +0 -97
- package/dist/samples/requests/devices/vehicles/pivot/battery/leftBattery/index.js +0 -177
- package/dist/samples/requests/devices/vehicles/pivot/battery/rightBattery/index.d.ts +0 -97
- package/dist/samples/requests/devices/vehicles/pivot/battery/rightBattery/index.js +0 -175
- package/dist/samples/requests/devices/vehicles/pivot/bodyLeak/index.d.ts +0 -42
- package/dist/samples/requests/devices/vehicles/pivot/bodyLeak/index.js +0 -83
- package/dist/samples/requests/devices/vehicles/pivot/calibration/index.d.ts +0 -100
- package/dist/samples/requests/devices/vehicles/pivot/calibration/index.js +0 -286
- package/dist/samples/requests/devices/vehicles/pivot/cameraHead/core/index.d.ts +0 -24
- package/dist/samples/requests/devices/vehicles/pivot/cameraHead/core/index.js +0 -57
- package/dist/samples/requests/devices/vehicles/pivot/cameraHead/cpuTemp/index.d.ts +0 -26
- package/dist/samples/requests/devices/vehicles/pivot/cameraHead/cpuTemp/index.js +0 -90
- package/dist/samples/requests/devices/vehicles/pivot/cameraHead/index.d.ts +0 -27
- package/dist/samples/requests/devices/vehicles/pivot/cameraHead/index.js +0 -70
- package/dist/samples/requests/devices/vehicles/pivot/cameraHead/lasers/index.d.ts +0 -42
- package/dist/samples/requests/devices/vehicles/pivot/cameraHead/lasers/index.js +0 -87
- package/dist/samples/requests/devices/vehicles/pivot/cameraHead/leak/index.d.ts +0 -42
- package/dist/samples/requests/devices/vehicles/pivot/cameraHead/leak/index.js +0 -83
- package/dist/samples/requests/devices/vehicles/pivot/cameraHead/light/index.d.ts +0 -45
- package/dist/samples/requests/devices/vehicles/pivot/cameraHead/light/index.js +0 -86
- package/dist/samples/requests/devices/vehicles/pivot/cameraHead/tilt/index.d.ts +0 -74
- package/dist/samples/requests/devices/vehicles/pivot/cameraHead/tilt/index.js +0 -131
- package/dist/samples/requests/devices/vehicles/pivot/cameraHead/tiltMotorDiagnostics/index.d.ts +0 -83
- package/dist/samples/requests/devices/vehicles/pivot/cameraHead/tiltMotorDiagnostics/index.js +0 -163
- package/dist/samples/requests/devices/vehicles/pivot/cameraHead/usageTime/index.d.ts +0 -42
- package/dist/samples/requests/devices/vehicles/pivot/cameraHead/usageTime/index.js +0 -86
- package/dist/samples/requests/devices/vehicles/pivot/cameras/dtCam/brightness/index.d.ts +0 -46
- package/dist/samples/requests/devices/vehicles/pivot/cameras/dtCam/brightness/index.js +0 -93
- package/dist/samples/requests/devices/vehicles/pivot/cameras/dtCam/contrast/index.d.ts +0 -45
- package/dist/samples/requests/devices/vehicles/pivot/cameras/dtCam/contrast/index.js +0 -92
- package/dist/samples/requests/devices/vehicles/pivot/cameras/dtCam/index.d.ts +0 -9
- package/dist/samples/requests/devices/vehicles/pivot/cameras/dtCam/index.js +0 -25
- package/dist/samples/requests/devices/vehicles/pivot/cameras/dtCam/ip/index.d.ts +0 -31
- package/dist/samples/requests/devices/vehicles/pivot/cameras/dtCam/ip/index.js +0 -68
- package/dist/samples/requests/devices/vehicles/pivot/cameras/dtCam/osd/index.d.ts +0 -46
- package/dist/samples/requests/devices/vehicles/pivot/cameras/dtCam/osd/index.js +0 -92
- package/dist/samples/requests/devices/vehicles/pivot/cameras/dtCam/saturation/index.d.ts +0 -48
- package/dist/samples/requests/devices/vehicles/pivot/cameras/dtCam/saturation/index.js +0 -95
- package/dist/samples/requests/devices/vehicles/pivot/cameras/dtCam/streams/index.d.ts +0 -92
- package/dist/samples/requests/devices/vehicles/pivot/cameras/dtCam/streams/index.js +0 -184
- package/dist/samples/requests/devices/vehicles/pivot/cameras/dtCam/type/index.d.ts +0 -39
- package/dist/samples/requests/devices/vehicles/pivot/cameras/dtCam/type/index.js +0 -81
- package/dist/samples/requests/devices/vehicles/pivot/cameras/dtCam/version/index.d.ts +0 -53
- package/dist/samples/requests/devices/vehicles/pivot/cameras/dtCam/version/index.js +0 -108
- package/dist/samples/requests/devices/vehicles/pivot/cameras/dtCam/whiteBalance/index.d.ts +0 -49
- package/dist/samples/requests/devices/vehicles/pivot/cameras/dtCam/whiteBalance/index.js +0 -91
- package/dist/samples/requests/devices/vehicles/pivot/cameras/index.d.ts +0 -31
- package/dist/samples/requests/devices/vehicles/pivot/cameras/index.js +0 -82
- package/dist/samples/requests/devices/vehicles/pivot/cameras/ocleaCam/brightness/index.d.ts +0 -28
- package/dist/samples/requests/devices/vehicles/pivot/cameras/ocleaCam/brightness/index.js +0 -65
- package/dist/samples/requests/devices/vehicles/pivot/cameras/ocleaCam/contrast/index.d.ts +0 -28
- package/dist/samples/requests/devices/vehicles/pivot/cameras/ocleaCam/contrast/index.js +0 -65
- package/dist/samples/requests/devices/vehicles/pivot/cameras/ocleaCam/dptz/index.d.ts +0 -97
- package/dist/samples/requests/devices/vehicles/pivot/cameras/ocleaCam/dptz/index.js +0 -235
- package/dist/samples/requests/devices/vehicles/pivot/cameras/ocleaCam/exposure/index.d.ts +0 -53
- package/dist/samples/requests/devices/vehicles/pivot/cameras/ocleaCam/exposure/index.js +0 -95
- package/dist/samples/requests/devices/vehicles/pivot/cameras/ocleaCam/index.d.ts +0 -6
- package/dist/samples/requests/devices/vehicles/pivot/cameras/ocleaCam/index.js +0 -22
- package/dist/samples/requests/devices/vehicles/pivot/cameras/ocleaCam/saturation/index.d.ts +0 -28
- package/dist/samples/requests/devices/vehicles/pivot/cameras/ocleaCam/saturation/index.js +0 -65
- package/dist/samples/requests/devices/vehicles/pivot/cameras/ocleaCam/turbidity/index.d.ts +0 -34
- package/dist/samples/requests/devices/vehicles/pivot/cameras/ocleaCam/turbidity/index.js +0 -54
- package/dist/samples/requests/devices/vehicles/pivot/cameras/ocleaCam/whiteBalance/index.d.ts +0 -64
- package/dist/samples/requests/devices/vehicles/pivot/cameras/ocleaCam/whiteBalance/index.js +0 -121
- package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/brightness/index.d.ts +0 -43
- package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/brightness/index.js +0 -90
- package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/exposure/index.d.ts +0 -58
- package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/exposure/index.js +0 -104
- package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/focus/index.d.ts +0 -85
- package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/focus/index.js +0 -144
- package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/index.d.ts +0 -11
- package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/index.js +0 -27
- package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/ip/index.d.ts +0 -28
- package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/ip/index.js +0 -65
- package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/saturation/index.d.ts +0 -45
- package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/saturation/index.js +0 -92
- package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/sharpness/index.d.ts +0 -45
- package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/sharpness/index.js +0 -92
- package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/streams/index.d.ts +0 -76
- package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/streams/index.js +0 -150
- package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/tamronHarrierZoomCamera/index.d.ts +0 -1
- package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/tamronHarrierZoomCamera/index.js +0 -17
- package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/tamronHarrierZoomCamera/osd/index.d.ts +0 -43
- package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/tamronHarrierZoomCamera/osd/index.js +0 -89
- package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/type/index.d.ts +0 -36
- package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/type/index.js +0 -78
- package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/version/index.d.ts +0 -50
- package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/version/index.js +0 -105
- package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/zoom/index.d.ts +0 -73
- package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/zoom/index.js +0 -154
- package/dist/samples/requests/devices/vehicles/pivot/core/index.d.ts +0 -52
- package/dist/samples/requests/devices/vehicles/pivot/core/index.js +0 -100
- package/dist/samples/requests/devices/vehicles/pivot/depth/index.d.ts +0 -43
- package/dist/samples/requests/devices/vehicles/pivot/depth/index.js +0 -87
- package/dist/samples/requests/devices/vehicles/pivot/drive/index.d.ts +0 -26
- package/dist/samples/requests/devices/vehicles/pivot/drive/index.js +0 -60
- package/dist/samples/requests/devices/vehicles/pivot/heading/index.d.ts +0 -26
- package/dist/samples/requests/devices/vehicles/pivot/heading/index.js +0 -59
- package/dist/samples/requests/devices/vehicles/pivot/inWater/index.d.ts +0 -25
- package/dist/samples/requests/devices/vehicles/pivot/inWater/index.js +0 -59
- package/dist/samples/requests/devices/vehicles/pivot/index.d.ts +0 -54
- package/dist/samples/requests/devices/vehicles/pivot/index.js +0 -103
- package/dist/samples/requests/devices/vehicles/pivot/ip/index.d.ts +0 -26
- package/dist/samples/requests/devices/vehicles/pivot/ip/index.js +0 -59
- package/dist/samples/requests/devices/vehicles/pivot/localHeading/index.d.ts +0 -9
- package/dist/samples/requests/devices/vehicles/pivot/localHeading/index.js +0 -31
- package/dist/samples/requests/devices/vehicles/pivot/peripherals/grabber/index.d.ts +0 -84
- package/dist/samples/requests/devices/vehicles/pivot/peripherals/grabber/index.js +0 -216
- package/dist/samples/requests/devices/vehicles/pivot/peripherals/grabber/motorDiagnostics/index.d.ts +0 -2
- package/dist/samples/requests/devices/vehicles/pivot/peripherals/grabber/motorDiagnostics/index.js +0 -18
- package/dist/samples/requests/devices/vehicles/pivot/peripherals/grabber/motorDiagnostics/openClose/index.d.ts +0 -59
- package/dist/samples/requests/devices/vehicles/pivot/peripherals/grabber/motorDiagnostics/openClose/index.js +0 -119
- package/dist/samples/requests/devices/vehicles/pivot/peripherals/grabber/motorDiagnostics/rotate/index.d.ts +0 -59
- package/dist/samples/requests/devices/vehicles/pivot/peripherals/grabber/motorDiagnostics/rotate/index.js +0 -118
- package/dist/samples/requests/devices/vehicles/pivot/peripherals/index.d.ts +0 -2
- package/dist/samples/requests/devices/vehicles/pivot/peripherals/index.js +0 -18
- package/dist/samples/requests/devices/vehicles/pivot/peripherals/tiltPlatform/index.d.ts +0 -52
- package/dist/samples/requests/devices/vehicles/pivot/peripherals/tiltPlatform/index.js +0 -204
- package/dist/samples/requests/devices/vehicles/pivot/peripherals/tiltPlatform/motorDiagnostics/index.d.ts +0 -1
- package/dist/samples/requests/devices/vehicles/pivot/peripherals/tiltPlatform/motorDiagnostics/index.js +0 -17
- package/dist/samples/requests/devices/vehicles/pivot/peripherals/tiltPlatform/motorDiagnostics/tilt/index.d.ts +0 -51
- package/dist/samples/requests/devices/vehicles/pivot/peripherals/tiltPlatform/motorDiagnostics/tilt/index.js +0 -107
- package/dist/samples/requests/devices/vehicles/pivot/pitch/index.d.ts +0 -42
- package/dist/samples/requests/devices/vehicles/pivot/pitch/index.js +0 -83
- package/dist/samples/requests/devices/vehicles/pivot/position/index.d.ts +0 -94
- package/dist/samples/requests/devices/vehicles/pivot/position/index.js +0 -212
- package/dist/samples/requests/devices/vehicles/pivot/probes/index.d.ts +0 -33
- package/dist/samples/requests/devices/vehicles/pivot/probes/index.js +0 -77
- package/dist/samples/requests/devices/vehicles/pivot/roll/index.d.ts +0 -42
- package/dist/samples/requests/devices/vehicles/pivot/roll/index.js +0 -83
- package/dist/samples/requests/devices/vehicles/pivot/sensorPod/index.d.ts +0 -43
- package/dist/samples/requests/devices/vehicles/pivot/sensorPod/index.js +0 -84
- package/dist/samples/requests/devices/vehicles/pivot/spareMotors/spareMotor1/index.d.ts +0 -25
- package/dist/samples/requests/devices/vehicles/pivot/spareMotors/spareMotor1/index.js +0 -55
- package/dist/samples/requests/devices/vehicles/pivot/temperature/cpuTemp/index.d.ts +0 -40
- package/dist/samples/requests/devices/vehicles/pivot/temperature/cpuTemp/index.js +0 -80
- package/dist/samples/requests/devices/vehicles/pivot/temperature/index.d.ts +0 -2
- package/dist/samples/requests/devices/vehicles/pivot/temperature/index.js +0 -18
- package/dist/samples/requests/devices/vehicles/pivot/temperature/waterTemp/index.d.ts +0 -45
- package/dist/samples/requests/devices/vehicles/pivot/temperature/waterTemp/index.js +0 -87
- package/dist/samples/requests/devices/vehicles/pivot/thrusters/frontLeftThruster/index.d.ts +0 -44
- package/dist/samples/requests/devices/vehicles/pivot/thrusters/frontLeftThruster/index.js +0 -89
- package/dist/samples/requests/devices/vehicles/pivot/thrusters/frontRightThruster/index.d.ts +0 -44
- package/dist/samples/requests/devices/vehicles/pivot/thrusters/frontRightThruster/index.js +0 -89
- package/dist/samples/requests/devices/vehicles/pivot/thrusters/index.d.ts +0 -6
- package/dist/samples/requests/devices/vehicles/pivot/thrusters/index.js +0 -22
- package/dist/samples/requests/devices/vehicles/pivot/thrusters/rearLeftThruster/index.d.ts +0 -44
- package/dist/samples/requests/devices/vehicles/pivot/thrusters/rearLeftThruster/index.js +0 -89
- package/dist/samples/requests/devices/vehicles/pivot/thrusters/rearRightThruster/index.d.ts +0 -44
- package/dist/samples/requests/devices/vehicles/pivot/thrusters/rearRightThruster/index.js +0 -89
- package/dist/samples/requests/devices/vehicles/pivot/thrusters/verticalFrontThruster/index.d.ts +0 -44
- package/dist/samples/requests/devices/vehicles/pivot/thrusters/verticalFrontThruster/index.js +0 -89
- package/dist/samples/requests/devices/vehicles/pivot/thrusters/verticalRearThruster/index.d.ts +0 -44
- package/dist/samples/requests/devices/vehicles/pivot/thrusters/verticalRearThruster/index.js +0 -89
- package/dist/samples/requests/devices/vehicles/pivot/turns/index.d.ts +0 -26
- package/dist/samples/requests/devices/vehicles/pivot/turns/index.js +0 -59
- package/dist/samples/requests/devices/vehicles/pivot/usageTime/index.d.ts +0 -39
- package/dist/samples/requests/devices/vehicles/pivot/usageTime/index.js +0 -76
- package/dist/samples/requests/devices/vehicles/pivot/velocity/index.d.ts +0 -26
- package/dist/samples/requests/devices/vehicles/pivot/velocity/index.js +0 -55
- package/dist/samples/requests/devices/vehicles/pivot/version/index.d.ts +0 -54
- package/dist/samples/requests/devices/vehicles/pivot/version/index.js +0 -103
- package/dist/samples/requests/devices/vehicles/revolution/altitude/index.d.ts +0 -47
- package/dist/samples/requests/devices/vehicles/revolution/altitude/index.js +0 -102
- package/dist/samples/requests/devices/vehicles/revolution/autosnapshots/index.d.ts +0 -15
- package/dist/samples/requests/devices/vehicles/revolution/autosnapshots/index.js +0 -55
- package/dist/samples/requests/devices/vehicles/revolution/auxLight/index.d.ts +0 -50
- package/dist/samples/requests/devices/vehicles/revolution/auxLight/index.js +0 -97
- package/dist/samples/requests/devices/vehicles/revolution/battery/index.d.ts +0 -2
- package/dist/samples/requests/devices/vehicles/revolution/battery/index.js +0 -18
- package/dist/samples/requests/devices/vehicles/revolution/battery/leftBattery/index.d.ts +0 -59
- package/dist/samples/requests/devices/vehicles/revolution/battery/leftBattery/index.js +0 -122
- package/dist/samples/requests/devices/vehicles/revolution/battery/leftBattery/leak/index.d.ts +0 -25
- package/dist/samples/requests/devices/vehicles/revolution/battery/leftBattery/leak/index.js +0 -41
- package/dist/samples/requests/devices/vehicles/revolution/battery/rightBattery/index.d.ts +0 -59
- package/dist/samples/requests/devices/vehicles/revolution/battery/rightBattery/index.js +0 -122
- package/dist/samples/requests/devices/vehicles/revolution/battery/rightBattery/leak/index.d.ts +0 -25
- package/dist/samples/requests/devices/vehicles/revolution/battery/rightBattery/leak/index.js +0 -43
- package/dist/samples/requests/devices/vehicles/revolution/bodyLeak/index.d.ts +0 -42
- package/dist/samples/requests/devices/vehicles/revolution/bodyLeak/index.js +0 -83
- package/dist/samples/requests/devices/vehicles/revolution/calibration/index.d.ts +0 -100
- package/dist/samples/requests/devices/vehicles/revolution/calibration/index.js +0 -286
- package/dist/samples/requests/devices/vehicles/revolution/cameraHead/core/index.d.ts +0 -10
- package/dist/samples/requests/devices/vehicles/revolution/cameraHead/core/index.js +0 -36
- package/dist/samples/requests/devices/vehicles/revolution/cameraHead/cpuTemp/index.d.ts +0 -26
- package/dist/samples/requests/devices/vehicles/revolution/cameraHead/cpuTemp/index.js +0 -90
- package/dist/samples/requests/devices/vehicles/revolution/cameraHead/index.d.ts +0 -8
- package/dist/samples/requests/devices/vehicles/revolution/cameraHead/index.js +0 -24
- package/dist/samples/requests/devices/vehicles/revolution/cameraHead/laser/index.d.ts +0 -40
- package/dist/samples/requests/devices/vehicles/revolution/cameraHead/laser/index.js +0 -90
- package/dist/samples/requests/devices/vehicles/revolution/cameraHead/leak/index.d.ts +0 -42
- package/dist/samples/requests/devices/vehicles/revolution/cameraHead/leak/index.js +0 -86
- package/dist/samples/requests/devices/vehicles/revolution/cameraHead/light/index.d.ts +0 -39
- package/dist/samples/requests/devices/vehicles/revolution/cameraHead/light/index.js +0 -85
- package/dist/samples/requests/devices/vehicles/revolution/cameraHead/tilt/index.d.ts +0 -74
- package/dist/samples/requests/devices/vehicles/revolution/cameraHead/tilt/index.js +0 -134
- package/dist/samples/requests/devices/vehicles/revolution/cameraHead/tiltMotorDiagnostics/index.d.ts +0 -82
- package/dist/samples/requests/devices/vehicles/revolution/cameraHead/tiltMotorDiagnostics/index.js +0 -165
- package/dist/samples/requests/devices/vehicles/revolution/cameraHead/usageTime/index.d.ts +0 -42
- package/dist/samples/requests/devices/vehicles/revolution/cameraHead/usageTime/index.js +0 -86
- package/dist/samples/requests/devices/vehicles/revolution/cameras/dtCam/brightness/index.d.ts +0 -46
- package/dist/samples/requests/devices/vehicles/revolution/cameras/dtCam/brightness/index.js +0 -93
- package/dist/samples/requests/devices/vehicles/revolution/cameras/dtCam/contrast/index.d.ts +0 -45
- package/dist/samples/requests/devices/vehicles/revolution/cameras/dtCam/contrast/index.js +0 -92
- package/dist/samples/requests/devices/vehicles/revolution/cameras/dtCam/index.d.ts +0 -9
- package/dist/samples/requests/devices/vehicles/revolution/cameras/dtCam/index.js +0 -25
- package/dist/samples/requests/devices/vehicles/revolution/cameras/dtCam/ip/index.d.ts +0 -31
- package/dist/samples/requests/devices/vehicles/revolution/cameras/dtCam/ip/index.js +0 -68
- package/dist/samples/requests/devices/vehicles/revolution/cameras/dtCam/osd/index.d.ts +0 -46
- package/dist/samples/requests/devices/vehicles/revolution/cameras/dtCam/osd/index.js +0 -92
- package/dist/samples/requests/devices/vehicles/revolution/cameras/dtCam/saturation/index.d.ts +0 -48
- package/dist/samples/requests/devices/vehicles/revolution/cameras/dtCam/saturation/index.js +0 -95
- package/dist/samples/requests/devices/vehicles/revolution/cameras/dtCam/streams/index.d.ts +0 -92
- package/dist/samples/requests/devices/vehicles/revolution/cameras/dtCam/streams/index.js +0 -184
- package/dist/samples/requests/devices/vehicles/revolution/cameras/dtCam/type/index.d.ts +0 -39
- package/dist/samples/requests/devices/vehicles/revolution/cameras/dtCam/type/index.js +0 -81
- package/dist/samples/requests/devices/vehicles/revolution/cameras/dtCam/version/index.d.ts +0 -53
- package/dist/samples/requests/devices/vehicles/revolution/cameras/dtCam/version/index.js +0 -108
- package/dist/samples/requests/devices/vehicles/revolution/cameras/dtCam/whiteBalance/index.d.ts +0 -49
- package/dist/samples/requests/devices/vehicles/revolution/cameras/dtCam/whiteBalance/index.js +0 -91
- package/dist/samples/requests/devices/vehicles/revolution/cameras/index.d.ts +0 -27
- package/dist/samples/requests/devices/vehicles/revolution/cameras/index.js +0 -75
- package/dist/samples/requests/devices/vehicles/revolution/cameras/ocleaCam/brightness/index.d.ts +0 -28
- package/dist/samples/requests/devices/vehicles/revolution/cameras/ocleaCam/brightness/index.js +0 -65
- package/dist/samples/requests/devices/vehicles/revolution/cameras/ocleaCam/contrast/index.d.ts +0 -28
- package/dist/samples/requests/devices/vehicles/revolution/cameras/ocleaCam/contrast/index.js +0 -65
- package/dist/samples/requests/devices/vehicles/revolution/cameras/ocleaCam/dptz/index.d.ts +0 -97
- package/dist/samples/requests/devices/vehicles/revolution/cameras/ocleaCam/dptz/index.js +0 -235
- package/dist/samples/requests/devices/vehicles/revolution/cameras/ocleaCam/exposure/index.d.ts +0 -53
- package/dist/samples/requests/devices/vehicles/revolution/cameras/ocleaCam/exposure/index.js +0 -95
- package/dist/samples/requests/devices/vehicles/revolution/cameras/ocleaCam/index.d.ts +0 -6
- package/dist/samples/requests/devices/vehicles/revolution/cameras/ocleaCam/index.js +0 -22
- package/dist/samples/requests/devices/vehicles/revolution/cameras/ocleaCam/saturation/index.d.ts +0 -28
- package/dist/samples/requests/devices/vehicles/revolution/cameras/ocleaCam/saturation/index.js +0 -65
- package/dist/samples/requests/devices/vehicles/revolution/cameras/ocleaCam/turbidity/index.d.ts +0 -34
- package/dist/samples/requests/devices/vehicles/revolution/cameras/ocleaCam/turbidity/index.js +0 -54
- package/dist/samples/requests/devices/vehicles/revolution/cameras/ocleaCam/whiteBalance/index.d.ts +0 -64
- package/dist/samples/requests/devices/vehicles/revolution/cameras/ocleaCam/whiteBalance/index.js +0 -121
- package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/brightness/index.d.ts +0 -43
- package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/brightness/index.js +0 -90
- package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/exposure/index.d.ts +0 -58
- package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/exposure/index.js +0 -104
- package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/focus/index.d.ts +0 -85
- package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/focus/index.js +0 -144
- package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/index.d.ts +0 -11
- package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/index.js +0 -27
- package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/ip/index.d.ts +0 -28
- package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/ip/index.js +0 -65
- package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/saturation/index.d.ts +0 -45
- package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/saturation/index.js +0 -92
- package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/sharpness/index.d.ts +0 -45
- package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/sharpness/index.js +0 -92
- package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/streams/index.d.ts +0 -76
- package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/streams/index.js +0 -150
- package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/tamronHarrierZoomCamera/index.d.ts +0 -1
- package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/tamronHarrierZoomCamera/index.js +0 -17
- package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/tamronHarrierZoomCamera/osd/index.d.ts +0 -43
- package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/tamronHarrierZoomCamera/osd/index.js +0 -89
- package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/type/index.d.ts +0 -36
- package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/type/index.js +0 -78
- package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/version/index.d.ts +0 -50
- package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/version/index.js +0 -105
- package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/zoom/index.d.ts +0 -73
- package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/zoom/index.js +0 -154
- package/dist/samples/requests/devices/vehicles/revolution/core/index.d.ts +0 -52
- package/dist/samples/requests/devices/vehicles/revolution/core/index.js +0 -100
- package/dist/samples/requests/devices/vehicles/revolution/cpuTemp/index.d.ts +0 -26
- package/dist/samples/requests/devices/vehicles/revolution/cpuTemp/index.js +0 -87
- package/dist/samples/requests/devices/vehicles/revolution/depth/index.d.ts +0 -41
- package/dist/samples/requests/devices/vehicles/revolution/depth/index.js +0 -85
- package/dist/samples/requests/devices/vehicles/revolution/drive/index.d.ts +0 -26
- package/dist/samples/requests/devices/vehicles/revolution/drive/index.js +0 -60
- package/dist/samples/requests/devices/vehicles/revolution/grabber/index.d.ts +0 -61
- package/dist/samples/requests/devices/vehicles/revolution/grabber/index.js +0 -128
- package/dist/samples/requests/devices/vehicles/revolution/grabber/motorDiagnostics/index.d.ts +0 -162
- package/dist/samples/requests/devices/vehicles/revolution/grabber/motorDiagnostics/index.js +0 -267
- package/dist/samples/requests/devices/vehicles/revolution/heading/index.d.ts +0 -26
- package/dist/samples/requests/devices/vehicles/revolution/heading/index.js +0 -59
- package/dist/samples/requests/devices/vehicles/revolution/inWater/index.d.ts +0 -25
- package/dist/samples/requests/devices/vehicles/revolution/inWater/index.js +0 -59
- package/dist/samples/requests/devices/vehicles/revolution/index.d.ts +0 -65
- package/dist/samples/requests/devices/vehicles/revolution/index.js +0 -118
- package/dist/samples/requests/devices/vehicles/revolution/ip/index.d.ts +0 -27
- package/dist/samples/requests/devices/vehicles/revolution/ip/index.js +0 -60
- package/dist/samples/requests/devices/vehicles/revolution/localHeading/index.d.ts +0 -9
- package/dist/samples/requests/devices/vehicles/revolution/localHeading/index.js +0 -31
- package/dist/samples/requests/devices/vehicles/revolution/navigation/index.d.ts +0 -68
- package/dist/samples/requests/devices/vehicles/revolution/navigation/index.js +0 -130
- package/dist/samples/requests/devices/vehicles/revolution/pitch/index.d.ts +0 -43
- package/dist/samples/requests/devices/vehicles/revolution/pitch/index.js +0 -83
- package/dist/samples/requests/devices/vehicles/revolution/position/index.d.ts +0 -102
- package/dist/samples/requests/devices/vehicles/revolution/position/index.js +0 -235
- package/dist/samples/requests/devices/vehicles/revolution/probes/index.d.ts +0 -33
- package/dist/samples/requests/devices/vehicles/revolution/probes/index.js +0 -77
- package/dist/samples/requests/devices/vehicles/revolution/roll/index.d.ts +0 -43
- package/dist/samples/requests/devices/vehicles/revolution/roll/index.js +0 -83
- package/dist/samples/requests/devices/vehicles/revolution/sensorPodLeak/index.d.ts +0 -42
- package/dist/samples/requests/devices/vehicles/revolution/sensorPodLeak/index.js +0 -83
- package/dist/samples/requests/devices/vehicles/revolution/spareMotors/index.d.ts +0 -2
- package/dist/samples/requests/devices/vehicles/revolution/spareMotors/index.js +0 -18
- package/dist/samples/requests/devices/vehicles/revolution/spareMotors/spareMotor1/index.d.ts +0 -25
- package/dist/samples/requests/devices/vehicles/revolution/spareMotors/spareMotor1/index.js +0 -57
- package/dist/samples/requests/devices/vehicles/revolution/spareMotors/spareMotor2/index.d.ts +0 -25
- package/dist/samples/requests/devices/vehicles/revolution/spareMotors/spareMotor2/index.js +0 -57
- package/dist/samples/requests/devices/vehicles/revolution/thrusters/diagnostics/frontLeftThruster/index.d.ts +0 -44
- package/dist/samples/requests/devices/vehicles/revolution/thrusters/diagnostics/frontLeftThruster/index.js +0 -85
- package/dist/samples/requests/devices/vehicles/revolution/thrusters/diagnostics/frontRightThruster/index.d.ts +0 -43
- package/dist/samples/requests/devices/vehicles/revolution/thrusters/diagnostics/frontRightThruster/index.js +0 -84
- package/dist/samples/requests/devices/vehicles/revolution/thrusters/diagnostics/index.d.ts +0 -6
- package/dist/samples/requests/devices/vehicles/revolution/thrusters/diagnostics/index.js +0 -22
- package/dist/samples/requests/devices/vehicles/revolution/thrusters/diagnostics/rearLeftThruster/index.d.ts +0 -45
- package/dist/samples/requests/devices/vehicles/revolution/thrusters/diagnostics/rearLeftThruster/index.js +0 -86
- package/dist/samples/requests/devices/vehicles/revolution/thrusters/diagnostics/rearRightThruster/index.d.ts +0 -43
- package/dist/samples/requests/devices/vehicles/revolution/thrusters/diagnostics/rearRightThruster/index.js +0 -84
- package/dist/samples/requests/devices/vehicles/revolution/thrusters/diagnostics/verticalLeftThruster/index.d.ts +0 -44
- package/dist/samples/requests/devices/vehicles/revolution/thrusters/diagnostics/verticalLeftThruster/index.js +0 -85
- package/dist/samples/requests/devices/vehicles/revolution/thrusters/diagnostics/verticalRightThruster/index.d.ts +0 -42
- package/dist/samples/requests/devices/vehicles/revolution/thrusters/diagnostics/verticalRightThruster/index.js +0 -84
- package/dist/samples/requests/devices/vehicles/revolution/turns/index.d.ts +0 -26
- package/dist/samples/requests/devices/vehicles/revolution/turns/index.js +0 -59
- package/dist/samples/requests/devices/vehicles/revolution/usageTime/index.d.ts +0 -42
- package/dist/samples/requests/devices/vehicles/revolution/usageTime/index.js +0 -83
- package/dist/samples/requests/devices/vehicles/revolution/velocity/index.d.ts +0 -26
- package/dist/samples/requests/devices/vehicles/revolution/velocity/index.js +0 -57
- package/dist/samples/requests/devices/vehicles/revolution/version/index.d.ts +0 -54
- package/dist/samples/requests/devices/vehicles/revolution/version/index.js +0 -103
- package/dist/samples/requests/devices/vehicles/revolution/waterTemp/index.d.ts +0 -42
- package/dist/samples/requests/devices/vehicles/revolution/waterTemp/index.js +0 -83
- package/dist/samples/requests/errors/index.d.ts +0 -112
- package/dist/samples/requests/errors/index.js +0 -96
- package/dist/samples/requests/index.d.ts +0 -4
- package/dist/samples/requests/index.js +0 -20
- package/dist/samples/server/index.d.ts +0 -72
- package/dist/samples/server/index.js +0 -145
- package/dist/samples/states/index.d.ts +0 -102
- package/dist/samples/states/index.js +0 -516
- package/dist/samples/swupdates/index.d.ts +0 -67
- package/dist/samples/swupdates/index.js +0 -158
- package/dist/schemas/schema.json +0 -4227
- package/dist/schemas/x4Schema.json +0 -179
|
@@ -0,0 +1,3709 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$ref": "#/definitions/__TransferPayload_BridgeBox",
|
|
3
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
+
"definitions": {
|
|
5
|
+
"A150": {
|
|
6
|
+
"additionalProperties": false,
|
|
7
|
+
"description": "A150 Class\n\nA-150 vehicle type.",
|
|
8
|
+
"properties": {
|
|
9
|
+
"autoSnapshot": {
|
|
10
|
+
"$ref": "#/definitions/AutoSnapshot"
|
|
11
|
+
},
|
|
12
|
+
"auxLight": {
|
|
13
|
+
"$ref": "#/definitions/Light",
|
|
14
|
+
"description": "Aux Light\n\nControls the auxiliary light attached to the a150 crawler."
|
|
15
|
+
},
|
|
16
|
+
"battery": {
|
|
17
|
+
"$ref": "#/definitions/Battery",
|
|
18
|
+
"description": "Main Crawler Battery"
|
|
19
|
+
},
|
|
20
|
+
"bodyLeak": {
|
|
21
|
+
"type": "boolean"
|
|
22
|
+
},
|
|
23
|
+
"calibrator": {
|
|
24
|
+
"description": "Calibrator\n\n| Calibrator | Front-end (request) | Back-end (response) | |-------------|---------------------|----------------------| | `true` | Calibrate | - | | `false` | Cancel Calibration | - | | `undefined` | - | - |",
|
|
25
|
+
"type": "boolean"
|
|
26
|
+
},
|
|
27
|
+
"cameraHead": {
|
|
28
|
+
"anyOf": [
|
|
29
|
+
{
|
|
30
|
+
"$ref": "#/definitions/Removable%3CA150CameraHead%3E"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"$ref": "#/definitions/Removable%3CA200CameraHead%3E"
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"description": "Camera Head"
|
|
37
|
+
},
|
|
38
|
+
"cameras": {
|
|
39
|
+
"additionalProperties": {
|
|
40
|
+
"$ref": "#/definitions/Removable%3CCameras%3E"
|
|
41
|
+
},
|
|
42
|
+
"description": "Cameras All the connected cameras will appear here. Keyed by their mac address.",
|
|
43
|
+
"type": "object"
|
|
44
|
+
},
|
|
45
|
+
"cpProbe": {
|
|
46
|
+
"description": "The cp probe",
|
|
47
|
+
"type": "string"
|
|
48
|
+
},
|
|
49
|
+
"cpuTemp": {
|
|
50
|
+
"description": "CPU Temperature Sensor",
|
|
51
|
+
"type": "number"
|
|
52
|
+
},
|
|
53
|
+
"cygnus": {
|
|
54
|
+
"$ref": "#/definitions/CygnusType"
|
|
55
|
+
},
|
|
56
|
+
"drive": {
|
|
57
|
+
"$ref": "#/definitions/CrawlerDrive",
|
|
58
|
+
"description": "Drive"
|
|
59
|
+
},
|
|
60
|
+
"elevatingArm": {
|
|
61
|
+
"$ref": "#/definitions/ElevatingArm",
|
|
62
|
+
"description": "Elevating Arm"
|
|
63
|
+
},
|
|
64
|
+
"hybridPowerDiagnostics": {
|
|
65
|
+
"$ref": "#/definitions/VehicleHpDiagnostics",
|
|
66
|
+
"description": "Hybrid Power Diagnostics"
|
|
67
|
+
},
|
|
68
|
+
"imuTemp": {
|
|
69
|
+
"description": "IMU Temperature Sensor",
|
|
70
|
+
"type": "number"
|
|
71
|
+
},
|
|
72
|
+
"incline": {
|
|
73
|
+
"description": "Vehicle incline",
|
|
74
|
+
"maximum": 180,
|
|
75
|
+
"minimum": -180,
|
|
76
|
+
"type": "number"
|
|
77
|
+
},
|
|
78
|
+
"ip": {
|
|
79
|
+
"description": "IP address",
|
|
80
|
+
"type": "string"
|
|
81
|
+
},
|
|
82
|
+
"leftMotorDiagnostics": {
|
|
83
|
+
"$ref": "#/definitions/MotorDiagnostics",
|
|
84
|
+
"description": "Left Motor Diagnostics"
|
|
85
|
+
},
|
|
86
|
+
"model": {
|
|
87
|
+
"const": 20,
|
|
88
|
+
"type": "number"
|
|
89
|
+
},
|
|
90
|
+
"rearLight": {
|
|
91
|
+
"$ref": "#/definitions/Light",
|
|
92
|
+
"description": "Rear Light"
|
|
93
|
+
},
|
|
94
|
+
"rightMotorDiagnostics": {
|
|
95
|
+
"$ref": "#/definitions/MotorDiagnostics",
|
|
96
|
+
"description": "Right Motor Diagnostics"
|
|
97
|
+
},
|
|
98
|
+
"roll": {
|
|
99
|
+
"description": "Vehicle roll",
|
|
100
|
+
"maximum": 180,
|
|
101
|
+
"minimum": -180,
|
|
102
|
+
"type": "number"
|
|
103
|
+
},
|
|
104
|
+
"sonde": {
|
|
105
|
+
"$ref": "#/definitions/Sonde",
|
|
106
|
+
"description": "Sonde"
|
|
107
|
+
},
|
|
108
|
+
"usageTime": {
|
|
109
|
+
"$ref": "#/definitions/UsageTime",
|
|
110
|
+
"description": "Vehicle Usage Time"
|
|
111
|
+
},
|
|
112
|
+
"version": {
|
|
113
|
+
"$ref": "#/definitions/DeviceVersion"
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
"required": [
|
|
117
|
+
"model"
|
|
118
|
+
],
|
|
119
|
+
"type": "object"
|
|
120
|
+
},
|
|
121
|
+
"A150CameraHead": {
|
|
122
|
+
"additionalProperties": false,
|
|
123
|
+
"description": "Pan-Tilt Camera Head",
|
|
124
|
+
"properties": {
|
|
125
|
+
"calibrator": {
|
|
126
|
+
"description": "Calibrator\n\n| Calibrator | Front-end (request) | Back-end (response) | |-------------|---------------------|----------------------| | `true` | Calibrate | - | | `false` | Cancel Calibration | - | | `undefined` | - | - |",
|
|
127
|
+
"type": "boolean"
|
|
128
|
+
},
|
|
129
|
+
"cpuTemp": {
|
|
130
|
+
"type": "number"
|
|
131
|
+
},
|
|
132
|
+
"ip": {
|
|
133
|
+
"description": "IP address",
|
|
134
|
+
"type": "string"
|
|
135
|
+
},
|
|
136
|
+
"joint1MotorDiagnostics": {
|
|
137
|
+
"$ref": "#/definitions/MotorDiagnostics"
|
|
138
|
+
},
|
|
139
|
+
"joint2MotorDiagnostics": {
|
|
140
|
+
"$ref": "#/definitions/MotorDiagnostics"
|
|
141
|
+
},
|
|
142
|
+
"leak": {
|
|
143
|
+
"type": "boolean"
|
|
144
|
+
},
|
|
145
|
+
"light": {
|
|
146
|
+
"$ref": "#/definitions/Light"
|
|
147
|
+
},
|
|
148
|
+
"macAddressId": {
|
|
149
|
+
"type": "string"
|
|
150
|
+
},
|
|
151
|
+
"model": {
|
|
152
|
+
"const": 109,
|
|
153
|
+
"type": "number"
|
|
154
|
+
},
|
|
155
|
+
"natural": {
|
|
156
|
+
"type": "boolean"
|
|
157
|
+
},
|
|
158
|
+
"orientation": {
|
|
159
|
+
"$ref": "#/definitions/CameraHeadOrientation",
|
|
160
|
+
"description": "Orientation controls"
|
|
161
|
+
},
|
|
162
|
+
"pan": {
|
|
163
|
+
"$ref": "#/definitions/CalibratableRotaryJoint"
|
|
164
|
+
},
|
|
165
|
+
"panMotorDiagnostics": {
|
|
166
|
+
"$ref": "#/definitions/MotorDiagnostics",
|
|
167
|
+
"deprecated": "Use `joint1MotorDiagnostics` or `joint2MotorDiagnostics` (Depending on orientation) instead."
|
|
168
|
+
},
|
|
169
|
+
"tilt": {
|
|
170
|
+
"$ref": "#/definitions/RotaryJoint"
|
|
171
|
+
},
|
|
172
|
+
"tiltMotorDiagnostics": {
|
|
173
|
+
"$ref": "#/definitions/MotorDiagnostics",
|
|
174
|
+
"deprecated": "Use `joint1MotorDiagnostics` or `joint2MotorDiagnostics` (Depending on orientation) instead."
|
|
175
|
+
},
|
|
176
|
+
"usageTime": {
|
|
177
|
+
"$ref": "#/definitions/UsageTime"
|
|
178
|
+
},
|
|
179
|
+
"version": {
|
|
180
|
+
"$ref": "#/definitions/DeviceVersion"
|
|
181
|
+
}
|
|
182
|
+
},
|
|
183
|
+
"required": [
|
|
184
|
+
"model"
|
|
185
|
+
],
|
|
186
|
+
"type": "object"
|
|
187
|
+
},
|
|
188
|
+
"A200": {
|
|
189
|
+
"additionalProperties": false,
|
|
190
|
+
"description": "A200 Class\n\nA-200 vehicle type.",
|
|
191
|
+
"properties": {
|
|
192
|
+
"autoSnapshot": {
|
|
193
|
+
"$ref": "#/definitions/AutoSnapshot"
|
|
194
|
+
},
|
|
195
|
+
"auxLight": {
|
|
196
|
+
"$ref": "#/definitions/Light",
|
|
197
|
+
"description": "Aux Light"
|
|
198
|
+
},
|
|
199
|
+
"battery": {
|
|
200
|
+
"$ref": "#/definitions/Battery",
|
|
201
|
+
"description": "Crawler Battery"
|
|
202
|
+
},
|
|
203
|
+
"bodyLeak": {
|
|
204
|
+
"description": "Body Leak Fault",
|
|
205
|
+
"type": "boolean"
|
|
206
|
+
},
|
|
207
|
+
"calibrator": {
|
|
208
|
+
"description": "Calibrator\n\n| Calibrator | Front-end (request) | Back-end (response) | |-------------|---------------------|----------------------| | `true` | Calibrate | - | | `false` | Cancel Calibration | - | | `undefined` | - | - |",
|
|
209
|
+
"type": "boolean"
|
|
210
|
+
},
|
|
211
|
+
"cameraHead": {
|
|
212
|
+
"anyOf": [
|
|
213
|
+
{
|
|
214
|
+
"$ref": "#/definitions/Removable%3CA200CameraHead%3E"
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"$ref": "#/definitions/Removable%3CA150CameraHead%3E"
|
|
218
|
+
}
|
|
219
|
+
],
|
|
220
|
+
"description": "Camera Head"
|
|
221
|
+
},
|
|
222
|
+
"cameras": {
|
|
223
|
+
"additionalProperties": {
|
|
224
|
+
"$ref": "#/definitions/Removable%3CCameras%3E"
|
|
225
|
+
},
|
|
226
|
+
"description": "Cameras",
|
|
227
|
+
"type": "object"
|
|
228
|
+
},
|
|
229
|
+
"cpProbe": {
|
|
230
|
+
"description": "The cp probe",
|
|
231
|
+
"type": "string"
|
|
232
|
+
},
|
|
233
|
+
"cpuTemp": {
|
|
234
|
+
"description": "CPU Temperature Sensor",
|
|
235
|
+
"type": "number"
|
|
236
|
+
},
|
|
237
|
+
"cygnus": {
|
|
238
|
+
"$ref": "#/definitions/CygnusType"
|
|
239
|
+
},
|
|
240
|
+
"drive": {
|
|
241
|
+
"$ref": "#/definitions/CrawlerDrive",
|
|
242
|
+
"description": "Drive"
|
|
243
|
+
},
|
|
244
|
+
"elevatingArm": {
|
|
245
|
+
"$ref": "#/definitions/ElevatingArm",
|
|
246
|
+
"description": "Elevating Arm"
|
|
247
|
+
},
|
|
248
|
+
"hybridPowerDiagnostics": {
|
|
249
|
+
"$ref": "#/definitions/VehicleHpDiagnostics",
|
|
250
|
+
"description": "Hybrid Power Diagnostics"
|
|
251
|
+
},
|
|
252
|
+
"imuTemp": {
|
|
253
|
+
"description": "IMU Temperature Sensor",
|
|
254
|
+
"type": "number"
|
|
255
|
+
},
|
|
256
|
+
"incline": {
|
|
257
|
+
"description": "Vehicle incline",
|
|
258
|
+
"maximum": 180,
|
|
259
|
+
"minimum": -180,
|
|
260
|
+
"type": "number"
|
|
261
|
+
},
|
|
262
|
+
"ip": {
|
|
263
|
+
"description": "IP address",
|
|
264
|
+
"type": "string"
|
|
265
|
+
},
|
|
266
|
+
"leftMotorDiagnostics": {
|
|
267
|
+
"$ref": "#/definitions/MotorDiagnostics",
|
|
268
|
+
"description": "Left Motor Diagnostics"
|
|
269
|
+
},
|
|
270
|
+
"model": {
|
|
271
|
+
"const": 19,
|
|
272
|
+
"type": "number"
|
|
273
|
+
},
|
|
274
|
+
"rearLight": {
|
|
275
|
+
"$ref": "#/definitions/Light",
|
|
276
|
+
"description": "Rear Light"
|
|
277
|
+
},
|
|
278
|
+
"rightMotorDiagnostics": {
|
|
279
|
+
"$ref": "#/definitions/MotorDiagnostics",
|
|
280
|
+
"description": "Right Motor Diagnostics"
|
|
281
|
+
},
|
|
282
|
+
"roll": {
|
|
283
|
+
"description": "Vehicle roll",
|
|
284
|
+
"maximum": 180,
|
|
285
|
+
"minimum": -180,
|
|
286
|
+
"type": "number"
|
|
287
|
+
},
|
|
288
|
+
"sonde": {
|
|
289
|
+
"$ref": "#/definitions/Sonde",
|
|
290
|
+
"description": "Sonde"
|
|
291
|
+
},
|
|
292
|
+
"usageTime": {
|
|
293
|
+
"$ref": "#/definitions/UsageTime",
|
|
294
|
+
"description": "Vehicle Usage Time"
|
|
295
|
+
},
|
|
296
|
+
"version": {
|
|
297
|
+
"$ref": "#/definitions/DeviceVersion"
|
|
298
|
+
}
|
|
299
|
+
},
|
|
300
|
+
"required": [
|
|
301
|
+
"model"
|
|
302
|
+
],
|
|
303
|
+
"type": "object"
|
|
304
|
+
},
|
|
305
|
+
"A200CameraHead": {
|
|
306
|
+
"additionalProperties": false,
|
|
307
|
+
"description": "Pan-Tilt Camera Head",
|
|
308
|
+
"properties": {
|
|
309
|
+
"calibrator": {
|
|
310
|
+
"description": "Calibrator\n\n| Calibrator | Front-end (request) | Back-end (response) | |-------------|---------------------|----------------------| | `true` | Calibrate | - | | `false` | Cancel Calibration | - | | `undefined` | - | - |",
|
|
311
|
+
"type": "boolean"
|
|
312
|
+
},
|
|
313
|
+
"cpuTemp": {
|
|
314
|
+
"type": "number"
|
|
315
|
+
},
|
|
316
|
+
"ip": {
|
|
317
|
+
"description": "IP address",
|
|
318
|
+
"type": "string"
|
|
319
|
+
},
|
|
320
|
+
"joint1MotorDiagnostics": {
|
|
321
|
+
"$ref": "#/definitions/MotorDiagnostics"
|
|
322
|
+
},
|
|
323
|
+
"joint1SensorType": {
|
|
324
|
+
"$ref": "#/definitions/CameraHeadSensorType",
|
|
325
|
+
"description": "Joint 1 Sensor type - indicates what type of sensor the camera head should use for detecting joint 1 angle"
|
|
326
|
+
},
|
|
327
|
+
"joint2MotorDiagnostics": {
|
|
328
|
+
"$ref": "#/definitions/MotorDiagnostics"
|
|
329
|
+
},
|
|
330
|
+
"lasers": {
|
|
331
|
+
"$ref": "#/definitions/Laser",
|
|
332
|
+
"description": "TODO: Add laser samples"
|
|
333
|
+
},
|
|
334
|
+
"leak": {
|
|
335
|
+
"type": "boolean"
|
|
336
|
+
},
|
|
337
|
+
"light": {
|
|
338
|
+
"$ref": "#/definitions/Light"
|
|
339
|
+
},
|
|
340
|
+
"macAddressId": {
|
|
341
|
+
"type": "string"
|
|
342
|
+
},
|
|
343
|
+
"model": {
|
|
344
|
+
"const": 106,
|
|
345
|
+
"type": "number"
|
|
346
|
+
},
|
|
347
|
+
"natural": {
|
|
348
|
+
"type": "boolean"
|
|
349
|
+
},
|
|
350
|
+
"orientation": {
|
|
351
|
+
"$ref": "#/definitions/CameraHeadOrientation",
|
|
352
|
+
"description": "Orientation controls"
|
|
353
|
+
},
|
|
354
|
+
"pan": {
|
|
355
|
+
"$ref": "#/definitions/CalibratableRotaryJoint"
|
|
356
|
+
},
|
|
357
|
+
"panMotorDiagnostics": {
|
|
358
|
+
"$ref": "#/definitions/MotorDiagnostics",
|
|
359
|
+
"deprecated": "Use `joint1MotorDiagnostics` or `joint2MotorDiagnostics` (Depending on orientation) instead."
|
|
360
|
+
},
|
|
361
|
+
"tilt": {
|
|
362
|
+
"$ref": "#/definitions/RotaryJoint"
|
|
363
|
+
},
|
|
364
|
+
"tiltMotorDiagnostics": {
|
|
365
|
+
"$ref": "#/definitions/MotorDiagnostics",
|
|
366
|
+
"deprecated": "Use `joint1MotorDiagnostics` or `joint2MotorDiagnostics` (Depending on orientation) instead."
|
|
367
|
+
},
|
|
368
|
+
"usageTime": {
|
|
369
|
+
"$ref": "#/definitions/UsageTime"
|
|
370
|
+
},
|
|
371
|
+
"version": {
|
|
372
|
+
"$ref": "#/definitions/DeviceVersion"
|
|
373
|
+
}
|
|
374
|
+
},
|
|
375
|
+
"required": [
|
|
376
|
+
"model"
|
|
377
|
+
],
|
|
378
|
+
"type": "object"
|
|
379
|
+
},
|
|
380
|
+
"AutoSnapshot": {
|
|
381
|
+
"additionalProperties": false,
|
|
382
|
+
"description": "Auto snapshot settings. It allows for the automatic capturing of images at specified intervals. Useful for photogrammetry.",
|
|
383
|
+
"properties": {
|
|
384
|
+
"session": {
|
|
385
|
+
"$ref": "#/definitions/AutoSnapshotSession"
|
|
386
|
+
}
|
|
387
|
+
},
|
|
388
|
+
"type": "object"
|
|
389
|
+
},
|
|
390
|
+
"AutoSnapshotSession": {
|
|
391
|
+
"additionalProperties": false,
|
|
392
|
+
"description": "Auto snapshot session settings.",
|
|
393
|
+
"properties": {
|
|
394
|
+
"active": {
|
|
395
|
+
"type": "boolean"
|
|
396
|
+
},
|
|
397
|
+
"cameras": {
|
|
398
|
+
"type": "string"
|
|
399
|
+
},
|
|
400
|
+
"interval": {
|
|
401
|
+
"$ref": "#/definitions/SnapshotIntervals"
|
|
402
|
+
}
|
|
403
|
+
},
|
|
404
|
+
"type": "object"
|
|
405
|
+
},
|
|
406
|
+
"Battery": {
|
|
407
|
+
"additionalProperties": false,
|
|
408
|
+
"description": "🔋 Basic battery information",
|
|
409
|
+
"properties": {
|
|
410
|
+
"charging": {
|
|
411
|
+
"description": "Battery charging state",
|
|
412
|
+
"type": "boolean"
|
|
413
|
+
},
|
|
414
|
+
"diagnostics": {
|
|
415
|
+
"$ref": "#/definitions/BatteryDiagnostics"
|
|
416
|
+
},
|
|
417
|
+
"leak": {
|
|
418
|
+
"type": "boolean"
|
|
419
|
+
},
|
|
420
|
+
"percent": {
|
|
421
|
+
"description": "Battery charge percentage",
|
|
422
|
+
"maximum": 100,
|
|
423
|
+
"minimum": 0,
|
|
424
|
+
"type": "number"
|
|
425
|
+
},
|
|
426
|
+
"resetChargeCycles": {
|
|
427
|
+
"type": "boolean"
|
|
428
|
+
},
|
|
429
|
+
"voltage": {
|
|
430
|
+
"type": "number"
|
|
431
|
+
}
|
|
432
|
+
},
|
|
433
|
+
"type": "object"
|
|
434
|
+
},
|
|
435
|
+
"BatteryDiagnostics": {
|
|
436
|
+
"additionalProperties": false,
|
|
437
|
+
"description": "Provides advanced battery diagnostics information.",
|
|
438
|
+
"properties": {
|
|
439
|
+
"averageCurrent": {
|
|
440
|
+
"description": "Average current (mA)",
|
|
441
|
+
"type": "number"
|
|
442
|
+
},
|
|
443
|
+
"averageVoltage": {
|
|
444
|
+
"description": "Average voltage (mV)",
|
|
445
|
+
"minimum": 0,
|
|
446
|
+
"type": "number"
|
|
447
|
+
},
|
|
448
|
+
"estimatedSoC": {
|
|
449
|
+
"description": "Estimated state of charge",
|
|
450
|
+
"maximum": 100,
|
|
451
|
+
"minimum": 0,
|
|
452
|
+
"type": "number"
|
|
453
|
+
},
|
|
454
|
+
"instantCurrent": {
|
|
455
|
+
"description": "Instant current (mA)",
|
|
456
|
+
"type": "number"
|
|
457
|
+
},
|
|
458
|
+
"instantVoltage": {
|
|
459
|
+
"description": "Instant voltage (mV)",
|
|
460
|
+
"minimum": 0,
|
|
461
|
+
"type": "number"
|
|
462
|
+
},
|
|
463
|
+
"lastFullChargeCapacity": {
|
|
464
|
+
"description": "Last full charge capacity (mAh)",
|
|
465
|
+
"type": "number"
|
|
466
|
+
},
|
|
467
|
+
"remainingCapacity": {
|
|
468
|
+
"description": "Remaining capacity (mAh)",
|
|
469
|
+
"type": "number"
|
|
470
|
+
},
|
|
471
|
+
"reportedChargeCycles": {
|
|
472
|
+
"description": "Reported charge cycles (charge cycles currently reported by the battery monitoring chip)",
|
|
473
|
+
"type": "number"
|
|
474
|
+
},
|
|
475
|
+
"timeTillEmpty": {
|
|
476
|
+
"description": "Time till empty (minutes)",
|
|
477
|
+
"type": "number"
|
|
478
|
+
},
|
|
479
|
+
"timeTillFull": {
|
|
480
|
+
"description": "Time till full (minutes)",
|
|
481
|
+
"type": "number"
|
|
482
|
+
},
|
|
483
|
+
"totalChargeCycles": {
|
|
484
|
+
"description": "Total charge cycles (charge cycles over the battery's lifetime)",
|
|
485
|
+
"type": "number"
|
|
486
|
+
}
|
|
487
|
+
},
|
|
488
|
+
"type": "object"
|
|
489
|
+
},
|
|
490
|
+
"BridgeBox": {
|
|
491
|
+
"additionalProperties": false,
|
|
492
|
+
"description": "BRIDGE Box represents the root of the API endpoint routing\n\nThis is the top-level type that contains all other types and endpoints. It is used to represent the state of the BridgeBox and its associated devices.",
|
|
493
|
+
"properties": {
|
|
494
|
+
"devices": {
|
|
495
|
+
"additionalProperties": {
|
|
496
|
+
"$ref": "#/definitions/Removable%3CDevices%3E"
|
|
497
|
+
},
|
|
498
|
+
"type": "object"
|
|
499
|
+
},
|
|
500
|
+
"enablePassthrough": {
|
|
501
|
+
"type": "boolean"
|
|
502
|
+
},
|
|
503
|
+
"faults": {
|
|
504
|
+
"$ref": "#/definitions/FaultHandler"
|
|
505
|
+
},
|
|
506
|
+
"networkDiagnostics": {
|
|
507
|
+
"additionalProperties": {
|
|
508
|
+
"$ref": "#/definitions/NetworkDiagnostics"
|
|
509
|
+
},
|
|
510
|
+
"type": "object"
|
|
511
|
+
},
|
|
512
|
+
"serialDevices": {
|
|
513
|
+
"additionalProperties": {
|
|
514
|
+
"$ref": "#/definitions/SerialDevice"
|
|
515
|
+
},
|
|
516
|
+
"type": "object"
|
|
517
|
+
},
|
|
518
|
+
"sonar": {
|
|
519
|
+
"$ref": "#/definitions/Sonar"
|
|
520
|
+
},
|
|
521
|
+
"swupdate": {
|
|
522
|
+
"$ref": "#/definitions/SWUpdate"
|
|
523
|
+
},
|
|
524
|
+
"systemDiagnostics": {
|
|
525
|
+
"$ref": "#/definitions/SystemDiagnostics"
|
|
526
|
+
},
|
|
527
|
+
"systemSettings": {
|
|
528
|
+
"$ref": "#/definitions/SystemSettings"
|
|
529
|
+
},
|
|
530
|
+
"version": {
|
|
531
|
+
"$ref": "#/definitions/DeviceVersion"
|
|
532
|
+
}
|
|
533
|
+
},
|
|
534
|
+
"type": "object"
|
|
535
|
+
},
|
|
536
|
+
"CalibratableRotaryJoint": {
|
|
537
|
+
"additionalProperties": false,
|
|
538
|
+
"description": "Calibratable Rotary Joint\n\nAllows specific calibration routines to be run on a rotary joint.",
|
|
539
|
+
"properties": {
|
|
540
|
+
"calibrator": {
|
|
541
|
+
"description": "Calibrator\n\n| Calibrator | Front-end (request) | Back-end (response) | |-------------|---------------------|----------------------| | `true` | Calibrate | - | | `false` | Cancel Calibration | - | | `undefined` | - | - |",
|
|
542
|
+
"type": "boolean"
|
|
543
|
+
},
|
|
544
|
+
"position": {
|
|
545
|
+
"maximum": 110,
|
|
546
|
+
"minimum": -90,
|
|
547
|
+
"type": "number"
|
|
548
|
+
},
|
|
549
|
+
"speed": {
|
|
550
|
+
"maximum": 100,
|
|
551
|
+
"minimum": -100,
|
|
552
|
+
"type": "number"
|
|
553
|
+
}
|
|
554
|
+
},
|
|
555
|
+
"type": "object"
|
|
556
|
+
},
|
|
557
|
+
"CalibratableSensorBias": {
|
|
558
|
+
"additionalProperties": false,
|
|
559
|
+
"description": "Calibratable sensor biases for the sensor pod.",
|
|
560
|
+
"properties": {
|
|
561
|
+
"pending": {
|
|
562
|
+
"additionalProperties": false,
|
|
563
|
+
"properties": {
|
|
564
|
+
"x": {
|
|
565
|
+
"type": "number"
|
|
566
|
+
},
|
|
567
|
+
"y": {
|
|
568
|
+
"type": "number"
|
|
569
|
+
},
|
|
570
|
+
"z": {
|
|
571
|
+
"type": "number"
|
|
572
|
+
}
|
|
573
|
+
},
|
|
574
|
+
"type": "object"
|
|
575
|
+
},
|
|
576
|
+
"x": {
|
|
577
|
+
"type": "number"
|
|
578
|
+
},
|
|
579
|
+
"y": {
|
|
580
|
+
"type": "number"
|
|
581
|
+
},
|
|
582
|
+
"z": {
|
|
583
|
+
"type": "number"
|
|
584
|
+
}
|
|
585
|
+
},
|
|
586
|
+
"type": "object"
|
|
587
|
+
},
|
|
588
|
+
"CalibratableSensorPod": {
|
|
589
|
+
"additionalProperties": false,
|
|
590
|
+
"description": "Calibratable sensor pod representation. Combines the properties of a SensorPod with those of a Device.",
|
|
591
|
+
"properties": {
|
|
592
|
+
"imu": {
|
|
593
|
+
"additionalProperties": false,
|
|
594
|
+
"description": "Calibratable IMU",
|
|
595
|
+
"properties": {
|
|
596
|
+
"accelerationBias": {
|
|
597
|
+
"$ref": "#/definitions/CalibratableSensorBias",
|
|
598
|
+
"description": "Acceleration biases. Both Current and pending calibrated biases (if applicable)"
|
|
599
|
+
},
|
|
600
|
+
"gyroBias": {
|
|
601
|
+
"$ref": "#/definitions/CalibratableSensorBias",
|
|
602
|
+
"description": "Gyro biases. Both Current and pending calibrated biases (if applicable)F"
|
|
603
|
+
},
|
|
604
|
+
"progress": {
|
|
605
|
+
"description": "Denotes the progress of the calibration process",
|
|
606
|
+
"type": "number"
|
|
607
|
+
},
|
|
608
|
+
"state": {
|
|
609
|
+
"$ref": "#/definitions/CalibrationStates",
|
|
610
|
+
"description": "The state of the calibration process."
|
|
611
|
+
}
|
|
612
|
+
},
|
|
613
|
+
"type": "object"
|
|
614
|
+
},
|
|
615
|
+
"ip": {
|
|
616
|
+
"description": "IP address",
|
|
617
|
+
"type": "string"
|
|
618
|
+
},
|
|
619
|
+
"macAddressId": {
|
|
620
|
+
"description": "The unique identifier of the sensor pod, typically a MAC address.",
|
|
621
|
+
"type": "string"
|
|
622
|
+
},
|
|
623
|
+
"magnetic": {
|
|
624
|
+
"additionalProperties": false,
|
|
625
|
+
"description": "Calibratable magnetic sensor",
|
|
626
|
+
"properties": {
|
|
627
|
+
"calibrationScore": {
|
|
628
|
+
"description": "Calibrated score before pending user approval.",
|
|
629
|
+
"type": "number"
|
|
630
|
+
},
|
|
631
|
+
"currentVehicleScore": {
|
|
632
|
+
"type": "number"
|
|
633
|
+
},
|
|
634
|
+
"state": {
|
|
635
|
+
"$ref": "#/definitions/CalibrationStates",
|
|
636
|
+
"description": "The state of the calibration process."
|
|
637
|
+
}
|
|
638
|
+
},
|
|
639
|
+
"type": "object"
|
|
640
|
+
},
|
|
641
|
+
"model": {
|
|
642
|
+
"$ref": "#/definitions/DeviceModel",
|
|
643
|
+
"description": "Deep Trekker internal device model numbers. This can be used for selecting the associated device schema."
|
|
644
|
+
},
|
|
645
|
+
"version": {
|
|
646
|
+
"$ref": "#/definitions/DeviceVersion"
|
|
647
|
+
}
|
|
648
|
+
},
|
|
649
|
+
"required": [
|
|
650
|
+
"model"
|
|
651
|
+
],
|
|
652
|
+
"type": "object"
|
|
653
|
+
},
|
|
654
|
+
"CalibrationStates": {
|
|
655
|
+
"description": "Calibration states for the sensor pod.",
|
|
656
|
+
"enum": [
|
|
657
|
+
0,
|
|
658
|
+
1,
|
|
659
|
+
2,
|
|
660
|
+
3,
|
|
661
|
+
4,
|
|
662
|
+
5,
|
|
663
|
+
6
|
|
664
|
+
],
|
|
665
|
+
"type": "number"
|
|
666
|
+
},
|
|
667
|
+
"Camera": {
|
|
668
|
+
"additionalProperties": false,
|
|
669
|
+
"description": "📷 Camera",
|
|
670
|
+
"properties": {
|
|
671
|
+
"cpuTemp": {
|
|
672
|
+
"type": "number"
|
|
673
|
+
},
|
|
674
|
+
"ip": {
|
|
675
|
+
"description": "IP address",
|
|
676
|
+
"type": "string"
|
|
677
|
+
},
|
|
678
|
+
"model": {
|
|
679
|
+
"enum": [
|
|
680
|
+
240,
|
|
681
|
+
5,
|
|
682
|
+
206,
|
|
683
|
+
243,
|
|
684
|
+
241,
|
|
685
|
+
207
|
|
686
|
+
],
|
|
687
|
+
"type": "number"
|
|
688
|
+
},
|
|
689
|
+
"osd": {
|
|
690
|
+
"$ref": "#/definitions/Osd"
|
|
691
|
+
},
|
|
692
|
+
"streamMode": {
|
|
693
|
+
"$ref": "#/definitions/StreamMode"
|
|
694
|
+
},
|
|
695
|
+
"streams": {
|
|
696
|
+
"additionalProperties": {
|
|
697
|
+
"$ref": "#/definitions/Stream"
|
|
698
|
+
},
|
|
699
|
+
"type": "object"
|
|
700
|
+
},
|
|
701
|
+
"type": {
|
|
702
|
+
"$ref": "#/definitions/CameraType"
|
|
703
|
+
},
|
|
704
|
+
"version": {
|
|
705
|
+
"$ref": "#/definitions/DeviceVersion"
|
|
706
|
+
}
|
|
707
|
+
},
|
|
708
|
+
"required": [
|
|
709
|
+
"model"
|
|
710
|
+
],
|
|
711
|
+
"type": "object"
|
|
712
|
+
},
|
|
713
|
+
"CameraHeadOrientation": {
|
|
714
|
+
"description": "Camera head orientation config\n\nThe orientation in which the camera head is physically assembled",
|
|
715
|
+
"enum": [
|
|
716
|
+
"HORIZONTAL",
|
|
717
|
+
"VERTICAL"
|
|
718
|
+
],
|
|
719
|
+
"type": "string"
|
|
720
|
+
},
|
|
721
|
+
"CameraHeadSensorType": {
|
|
722
|
+
"description": "Camera head sensor type",
|
|
723
|
+
"enum": [
|
|
724
|
+
"IMU",
|
|
725
|
+
"HALL_EFFECT"
|
|
726
|
+
],
|
|
727
|
+
"type": "string"
|
|
728
|
+
},
|
|
729
|
+
"CameraType": {
|
|
730
|
+
"description": "Camera type enums",
|
|
731
|
+
"enum": [
|
|
732
|
+
"MAIN",
|
|
733
|
+
"AUX"
|
|
734
|
+
],
|
|
735
|
+
"type": "string"
|
|
736
|
+
},
|
|
737
|
+
"Cameras": {
|
|
738
|
+
"anyOf": [
|
|
739
|
+
{
|
|
740
|
+
"$ref": "#/definitions/Camera"
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"$ref": "#/definitions/TamronHarrierZoomCamera"
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
"$ref": "#/definitions/DTCam"
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
"$ref": "#/definitions/OcleaCam"
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"$ref": "#/definitions/TamronOcleaZoomCamera"
|
|
753
|
+
}
|
|
754
|
+
],
|
|
755
|
+
"description": "Cameras\n\nA collection of all used camera types."
|
|
756
|
+
},
|
|
757
|
+
"Changelog": {
|
|
758
|
+
"additionalProperties": {
|
|
759
|
+
"$ref": "#/definitions/HardwareRevisions"
|
|
760
|
+
},
|
|
761
|
+
"description": "Changelog\n\nAn package containing information related to an update of one or more devices.",
|
|
762
|
+
"properties": {
|
|
763
|
+
"BRIDGEBOX": {
|
|
764
|
+
"$ref": "#/definitions/HardwareRevisions"
|
|
765
|
+
}
|
|
766
|
+
},
|
|
767
|
+
"type": "object"
|
|
768
|
+
},
|
|
769
|
+
"CrawlerDrive": {
|
|
770
|
+
"additionalProperties": false,
|
|
771
|
+
"description": "Crawler drive",
|
|
772
|
+
"properties": {
|
|
773
|
+
"calibrator": {
|
|
774
|
+
"description": "Calibrator\n\n| Calibrator | Front-end (request) | Back-end (response) | |-------------|---------------------|----------------------| | `true` | Calibrate | - | | `false` | Cancel Calibration | - | | `undefined` | - | - |",
|
|
775
|
+
"type": "boolean"
|
|
776
|
+
},
|
|
777
|
+
"driveMode": {
|
|
778
|
+
"$ref": "#/definitions/CrawlerDriveMode",
|
|
779
|
+
"description": "Drive mode"
|
|
780
|
+
},
|
|
781
|
+
"motorsDisabled": {
|
|
782
|
+
"description": "Motors Disabled\n\nWhen enabled, prevents any motor commands from being accepted by firmware",
|
|
783
|
+
"type": "boolean"
|
|
784
|
+
},
|
|
785
|
+
"speed": {
|
|
786
|
+
"description": "Drive Speed",
|
|
787
|
+
"maximum": 120,
|
|
788
|
+
"minimum": -120,
|
|
789
|
+
"type": "number"
|
|
790
|
+
},
|
|
791
|
+
"steer": {
|
|
792
|
+
"description": "Steering — Negative values for left, positive for right Ignored by the crawler when it is in either retrieval assist or retrieval cruise modes",
|
|
793
|
+
"maximum": 120,
|
|
794
|
+
"minimum": -120,
|
|
795
|
+
"type": "number"
|
|
796
|
+
}
|
|
797
|
+
},
|
|
798
|
+
"type": "object"
|
|
799
|
+
},
|
|
800
|
+
"CrawlerDriveMode": {
|
|
801
|
+
"description": "Drive Modes",
|
|
802
|
+
"enum": [
|
|
803
|
+
"NORMAL",
|
|
804
|
+
"RETRIEVAL_ASSIST",
|
|
805
|
+
"RETRIEVAL_CRUISE"
|
|
806
|
+
],
|
|
807
|
+
"type": "string"
|
|
808
|
+
},
|
|
809
|
+
"CygnusType": {
|
|
810
|
+
"additionalProperties": false,
|
|
811
|
+
"description": "Cygnus type",
|
|
812
|
+
"properties": {
|
|
813
|
+
"materialVelocity": {
|
|
814
|
+
"type": "number"
|
|
815
|
+
},
|
|
816
|
+
"reading": {
|
|
817
|
+
"type": "number"
|
|
818
|
+
}
|
|
819
|
+
},
|
|
820
|
+
"type": "object"
|
|
821
|
+
},
|
|
822
|
+
"DT645": {
|
|
823
|
+
"additionalProperties": false,
|
|
824
|
+
"description": "DT645 Class\n\nDT645 vehicle type.",
|
|
825
|
+
"properties": {
|
|
826
|
+
"autoSnapshot": {
|
|
827
|
+
"$ref": "#/definitions/AutoSnapshot"
|
|
828
|
+
},
|
|
829
|
+
"bodyLeak": {
|
|
830
|
+
"description": "Body Leak Fault",
|
|
831
|
+
"type": "boolean"
|
|
832
|
+
},
|
|
833
|
+
"cameraHead": {
|
|
834
|
+
"$ref": "#/definitions/Removable%3CA150CameraHead%3E",
|
|
835
|
+
"description": "Camera Head"
|
|
836
|
+
},
|
|
837
|
+
"cameras": {
|
|
838
|
+
"additionalProperties": {
|
|
839
|
+
"$ref": "#/definitions/Removable%3CCameras%3E"
|
|
840
|
+
},
|
|
841
|
+
"type": "object"
|
|
842
|
+
},
|
|
843
|
+
"cpProbe": {
|
|
844
|
+
"description": "The cp probe",
|
|
845
|
+
"type": "string"
|
|
846
|
+
},
|
|
847
|
+
"cygnus": {
|
|
848
|
+
"$ref": "#/definitions/CygnusType"
|
|
849
|
+
},
|
|
850
|
+
"depth": {
|
|
851
|
+
"type": "number"
|
|
852
|
+
},
|
|
853
|
+
"drive": {
|
|
854
|
+
"$ref": "#/definitions/DT645Drive",
|
|
855
|
+
"description": "Drive Controls\n\nControls the direction of drive for the Dt645 Utility Crawler."
|
|
856
|
+
},
|
|
857
|
+
"heading": {
|
|
858
|
+
"maximum": 360,
|
|
859
|
+
"minimum": 0,
|
|
860
|
+
"type": "number"
|
|
861
|
+
},
|
|
862
|
+
"incline": {
|
|
863
|
+
"maximum": 180,
|
|
864
|
+
"minimum": -180,
|
|
865
|
+
"type": "number"
|
|
866
|
+
},
|
|
867
|
+
"ip": {
|
|
868
|
+
"description": "IP address",
|
|
869
|
+
"type": "string"
|
|
870
|
+
},
|
|
871
|
+
"model": {
|
|
872
|
+
"const": 22,
|
|
873
|
+
"type": "number"
|
|
874
|
+
},
|
|
875
|
+
"pitch": {
|
|
876
|
+
"maximum": 180,
|
|
877
|
+
"minimum": -180,
|
|
878
|
+
"type": "number"
|
|
879
|
+
},
|
|
880
|
+
"roll": {
|
|
881
|
+
"maximum": 180,
|
|
882
|
+
"minimum": -180,
|
|
883
|
+
"type": "number"
|
|
884
|
+
},
|
|
885
|
+
"usageTime": {
|
|
886
|
+
"$ref": "#/definitions/UsageTime",
|
|
887
|
+
"description": "Usage Time"
|
|
888
|
+
},
|
|
889
|
+
"version": {
|
|
890
|
+
"$ref": "#/definitions/DeviceVersion"
|
|
891
|
+
}
|
|
892
|
+
},
|
|
893
|
+
"required": [
|
|
894
|
+
"model"
|
|
895
|
+
],
|
|
896
|
+
"type": "object"
|
|
897
|
+
},
|
|
898
|
+
"DT645Drive": {
|
|
899
|
+
"additionalProperties": false,
|
|
900
|
+
"description": "Dt645 Drive",
|
|
901
|
+
"properties": {
|
|
902
|
+
"motorsDisabled": {
|
|
903
|
+
"type": "boolean"
|
|
904
|
+
},
|
|
905
|
+
"speed": {
|
|
906
|
+
"maximum": 120,
|
|
907
|
+
"minimum": -120,
|
|
908
|
+
"type": "number"
|
|
909
|
+
},
|
|
910
|
+
"steer": {
|
|
911
|
+
"maximum": 120,
|
|
912
|
+
"minimum": -120,
|
|
913
|
+
"type": "number"
|
|
914
|
+
}
|
|
915
|
+
},
|
|
916
|
+
"type": "object"
|
|
917
|
+
},
|
|
918
|
+
"DTCam": {
|
|
919
|
+
"additionalProperties": false,
|
|
920
|
+
"description": "📷 DT Cam",
|
|
921
|
+
"properties": {
|
|
922
|
+
"brightness": {
|
|
923
|
+
"description": "💡 Camera Brightness Handles setting the brightness of the camera.",
|
|
924
|
+
"maximum": 100,
|
|
925
|
+
"minimum": 0,
|
|
926
|
+
"type": "number"
|
|
927
|
+
},
|
|
928
|
+
"contrast": {
|
|
929
|
+
"description": "Camera Contrast",
|
|
930
|
+
"maximum": 100,
|
|
931
|
+
"minimum": 0,
|
|
932
|
+
"type": "number"
|
|
933
|
+
},
|
|
934
|
+
"cpuTemp": {
|
|
935
|
+
"type": "number"
|
|
936
|
+
},
|
|
937
|
+
"ip": {
|
|
938
|
+
"description": "IP address",
|
|
939
|
+
"type": "string"
|
|
940
|
+
},
|
|
941
|
+
"model": {
|
|
942
|
+
"const": 5,
|
|
943
|
+
"type": "number"
|
|
944
|
+
},
|
|
945
|
+
"osd": {
|
|
946
|
+
"$ref": "#/definitions/Osd"
|
|
947
|
+
},
|
|
948
|
+
"saturation": {
|
|
949
|
+
"description": "🎨 Camera Saturation Handles setting the saturation of the camera.",
|
|
950
|
+
"maximum": 100,
|
|
951
|
+
"minimum": 0,
|
|
952
|
+
"type": "number"
|
|
953
|
+
},
|
|
954
|
+
"streamMode": {
|
|
955
|
+
"$ref": "#/definitions/StreamMode"
|
|
956
|
+
},
|
|
957
|
+
"streams": {
|
|
958
|
+
"additionalProperties": {
|
|
959
|
+
"$ref": "#/definitions/Stream"
|
|
960
|
+
},
|
|
961
|
+
"type": "object"
|
|
962
|
+
},
|
|
963
|
+
"type": {
|
|
964
|
+
"$ref": "#/definitions/CameraType"
|
|
965
|
+
},
|
|
966
|
+
"version": {
|
|
967
|
+
"$ref": "#/definitions/DeviceVersion"
|
|
968
|
+
},
|
|
969
|
+
"whiteBalance": {
|
|
970
|
+
"$ref": "#/definitions/WhiteBalanceSettings",
|
|
971
|
+
"description": "White Balance Settings for adjusting the white balance of the camera."
|
|
972
|
+
}
|
|
973
|
+
},
|
|
974
|
+
"required": [
|
|
975
|
+
"model"
|
|
976
|
+
],
|
|
977
|
+
"type": "object"
|
|
978
|
+
},
|
|
979
|
+
"DVL": {
|
|
980
|
+
"additionalProperties": false,
|
|
981
|
+
"description": "Deep Trekker's Doppler Velocity Log (DVL) Device Model",
|
|
982
|
+
"properties": {
|
|
983
|
+
"ip": {
|
|
984
|
+
"description": "IP address",
|
|
985
|
+
"type": "string"
|
|
986
|
+
},
|
|
987
|
+
"macAddressId": {
|
|
988
|
+
"description": "The unique identifier of the DVL, typically a MAC address. This is used to identify the DVL in the network.",
|
|
989
|
+
"type": "string"
|
|
990
|
+
},
|
|
991
|
+
"model": {
|
|
992
|
+
"$ref": "#/definitions/DeviceModel",
|
|
993
|
+
"description": "Deep Trekker internal device model numbers. This can be used for selecting the associated device schema."
|
|
994
|
+
},
|
|
995
|
+
"version": {
|
|
996
|
+
"$ref": "#/definitions/DeviceVersion"
|
|
997
|
+
}
|
|
998
|
+
},
|
|
999
|
+
"required": [
|
|
1000
|
+
"model"
|
|
1001
|
+
],
|
|
1002
|
+
"type": "object"
|
|
1003
|
+
},
|
|
1004
|
+
"DateTime": {
|
|
1005
|
+
"additionalProperties": false,
|
|
1006
|
+
"properties": {
|
|
1007
|
+
"networkTimeSync": {
|
|
1008
|
+
"type": "boolean"
|
|
1009
|
+
},
|
|
1010
|
+
"timestamp": {
|
|
1011
|
+
"type": "string"
|
|
1012
|
+
}
|
|
1013
|
+
},
|
|
1014
|
+
"type": "object"
|
|
1015
|
+
},
|
|
1016
|
+
"DeviceModel": {
|
|
1017
|
+
"description": "Deep Trekker internal device model numbers.",
|
|
1018
|
+
"enum": [
|
|
1019
|
+
20,
|
|
1020
|
+
19,
|
|
1021
|
+
22,
|
|
1022
|
+
240,
|
|
1023
|
+
5,
|
|
1024
|
+
206,
|
|
1025
|
+
243,
|
|
1026
|
+
207,
|
|
1027
|
+
241,
|
|
1028
|
+
24,
|
|
1029
|
+
16,
|
|
1030
|
+
13,
|
|
1031
|
+
18,
|
|
1032
|
+
32,
|
|
1033
|
+
112,
|
|
1034
|
+
113,
|
|
1035
|
+
114,
|
|
1036
|
+
115,
|
|
1037
|
+
116,
|
|
1038
|
+
117,
|
|
1039
|
+
118,
|
|
1040
|
+
102,
|
|
1041
|
+
103,
|
|
1042
|
+
109,
|
|
1043
|
+
106,
|
|
1044
|
+
107,
|
|
1045
|
+
108,
|
|
1046
|
+
"BRIDGEBOX",
|
|
1047
|
+
100,
|
|
1048
|
+
101,
|
|
1049
|
+
244,
|
|
1050
|
+
202,
|
|
1051
|
+
245
|
|
1052
|
+
],
|
|
1053
|
+
"type": [
|
|
1054
|
+
"number",
|
|
1055
|
+
"string"
|
|
1056
|
+
]
|
|
1057
|
+
},
|
|
1058
|
+
"DeviceVersion": {
|
|
1059
|
+
"additionalProperties": false,
|
|
1060
|
+
"description": "Device Version is a base interface for hardware and software version sample payloads.\n-1 hardware versions and 0.0 software versions refer to not applicable",
|
|
1061
|
+
"properties": {
|
|
1062
|
+
"branchInfo": {
|
|
1063
|
+
"type": "string"
|
|
1064
|
+
},
|
|
1065
|
+
"hardware": {
|
|
1066
|
+
"type": "string"
|
|
1067
|
+
},
|
|
1068
|
+
"software": {
|
|
1069
|
+
"type": "string"
|
|
1070
|
+
}
|
|
1071
|
+
},
|
|
1072
|
+
"type": "object"
|
|
1073
|
+
},
|
|
1074
|
+
"Devices": {
|
|
1075
|
+
"anyOf": [
|
|
1076
|
+
{
|
|
1077
|
+
"$ref": "#/definitions/A200"
|
|
1078
|
+
},
|
|
1079
|
+
{
|
|
1080
|
+
"$ref": "#/definitions/A150"
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
"$ref": "#/definitions/ManualReel"
|
|
1084
|
+
},
|
|
1085
|
+
{
|
|
1086
|
+
"$ref": "#/definitions/PoweredReel"
|
|
1087
|
+
},
|
|
1088
|
+
{
|
|
1089
|
+
"$ref": "#/definitions/Revolution"
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"$ref": "#/definitions/Pivot"
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
"$ref": "#/definitions/Photon"
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
"$ref": "#/definitions/Onyx"
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
"$ref": "#/definitions/DT645"
|
|
1102
|
+
}
|
|
1103
|
+
],
|
|
1104
|
+
"description": "Devices\n\nThis is a collection of all devices used."
|
|
1105
|
+
},
|
|
1106
|
+
"DistanceLock": {
|
|
1107
|
+
"additionalProperties": false,
|
|
1108
|
+
"description": "Distance Lock",
|
|
1109
|
+
"properties": {
|
|
1110
|
+
"active": {
|
|
1111
|
+
"type": "boolean"
|
|
1112
|
+
},
|
|
1113
|
+
"error": {
|
|
1114
|
+
"type": "string"
|
|
1115
|
+
},
|
|
1116
|
+
"setPoint": {
|
|
1117
|
+
"type": "number"
|
|
1118
|
+
}
|
|
1119
|
+
},
|
|
1120
|
+
"type": "object"
|
|
1121
|
+
},
|
|
1122
|
+
"Echosounder": {
|
|
1123
|
+
"additionalProperties": false,
|
|
1124
|
+
"description": "Echosounder",
|
|
1125
|
+
"properties": {
|
|
1126
|
+
"enabled": {
|
|
1127
|
+
"description": "Active",
|
|
1128
|
+
"type": "boolean"
|
|
1129
|
+
},
|
|
1130
|
+
"ip": {
|
|
1131
|
+
"description": "IP address",
|
|
1132
|
+
"type": "string"
|
|
1133
|
+
},
|
|
1134
|
+
"maxRange": {
|
|
1135
|
+
"description": "Maximum range the distance lock can sense",
|
|
1136
|
+
"maximum": 50,
|
|
1137
|
+
"minimum": 0.5,
|
|
1138
|
+
"type": "number"
|
|
1139
|
+
}
|
|
1140
|
+
},
|
|
1141
|
+
"type": "object"
|
|
1142
|
+
},
|
|
1143
|
+
"ElevatingArm": {
|
|
1144
|
+
"additionalProperties": false,
|
|
1145
|
+
"description": "🦾 Elevating arm",
|
|
1146
|
+
"properties": {
|
|
1147
|
+
"calibrator": {
|
|
1148
|
+
"description": "Calibrator\n\n| Calibrator | Front-end (request) | Back-end (response) | |-------------|---------------------|----------------------| | `true` | Calibrate | - | | `false` | Cancel Calibration | - | | `undefined` | - | - |",
|
|
1149
|
+
"type": "boolean"
|
|
1150
|
+
},
|
|
1151
|
+
"height": {
|
|
1152
|
+
"description": "Elevating Arm Height",
|
|
1153
|
+
"type": "number"
|
|
1154
|
+
},
|
|
1155
|
+
"leak": {
|
|
1156
|
+
"type": "boolean"
|
|
1157
|
+
},
|
|
1158
|
+
"motorDiagnostics": {
|
|
1159
|
+
"$ref": "#/definitions/MotorDiagnostics"
|
|
1160
|
+
},
|
|
1161
|
+
"parkOnShutdown": {
|
|
1162
|
+
"type": "boolean"
|
|
1163
|
+
},
|
|
1164
|
+
"present": {
|
|
1165
|
+
"type": "boolean"
|
|
1166
|
+
},
|
|
1167
|
+
"speed": {
|
|
1168
|
+
"maximum": 100,
|
|
1169
|
+
"minimum": -100,
|
|
1170
|
+
"type": "number"
|
|
1171
|
+
}
|
|
1172
|
+
},
|
|
1173
|
+
"type": "object"
|
|
1174
|
+
},
|
|
1175
|
+
"ErrorCode": {
|
|
1176
|
+
"description": "Error Codes",
|
|
1177
|
+
"enum": [
|
|
1178
|
+
400,
|
|
1179
|
+
401,
|
|
1180
|
+
403,
|
|
1181
|
+
405,
|
|
1182
|
+
500,
|
|
1183
|
+
503,
|
|
1184
|
+
519
|
|
1185
|
+
],
|
|
1186
|
+
"type": "number"
|
|
1187
|
+
},
|
|
1188
|
+
"ExposureSettings": {
|
|
1189
|
+
"additionalProperties": false,
|
|
1190
|
+
"description": "Exposure Settings",
|
|
1191
|
+
"properties": {
|
|
1192
|
+
"auto": {
|
|
1193
|
+
"default": false,
|
|
1194
|
+
"description": "Auto Exposure enabled </br> Toggle to false to enable manual exposure mode. <br/>",
|
|
1195
|
+
"type": "boolean"
|
|
1196
|
+
},
|
|
1197
|
+
"autoExposureCompensation": {
|
|
1198
|
+
"default": 0,
|
|
1199
|
+
"description": "Auto Exposure Compensation </br> Compensation for auto-exposure, compared to default of 0. Negative is less exposed, positive is more exposed. Only operable in auto exposure mode. <br/>",
|
|
1200
|
+
"maximum": 2,
|
|
1201
|
+
"minimum": -2,
|
|
1202
|
+
"type": "number"
|
|
1203
|
+
},
|
|
1204
|
+
"sensorGain": {
|
|
1205
|
+
"description": "Sensor gain, in dB. Only operable in manual exposure mode. <br/>",
|
|
1206
|
+
"maximum": 64,
|
|
1207
|
+
"minimum": 0,
|
|
1208
|
+
"type": "number"
|
|
1209
|
+
},
|
|
1210
|
+
"shutterTime": {
|
|
1211
|
+
"description": "Shutter time, in seconds. Must be in fraction string i.e. \"1/n\". The range is between 1/30 to 1/6000. Only operable in manual exposure mode. <br/> *",
|
|
1212
|
+
"pattern": "^1\\/\\d{1,4}$",
|
|
1213
|
+
"type": "string"
|
|
1214
|
+
}
|
|
1215
|
+
},
|
|
1216
|
+
"type": "object"
|
|
1217
|
+
},
|
|
1218
|
+
"FaultHandler": {
|
|
1219
|
+
"additionalProperties": false,
|
|
1220
|
+
"description": "Handles Clearing of all faults across all devices, in a centralized location",
|
|
1221
|
+
"properties": {
|
|
1222
|
+
"clear": {
|
|
1223
|
+
"type": "boolean"
|
|
1224
|
+
}
|
|
1225
|
+
},
|
|
1226
|
+
"type": "object"
|
|
1227
|
+
},
|
|
1228
|
+
"FileTransfer": {
|
|
1229
|
+
"additionalProperties": false,
|
|
1230
|
+
"description": "FileTransfer\n\nDescribe the meta data related to a generic file transfer.",
|
|
1231
|
+
"properties": {
|
|
1232
|
+
"name": {
|
|
1233
|
+
"description": "File name",
|
|
1234
|
+
"type": "string"
|
|
1235
|
+
},
|
|
1236
|
+
"readyToTransfer": {
|
|
1237
|
+
"description": "readyToTransfer",
|
|
1238
|
+
"type": "boolean"
|
|
1239
|
+
},
|
|
1240
|
+
"sha256": {
|
|
1241
|
+
"description": "Checksum",
|
|
1242
|
+
"type": "string"
|
|
1243
|
+
},
|
|
1244
|
+
"size": {
|
|
1245
|
+
"description": "File size",
|
|
1246
|
+
"type": "number"
|
|
1247
|
+
}
|
|
1248
|
+
},
|
|
1249
|
+
"type": "object"
|
|
1250
|
+
},
|
|
1251
|
+
"GlobalPosition": {
|
|
1252
|
+
"additionalProperties": false,
|
|
1253
|
+
"description": "Rov Global Position",
|
|
1254
|
+
"properties": {
|
|
1255
|
+
"latitude": {
|
|
1256
|
+
"description": "Latitude (in degrees decimal)",
|
|
1257
|
+
"maximum": 90,
|
|
1258
|
+
"minimum": -90,
|
|
1259
|
+
"type": "number"
|
|
1260
|
+
},
|
|
1261
|
+
"longitude": {
|
|
1262
|
+
"description": "Longitude (in degrees decimal)",
|
|
1263
|
+
"maximum": 180,
|
|
1264
|
+
"minimum": -180,
|
|
1265
|
+
"type": "number"
|
|
1266
|
+
},
|
|
1267
|
+
"uncertainty": {
|
|
1268
|
+
"description": "Uncertainty radius (in meters)",
|
|
1269
|
+
"minimum": 0,
|
|
1270
|
+
"type": "number"
|
|
1271
|
+
}
|
|
1272
|
+
},
|
|
1273
|
+
"type": "object"
|
|
1274
|
+
},
|
|
1275
|
+
"GpsFixState": {
|
|
1276
|
+
"description": "Enumerates the possible GPS FIX states.",
|
|
1277
|
+
"enum": [
|
|
1278
|
+
0,
|
|
1279
|
+
1,
|
|
1280
|
+
2,
|
|
1281
|
+
3,
|
|
1282
|
+
4,
|
|
1283
|
+
5,
|
|
1284
|
+
6
|
|
1285
|
+
],
|
|
1286
|
+
"type": "number"
|
|
1287
|
+
},
|
|
1288
|
+
"GpsStatus": {
|
|
1289
|
+
"additionalProperties": false,
|
|
1290
|
+
"description": "GPS Status",
|
|
1291
|
+
"properties": {
|
|
1292
|
+
"fix": {
|
|
1293
|
+
"$ref": "#/definitions/GpsFixState"
|
|
1294
|
+
},
|
|
1295
|
+
"hdop": {
|
|
1296
|
+
"type": "number"
|
|
1297
|
+
},
|
|
1298
|
+
"satelliteCount": {
|
|
1299
|
+
"type": "number"
|
|
1300
|
+
}
|
|
1301
|
+
},
|
|
1302
|
+
"type": "object"
|
|
1303
|
+
},
|
|
1304
|
+
"Grabber": {
|
|
1305
|
+
"additionalProperties": false,
|
|
1306
|
+
"description": "Grabber Generation 3 grabber that has two primary movements (rotate and open/close)",
|
|
1307
|
+
"properties": {
|
|
1308
|
+
"openClose": {
|
|
1309
|
+
"maximum": 100,
|
|
1310
|
+
"minimum": -100,
|
|
1311
|
+
"type": "number"
|
|
1312
|
+
},
|
|
1313
|
+
"openCloseMotorDiagnostics": {
|
|
1314
|
+
"$ref": "#/definitions/MotorDiagnostics",
|
|
1315
|
+
"description": "openCloseMotorDiagnostics"
|
|
1316
|
+
},
|
|
1317
|
+
"rotate": {
|
|
1318
|
+
"description": "Rotation motor",
|
|
1319
|
+
"maximum": 100,
|
|
1320
|
+
"minimum": -100,
|
|
1321
|
+
"type": "number"
|
|
1322
|
+
},
|
|
1323
|
+
"rotateMotorDiagnostics": {
|
|
1324
|
+
"$ref": "#/definitions/MotorDiagnostics",
|
|
1325
|
+
"description": "rotateMotorDiagnostics"
|
|
1326
|
+
}
|
|
1327
|
+
},
|
|
1328
|
+
"type": "object"
|
|
1329
|
+
},
|
|
1330
|
+
"HardwareRevision": {
|
|
1331
|
+
"additionalProperties": {
|
|
1332
|
+
"$ref": "#/definitions/SoftwareUpdate"
|
|
1333
|
+
},
|
|
1334
|
+
"description": "HardwareRevision\n\nA list of software updates for specific hardware.",
|
|
1335
|
+
"type": "object"
|
|
1336
|
+
},
|
|
1337
|
+
"HardwareRevisions": {
|
|
1338
|
+
"additionalProperties": {
|
|
1339
|
+
"$ref": "#/definitions/HardwareRevision"
|
|
1340
|
+
},
|
|
1341
|
+
"description": "HardwareRevisions\n\nA list of corresponding hardware revisions.",
|
|
1342
|
+
"type": "object"
|
|
1343
|
+
},
|
|
1344
|
+
"HeadingNavigationOption": {
|
|
1345
|
+
"additionalProperties": false,
|
|
1346
|
+
"description": "Options for adjusting the heading for navigation.",
|
|
1347
|
+
"properties": {
|
|
1348
|
+
"autoDeclination": {
|
|
1349
|
+
"type": "boolean"
|
|
1350
|
+
},
|
|
1351
|
+
"declinationOffset": {
|
|
1352
|
+
"type": "number"
|
|
1353
|
+
},
|
|
1354
|
+
"localOffset": {
|
|
1355
|
+
"type": "number"
|
|
1356
|
+
},
|
|
1357
|
+
"vruMode": {
|
|
1358
|
+
"type": "boolean"
|
|
1359
|
+
}
|
|
1360
|
+
},
|
|
1361
|
+
"type": "object"
|
|
1362
|
+
},
|
|
1363
|
+
"Laser": {
|
|
1364
|
+
"additionalProperties": false,
|
|
1365
|
+
"description": "🔦 Laser Used to toggle the lasers.\n**WARNING Lasers are very dangerous and can cause serious injury or damage. Always use caution when operating lasers.** Deep Trekker recommends having a warning in the frontend when toggling the lasers on to ensure the operator is aware of the risk.",
|
|
1366
|
+
"properties": {
|
|
1367
|
+
"enabled": {
|
|
1368
|
+
"type": "boolean"
|
|
1369
|
+
}
|
|
1370
|
+
},
|
|
1371
|
+
"required": [
|
|
1372
|
+
"enabled"
|
|
1373
|
+
],
|
|
1374
|
+
"type": "object"
|
|
1375
|
+
},
|
|
1376
|
+
"Light": {
|
|
1377
|
+
"additionalProperties": false,
|
|
1378
|
+
"description": "💡 Light control. Contains an intensity property to determine the strength of the lights.",
|
|
1379
|
+
"properties": {
|
|
1380
|
+
"intensity": {
|
|
1381
|
+
"description": "Light Intensity",
|
|
1382
|
+
"maximum": 100,
|
|
1383
|
+
"minimum": 0,
|
|
1384
|
+
"type": "number"
|
|
1385
|
+
}
|
|
1386
|
+
},
|
|
1387
|
+
"required": [
|
|
1388
|
+
"intensity"
|
|
1389
|
+
],
|
|
1390
|
+
"type": "object"
|
|
1391
|
+
},
|
|
1392
|
+
"LocalPosition": {
|
|
1393
|
+
"additionalProperties": false,
|
|
1394
|
+
"description": "Rov Local Position",
|
|
1395
|
+
"properties": {
|
|
1396
|
+
"uncertainty": {
|
|
1397
|
+
"description": "Uncertainty radius (in meters)",
|
|
1398
|
+
"minimum": 0,
|
|
1399
|
+
"type": "number"
|
|
1400
|
+
},
|
|
1401
|
+
"x": {
|
|
1402
|
+
"description": "x (in meters)",
|
|
1403
|
+
"type": "number"
|
|
1404
|
+
},
|
|
1405
|
+
"y": {
|
|
1406
|
+
"description": "y (in meters)",
|
|
1407
|
+
"type": "number"
|
|
1408
|
+
}
|
|
1409
|
+
},
|
|
1410
|
+
"type": "object"
|
|
1411
|
+
},
|
|
1412
|
+
"LocationConsumerType": {
|
|
1413
|
+
"description": "Enumerates the possible consumers of a location provider.",
|
|
1414
|
+
"enum": [
|
|
1415
|
+
0,
|
|
1416
|
+
1,
|
|
1417
|
+
2
|
|
1418
|
+
],
|
|
1419
|
+
"type": "number"
|
|
1420
|
+
},
|
|
1421
|
+
"LocationForwarderConfig": {
|
|
1422
|
+
"additionalProperties": false,
|
|
1423
|
+
"description": "Location Forwarder configuration",
|
|
1424
|
+
"properties": {
|
|
1425
|
+
"dpt": {
|
|
1426
|
+
"type": "boolean"
|
|
1427
|
+
},
|
|
1428
|
+
"gga": {
|
|
1429
|
+
"type": "boolean"
|
|
1430
|
+
},
|
|
1431
|
+
"hdt": {
|
|
1432
|
+
"type": "boolean"
|
|
1433
|
+
},
|
|
1434
|
+
"rmc": {
|
|
1435
|
+
"type": "boolean"
|
|
1436
|
+
}
|
|
1437
|
+
},
|
|
1438
|
+
"type": "object"
|
|
1439
|
+
},
|
|
1440
|
+
"LocationForwarderOptions": {
|
|
1441
|
+
"additionalProperties": false,
|
|
1442
|
+
"description": "Location Forwarder settings",
|
|
1443
|
+
"properties": {
|
|
1444
|
+
"enabled": {
|
|
1445
|
+
"type": "boolean"
|
|
1446
|
+
},
|
|
1447
|
+
"forwarderSource": {
|
|
1448
|
+
"$ref": "#/definitions/LocationConsumerType"
|
|
1449
|
+
},
|
|
1450
|
+
"nmeaConfig": {
|
|
1451
|
+
"$ref": "#/definitions/LocationForwarderConfig"
|
|
1452
|
+
}
|
|
1453
|
+
},
|
|
1454
|
+
"type": "object"
|
|
1455
|
+
},
|
|
1456
|
+
"ManualReel": {
|
|
1457
|
+
"additionalProperties": false,
|
|
1458
|
+
"description": "Manual Reel",
|
|
1459
|
+
"properties": {
|
|
1460
|
+
"calibrator": {
|
|
1461
|
+
"description": "Calibrator\n\n| Calibrator | Front-end (request) | Back-end (response) | |-------------|---------------------|----------------------| | `true` | Calibrate | - | | `false` | Cancel Calibration | - | | `undefined` | - | - |",
|
|
1462
|
+
"type": "boolean"
|
|
1463
|
+
},
|
|
1464
|
+
"cpuTemp": {
|
|
1465
|
+
"description": "Reel CPU Temperature\n\nMeasured in degrees celsius",
|
|
1466
|
+
"type": "number"
|
|
1467
|
+
},
|
|
1468
|
+
"distance": {
|
|
1469
|
+
"description": "Section tether distance",
|
|
1470
|
+
"type": "number"
|
|
1471
|
+
},
|
|
1472
|
+
"encoderFailed": {
|
|
1473
|
+
"description": "Encoder failure detection",
|
|
1474
|
+
"type": "boolean"
|
|
1475
|
+
},
|
|
1476
|
+
"ip": {
|
|
1477
|
+
"description": "IP address",
|
|
1478
|
+
"type": "string"
|
|
1479
|
+
},
|
|
1480
|
+
"leak": {
|
|
1481
|
+
"description": "Leak Detection",
|
|
1482
|
+
"type": "boolean"
|
|
1483
|
+
},
|
|
1484
|
+
"lineSpeed": {
|
|
1485
|
+
"description": "The reel line speed in m/min",
|
|
1486
|
+
"type": "number"
|
|
1487
|
+
},
|
|
1488
|
+
"model": {
|
|
1489
|
+
"const": 107,
|
|
1490
|
+
"type": "number"
|
|
1491
|
+
},
|
|
1492
|
+
"totalDistance": {
|
|
1493
|
+
"description": "Total tether distance",
|
|
1494
|
+
"type": "number"
|
|
1495
|
+
},
|
|
1496
|
+
"version": {
|
|
1497
|
+
"$ref": "#/definitions/DeviceVersion"
|
|
1498
|
+
}
|
|
1499
|
+
},
|
|
1500
|
+
"required": [
|
|
1501
|
+
"model"
|
|
1502
|
+
],
|
|
1503
|
+
"type": "object"
|
|
1504
|
+
},
|
|
1505
|
+
"MotorDiagnostics": {
|
|
1506
|
+
"additionalProperties": false,
|
|
1507
|
+
"description": "Basic motor diagnostics.",
|
|
1508
|
+
"properties": {
|
|
1509
|
+
"current": {
|
|
1510
|
+
"description": "Motor Current (mA)",
|
|
1511
|
+
"type": "number"
|
|
1512
|
+
},
|
|
1513
|
+
"failure": {
|
|
1514
|
+
"description": "Failure Fault",
|
|
1515
|
+
"type": "boolean"
|
|
1516
|
+
},
|
|
1517
|
+
"overcurrent": {
|
|
1518
|
+
"description": "Overcurrent Fault",
|
|
1519
|
+
"type": "boolean"
|
|
1520
|
+
},
|
|
1521
|
+
"pwm": {
|
|
1522
|
+
"description": "Motor PWM (%)",
|
|
1523
|
+
"maximum": 100,
|
|
1524
|
+
"minimum": 0,
|
|
1525
|
+
"type": "number"
|
|
1526
|
+
},
|
|
1527
|
+
"rpm": {
|
|
1528
|
+
"description": "RPM\n\n- \\< 0: reversing\n- \\> 0: moving forward\n- = 0: not moving ✋",
|
|
1529
|
+
"type": "number"
|
|
1530
|
+
}
|
|
1531
|
+
},
|
|
1532
|
+
"type": "object"
|
|
1533
|
+
},
|
|
1534
|
+
"NavigationOptions": {
|
|
1535
|
+
"additionalProperties": false,
|
|
1536
|
+
"description": "Navigation Options type",
|
|
1537
|
+
"properties": {
|
|
1538
|
+
"heading": {
|
|
1539
|
+
"$ref": "#/definitions/HeadingNavigationOption"
|
|
1540
|
+
},
|
|
1541
|
+
"position": {
|
|
1542
|
+
"$ref": "#/definitions/PositionNavigationOption"
|
|
1543
|
+
}
|
|
1544
|
+
},
|
|
1545
|
+
"type": "object"
|
|
1546
|
+
},
|
|
1547
|
+
"NetworkDiagnostics": {
|
|
1548
|
+
"additionalProperties": false,
|
|
1549
|
+
"description": "The diagnostics for a network device. For the BridgeBox there should be a local and remote device.",
|
|
1550
|
+
"properties": {
|
|
1551
|
+
"bridgedDestinationAddress": {
|
|
1552
|
+
"description": "MAC of corresponding ethernet IFace behind VDSL",
|
|
1553
|
+
"type": "string"
|
|
1554
|
+
},
|
|
1555
|
+
"chipset": {
|
|
1556
|
+
"type": "string"
|
|
1557
|
+
},
|
|
1558
|
+
"firmwareVersion": {
|
|
1559
|
+
"type": "string"
|
|
1560
|
+
},
|
|
1561
|
+
"inboundRate": {
|
|
1562
|
+
"type": "string"
|
|
1563
|
+
},
|
|
1564
|
+
"interfaceName": {
|
|
1565
|
+
"type": "string"
|
|
1566
|
+
},
|
|
1567
|
+
"networkRole": {
|
|
1568
|
+
"$ref": "#/definitions/NetworkRole"
|
|
1569
|
+
},
|
|
1570
|
+
"outboundRate": {
|
|
1571
|
+
"type": "string"
|
|
1572
|
+
},
|
|
1573
|
+
"physicalLocation": {
|
|
1574
|
+
"$ref": "#/definitions/PhysicalLocation"
|
|
1575
|
+
},
|
|
1576
|
+
"terminalEndpointIdentifier": {
|
|
1577
|
+
"type": "string"
|
|
1578
|
+
}
|
|
1579
|
+
},
|
|
1580
|
+
"required": [
|
|
1581
|
+
"interfaceName",
|
|
1582
|
+
"physicalLocation",
|
|
1583
|
+
"networkRole",
|
|
1584
|
+
"terminalEndpointIdentifier",
|
|
1585
|
+
"bridgedDestinationAddress",
|
|
1586
|
+
"outboundRate",
|
|
1587
|
+
"inboundRate",
|
|
1588
|
+
"chipset",
|
|
1589
|
+
"firmwareVersion"
|
|
1590
|
+
],
|
|
1591
|
+
"type": "object"
|
|
1592
|
+
},
|
|
1593
|
+
"NetworkRole": {
|
|
1594
|
+
"description": "Network Diagnostics Physical Location enum",
|
|
1595
|
+
"enum": [
|
|
1596
|
+
"CCO",
|
|
1597
|
+
"STA"
|
|
1598
|
+
],
|
|
1599
|
+
"type": "string"
|
|
1600
|
+
},
|
|
1601
|
+
"OcleaCam": {
|
|
1602
|
+
"additionalProperties": false,
|
|
1603
|
+
"description": "📷 4k UHD Camera",
|
|
1604
|
+
"properties": {
|
|
1605
|
+
"brightness": {
|
|
1606
|
+
"description": "💡 Camera Brightness",
|
|
1607
|
+
"maximum": 100,
|
|
1608
|
+
"minimum": 0,
|
|
1609
|
+
"type": "number"
|
|
1610
|
+
},
|
|
1611
|
+
"contrast": {
|
|
1612
|
+
"description": "Camera Contrast",
|
|
1613
|
+
"maximum": 100,
|
|
1614
|
+
"minimum": 0,
|
|
1615
|
+
"type": "number"
|
|
1616
|
+
},
|
|
1617
|
+
"cpuTemp": {
|
|
1618
|
+
"type": "number"
|
|
1619
|
+
},
|
|
1620
|
+
"dptz": {
|
|
1621
|
+
"$ref": "#/definitions/OcleaDptz"
|
|
1622
|
+
},
|
|
1623
|
+
"exposure": {
|
|
1624
|
+
"$ref": "#/definitions/ExposureSettings",
|
|
1625
|
+
"description": "Auto/Manual exposure mode Handles camera exposure settings"
|
|
1626
|
+
},
|
|
1627
|
+
"ip": {
|
|
1628
|
+
"description": "IP address",
|
|
1629
|
+
"type": "string"
|
|
1630
|
+
},
|
|
1631
|
+
"model": {
|
|
1632
|
+
"const": 206,
|
|
1633
|
+
"type": "number"
|
|
1634
|
+
},
|
|
1635
|
+
"osd": {
|
|
1636
|
+
"$ref": "#/definitions/Osd"
|
|
1637
|
+
},
|
|
1638
|
+
"saturation": {
|
|
1639
|
+
"description": "🎨 Camera Saturation",
|
|
1640
|
+
"maximum": 100,
|
|
1641
|
+
"minimum": 0,
|
|
1642
|
+
"type": "number"
|
|
1643
|
+
},
|
|
1644
|
+
"streamMode": {
|
|
1645
|
+
"$ref": "#/definitions/StreamMode"
|
|
1646
|
+
},
|
|
1647
|
+
"streams": {
|
|
1648
|
+
"additionalProperties": {
|
|
1649
|
+
"$ref": "#/definitions/Stream"
|
|
1650
|
+
},
|
|
1651
|
+
"type": "object"
|
|
1652
|
+
},
|
|
1653
|
+
"turbidityFilter": {
|
|
1654
|
+
"$ref": "#/definitions/TurbidityFilter"
|
|
1655
|
+
},
|
|
1656
|
+
"type": {
|
|
1657
|
+
"$ref": "#/definitions/CameraType"
|
|
1658
|
+
},
|
|
1659
|
+
"version": {
|
|
1660
|
+
"$ref": "#/definitions/DeviceVersion"
|
|
1661
|
+
},
|
|
1662
|
+
"whiteBalance": {
|
|
1663
|
+
"$ref": "#/definitions/WhiteBalanceSettings",
|
|
1664
|
+
"description": "White Balance"
|
|
1665
|
+
}
|
|
1666
|
+
},
|
|
1667
|
+
"required": [
|
|
1668
|
+
"model"
|
|
1669
|
+
],
|
|
1670
|
+
"type": "object"
|
|
1671
|
+
},
|
|
1672
|
+
"OcleaDptz": {
|
|
1673
|
+
"additionalProperties": false,
|
|
1674
|
+
"description": "Digital pan/tilt/zoom controls for the Oclea camera",
|
|
1675
|
+
"properties": {
|
|
1676
|
+
"pan": {
|
|
1677
|
+
"additionalProperties": false,
|
|
1678
|
+
"description": "Digital image panning",
|
|
1679
|
+
"properties": {
|
|
1680
|
+
"direction": {
|
|
1681
|
+
"additionalProperties": false,
|
|
1682
|
+
"description": "Direction to pan",
|
|
1683
|
+
"properties": {
|
|
1684
|
+
"x": {
|
|
1685
|
+
"$ref": "#/definitions/Rate",
|
|
1686
|
+
"description": "Panning on the x-axis (left or right)"
|
|
1687
|
+
},
|
|
1688
|
+
"y": {
|
|
1689
|
+
"$ref": "#/definitions/Rate",
|
|
1690
|
+
"description": "Panning on the y-axis (up or down)"
|
|
1691
|
+
}
|
|
1692
|
+
},
|
|
1693
|
+
"type": "object"
|
|
1694
|
+
}
|
|
1695
|
+
},
|
|
1696
|
+
"required": [
|
|
1697
|
+
"direction"
|
|
1698
|
+
],
|
|
1699
|
+
"type": "object"
|
|
1700
|
+
},
|
|
1701
|
+
"roi": {
|
|
1702
|
+
"additionalProperties": false,
|
|
1703
|
+
"description": "Region of interest (the region within the frame that's currently being viewed - after having zoomed in and changed pan)",
|
|
1704
|
+
"properties": {
|
|
1705
|
+
"totalHeight": {
|
|
1706
|
+
"description": "Total height of area that can be panned to (panning might be limited to a slightly smaller portion of the frame to avoid showing warp on the edges)",
|
|
1707
|
+
"type": "number"
|
|
1708
|
+
},
|
|
1709
|
+
"totalWidth": {
|
|
1710
|
+
"description": "Total width of area that can be panned to (panning might be limited to a slightly smaller portion of the frame to avoid showing warp on the edges)",
|
|
1711
|
+
"type": "number"
|
|
1712
|
+
},
|
|
1713
|
+
"xOffset": {
|
|
1714
|
+
"description": "Offset of the region of interest from the left edge of the frame",
|
|
1715
|
+
"type": "number"
|
|
1716
|
+
},
|
|
1717
|
+
"yOffset": {
|
|
1718
|
+
"description": "Offset of the region of interest from the top edge of the frame",
|
|
1719
|
+
"type": "number"
|
|
1720
|
+
}
|
|
1721
|
+
},
|
|
1722
|
+
"required": [
|
|
1723
|
+
"totalWidth",
|
|
1724
|
+
"totalHeight",
|
|
1725
|
+
"xOffset",
|
|
1726
|
+
"yOffset"
|
|
1727
|
+
],
|
|
1728
|
+
"type": "object"
|
|
1729
|
+
},
|
|
1730
|
+
"zoom": {
|
|
1731
|
+
"$ref": "#/definitions/ZoomControl",
|
|
1732
|
+
"description": "Digital zoom control"
|
|
1733
|
+
}
|
|
1734
|
+
},
|
|
1735
|
+
"type": "object"
|
|
1736
|
+
},
|
|
1737
|
+
"OfflineUpdateState": {
|
|
1738
|
+
"description": "Offline Update State",
|
|
1739
|
+
"enum": [
|
|
1740
|
+
0,
|
|
1741
|
+
1,
|
|
1742
|
+
2,
|
|
1743
|
+
3,
|
|
1744
|
+
4
|
|
1745
|
+
],
|
|
1746
|
+
"type": "number"
|
|
1747
|
+
},
|
|
1748
|
+
"Onyx": {
|
|
1749
|
+
"additionalProperties": false,
|
|
1750
|
+
"description": "Onyx Class",
|
|
1751
|
+
"properties": {
|
|
1752
|
+
"altitude": {
|
|
1753
|
+
"type": "number"
|
|
1754
|
+
},
|
|
1755
|
+
"altitudeValid": {
|
|
1756
|
+
"type": "boolean"
|
|
1757
|
+
},
|
|
1758
|
+
"autoSnapshot": {
|
|
1759
|
+
"$ref": "#/definitions/AutoSnapshot"
|
|
1760
|
+
},
|
|
1761
|
+
"auxLights": {
|
|
1762
|
+
"additionalProperties": {
|
|
1763
|
+
"$ref": "#/definitions/Removable%3CLight%3E"
|
|
1764
|
+
},
|
|
1765
|
+
"description": "Aux Light",
|
|
1766
|
+
"type": "object"
|
|
1767
|
+
},
|
|
1768
|
+
"bodyLeak": {
|
|
1769
|
+
"description": "Body Leak Fault",
|
|
1770
|
+
"type": "boolean"
|
|
1771
|
+
},
|
|
1772
|
+
"cameraHeads": {
|
|
1773
|
+
"additionalProperties": {
|
|
1774
|
+
"anyOf": [
|
|
1775
|
+
{
|
|
1776
|
+
"$ref": "#/definitions/Removable%3CA200CameraHead%3E"
|
|
1777
|
+
},
|
|
1778
|
+
{
|
|
1779
|
+
"$ref": "#/definitions/Removable%3CA150CameraHead%3E"
|
|
1780
|
+
},
|
|
1781
|
+
{
|
|
1782
|
+
"$ref": "#/definitions/Removable%3CTiltCameraHead%3E"
|
|
1783
|
+
}
|
|
1784
|
+
]
|
|
1785
|
+
},
|
|
1786
|
+
"description": "Camera Head",
|
|
1787
|
+
"type": "object"
|
|
1788
|
+
},
|
|
1789
|
+
"cameras": {
|
|
1790
|
+
"additionalProperties": {
|
|
1791
|
+
"$ref": "#/definitions/Removable%3CCameras%3E"
|
|
1792
|
+
},
|
|
1793
|
+
"description": "Onyx camera",
|
|
1794
|
+
"type": "object"
|
|
1795
|
+
},
|
|
1796
|
+
"cpProbe": {
|
|
1797
|
+
"description": "The cp probe",
|
|
1798
|
+
"type": "string"
|
|
1799
|
+
},
|
|
1800
|
+
"cpuTemp": {
|
|
1801
|
+
"description": "Temperature in degrees celsius",
|
|
1802
|
+
"type": "number"
|
|
1803
|
+
},
|
|
1804
|
+
"cygnus": {
|
|
1805
|
+
"$ref": "#/definitions/CygnusType"
|
|
1806
|
+
},
|
|
1807
|
+
"depth": {
|
|
1808
|
+
"type": "number"
|
|
1809
|
+
},
|
|
1810
|
+
"directPowerKitPresent": {
|
|
1811
|
+
"type": "boolean"
|
|
1812
|
+
},
|
|
1813
|
+
"drive": {
|
|
1814
|
+
"$ref": "#/definitions/RovDrive"
|
|
1815
|
+
},
|
|
1816
|
+
"dvl": {
|
|
1817
|
+
"$ref": "#/definitions/DVL",
|
|
1818
|
+
"description": "DVL"
|
|
1819
|
+
},
|
|
1820
|
+
"echosounder": {
|
|
1821
|
+
"$ref": "#/definitions/Echosounder",
|
|
1822
|
+
"description": "Echosounder device information and control"
|
|
1823
|
+
},
|
|
1824
|
+
"forwardDistance": {
|
|
1825
|
+
"type": "number"
|
|
1826
|
+
},
|
|
1827
|
+
"heading": {
|
|
1828
|
+
"maximum": 360,
|
|
1829
|
+
"minimum": 0,
|
|
1830
|
+
"type": "number"
|
|
1831
|
+
},
|
|
1832
|
+
"inWater": {
|
|
1833
|
+
"type": "boolean"
|
|
1834
|
+
},
|
|
1835
|
+
"inputDiagnostics": {
|
|
1836
|
+
"$ref": "#/definitions/RovInputDiagnostics",
|
|
1837
|
+
"description": "InputDiagnostics"
|
|
1838
|
+
},
|
|
1839
|
+
"ip": {
|
|
1840
|
+
"type": "string"
|
|
1841
|
+
},
|
|
1842
|
+
"leftBattery": {
|
|
1843
|
+
"$ref": "#/definitions/Battery",
|
|
1844
|
+
"description": "Left Battery"
|
|
1845
|
+
},
|
|
1846
|
+
"leftMotorDiagnostics": {
|
|
1847
|
+
"$ref": "#/definitions/MotorDiagnostics",
|
|
1848
|
+
"description": "Left Motor Diagnostics"
|
|
1849
|
+
},
|
|
1850
|
+
"localHeading": {
|
|
1851
|
+
"maximum": 360,
|
|
1852
|
+
"minimum": -360,
|
|
1853
|
+
"type": "number"
|
|
1854
|
+
},
|
|
1855
|
+
"locationForwarderOptions": {
|
|
1856
|
+
"$ref": "#/definitions/LocationForwarderOptions",
|
|
1857
|
+
"description": "Location Forwarding Options"
|
|
1858
|
+
},
|
|
1859
|
+
"model": {
|
|
1860
|
+
"const": 16,
|
|
1861
|
+
"type": "number"
|
|
1862
|
+
},
|
|
1863
|
+
"navigationOptions": {
|
|
1864
|
+
"$ref": "#/definitions/NavigationOptions",
|
|
1865
|
+
"description": "Navigation Options"
|
|
1866
|
+
},
|
|
1867
|
+
"pitch": {
|
|
1868
|
+
"maximum": 180,
|
|
1869
|
+
"minimum": -180,
|
|
1870
|
+
"type": "number"
|
|
1871
|
+
},
|
|
1872
|
+
"position": {
|
|
1873
|
+
"$ref": "#/definitions/Position",
|
|
1874
|
+
"description": "ROV Position"
|
|
1875
|
+
},
|
|
1876
|
+
"rightBattery": {
|
|
1877
|
+
"$ref": "#/definitions/Battery",
|
|
1878
|
+
"description": "Right Battery"
|
|
1879
|
+
},
|
|
1880
|
+
"rightMotorDiagnostics": {
|
|
1881
|
+
"$ref": "#/definitions/MotorDiagnostics",
|
|
1882
|
+
"description": "Right Motor Diagnostics"
|
|
1883
|
+
},
|
|
1884
|
+
"roll": {
|
|
1885
|
+
"maximum": 180,
|
|
1886
|
+
"minimum": -180,
|
|
1887
|
+
"type": "number"
|
|
1888
|
+
},
|
|
1889
|
+
"sensorPod": {
|
|
1890
|
+
"$ref": "#/definitions/CalibratableSensorPod"
|
|
1891
|
+
},
|
|
1892
|
+
"sensorPodLeak": {
|
|
1893
|
+
"type": "boolean"
|
|
1894
|
+
},
|
|
1895
|
+
"sonar3d": {
|
|
1896
|
+
"$ref": "#/definitions/Sonar3D",
|
|
1897
|
+
"description": "3d Sonar device informaton wihtout the HW and FW versions"
|
|
1898
|
+
},
|
|
1899
|
+
"spareMotors": {
|
|
1900
|
+
"additionalProperties": {
|
|
1901
|
+
"$ref": "#/definitions/Removable%3CMotorDiagnostics%3E"
|
|
1902
|
+
},
|
|
1903
|
+
"description": "Provides diagnostics for spare motors on the Rov. These spare motors can be used to extend the capabilities of the ROV by attaching various power tools to them. These tools can include CaviBlasters, cutters and etc.",
|
|
1904
|
+
"type": "object"
|
|
1905
|
+
},
|
|
1906
|
+
"turns": {
|
|
1907
|
+
"type": "number"
|
|
1908
|
+
},
|
|
1909
|
+
"usageTime": {
|
|
1910
|
+
"$ref": "#/definitions/UsageTime",
|
|
1911
|
+
"description": "Vehicle Usage Time"
|
|
1912
|
+
},
|
|
1913
|
+
"velocity": {
|
|
1914
|
+
"$ref": "#/definitions/Velocity",
|
|
1915
|
+
"description": "Rov Velocity"
|
|
1916
|
+
},
|
|
1917
|
+
"version": {
|
|
1918
|
+
"$ref": "#/definitions/DeviceVersion",
|
|
1919
|
+
"description": "Onyx Version"
|
|
1920
|
+
},
|
|
1921
|
+
"waterTemp": {
|
|
1922
|
+
"description": "Water temperature in degrees celsius",
|
|
1923
|
+
"type": "number"
|
|
1924
|
+
}
|
|
1925
|
+
},
|
|
1926
|
+
"required": [
|
|
1927
|
+
"model"
|
|
1928
|
+
],
|
|
1929
|
+
"type": "object"
|
|
1930
|
+
},
|
|
1931
|
+
"Osd": {
|
|
1932
|
+
"additionalProperties": false,
|
|
1933
|
+
"description": "OSD (On-screen Display)",
|
|
1934
|
+
"properties": {
|
|
1935
|
+
"charLimit": {
|
|
1936
|
+
"description": "Character limit\n\nThe character limit for the OSD. If the 'value' has more characters than charLimit, it will be truncated when displayed in the camera OSD.",
|
|
1937
|
+
"type": "number"
|
|
1938
|
+
},
|
|
1939
|
+
"enabled": {
|
|
1940
|
+
"description": "Enabled\n\nToggles the on-screen display of the harrier camera.",
|
|
1941
|
+
"type": "boolean"
|
|
1942
|
+
},
|
|
1943
|
+
"value": {
|
|
1944
|
+
"description": "Value\n\nThe OSD string text to be displayed.",
|
|
1945
|
+
"type": "string"
|
|
1946
|
+
}
|
|
1947
|
+
},
|
|
1948
|
+
"type": "object"
|
|
1949
|
+
},
|
|
1950
|
+
"Photon": {
|
|
1951
|
+
"additionalProperties": false,
|
|
1952
|
+
"description": "Photon Class",
|
|
1953
|
+
"properties": {
|
|
1954
|
+
"altitude": {
|
|
1955
|
+
"type": "number"
|
|
1956
|
+
},
|
|
1957
|
+
"altitudeValid": {
|
|
1958
|
+
"type": "boolean"
|
|
1959
|
+
},
|
|
1960
|
+
"autoSnapshot": {
|
|
1961
|
+
"$ref": "#/definitions/AutoSnapshot"
|
|
1962
|
+
},
|
|
1963
|
+
"auxLight": {
|
|
1964
|
+
"$ref": "#/definitions/Light",
|
|
1965
|
+
"description": "Aux Light\n\nControls the auxiliary light attached to the Photon."
|
|
1966
|
+
},
|
|
1967
|
+
"battery": {
|
|
1968
|
+
"$ref": "#/definitions/Battery",
|
|
1969
|
+
"description": "Battery"
|
|
1970
|
+
},
|
|
1971
|
+
"bodyLeak": {
|
|
1972
|
+
"description": "Body Leak Fault",
|
|
1973
|
+
"type": "boolean"
|
|
1974
|
+
},
|
|
1975
|
+
"cameraHead": {
|
|
1976
|
+
"$ref": "#/definitions/Removable%3CTiltCameraHead%3E",
|
|
1977
|
+
"description": "Camera Head"
|
|
1978
|
+
},
|
|
1979
|
+
"cameras": {
|
|
1980
|
+
"additionalProperties": {
|
|
1981
|
+
"$ref": "#/definitions/Removable%3CCameras%3E"
|
|
1982
|
+
},
|
|
1983
|
+
"description": "Photon camera",
|
|
1984
|
+
"type": "object"
|
|
1985
|
+
},
|
|
1986
|
+
"cpProbe": {
|
|
1987
|
+
"description": "The cp probe",
|
|
1988
|
+
"type": "string"
|
|
1989
|
+
},
|
|
1990
|
+
"cpuTemp": {
|
|
1991
|
+
"description": "Temperature in degrees celsius",
|
|
1992
|
+
"type": "number"
|
|
1993
|
+
},
|
|
1994
|
+
"cygnus": {
|
|
1995
|
+
"$ref": "#/definitions/CygnusType"
|
|
1996
|
+
},
|
|
1997
|
+
"depth": {
|
|
1998
|
+
"type": "number"
|
|
1999
|
+
},
|
|
2000
|
+
"directPowerKitPresent": {
|
|
2001
|
+
"type": "boolean"
|
|
2002
|
+
},
|
|
2003
|
+
"drive": {
|
|
2004
|
+
"$ref": "#/definitions/RovDrive"
|
|
2005
|
+
},
|
|
2006
|
+
"dvl": {
|
|
2007
|
+
"$ref": "#/definitions/DVL",
|
|
2008
|
+
"description": "DVL"
|
|
2009
|
+
},
|
|
2010
|
+
"echosounder": {
|
|
2011
|
+
"$ref": "#/definitions/Echosounder",
|
|
2012
|
+
"description": "Echosounder device information and control"
|
|
2013
|
+
},
|
|
2014
|
+
"forwardDistance": {
|
|
2015
|
+
"type": "number"
|
|
2016
|
+
},
|
|
2017
|
+
"frontLeftMotorDiagnostics": {
|
|
2018
|
+
"$ref": "#/definitions/MotorDiagnostics",
|
|
2019
|
+
"description": "Motor Diagnostics"
|
|
2020
|
+
},
|
|
2021
|
+
"frontRightMotorDiagnostics": {
|
|
2022
|
+
"$ref": "#/definitions/MotorDiagnostics",
|
|
2023
|
+
"description": "Motor Diagnostics"
|
|
2024
|
+
},
|
|
2025
|
+
"grabber": {
|
|
2026
|
+
"$ref": "#/definitions/Grabber",
|
|
2027
|
+
"description": "Grabber"
|
|
2028
|
+
},
|
|
2029
|
+
"heading": {
|
|
2030
|
+
"maximum": 360,
|
|
2031
|
+
"minimum": 0,
|
|
2032
|
+
"type": "number"
|
|
2033
|
+
},
|
|
2034
|
+
"inWater": {
|
|
2035
|
+
"type": "boolean"
|
|
2036
|
+
},
|
|
2037
|
+
"inputDiagnostics": {
|
|
2038
|
+
"$ref": "#/definitions/RovInputDiagnostics",
|
|
2039
|
+
"description": "InputDiagnostics"
|
|
2040
|
+
},
|
|
2041
|
+
"ip": {
|
|
2042
|
+
"type": "string"
|
|
2043
|
+
},
|
|
2044
|
+
"localHeading": {
|
|
2045
|
+
"maximum": 360,
|
|
2046
|
+
"minimum": -360,
|
|
2047
|
+
"type": "number"
|
|
2048
|
+
},
|
|
2049
|
+
"locationForwarderOptions": {
|
|
2050
|
+
"$ref": "#/definitions/LocationForwarderOptions",
|
|
2051
|
+
"description": "Location Forwarding Options"
|
|
2052
|
+
},
|
|
2053
|
+
"model": {
|
|
2054
|
+
"const": 24,
|
|
2055
|
+
"type": "number"
|
|
2056
|
+
},
|
|
2057
|
+
"navigationOptions": {
|
|
2058
|
+
"$ref": "#/definitions/NavigationOptions",
|
|
2059
|
+
"description": "Navigation Options"
|
|
2060
|
+
},
|
|
2061
|
+
"pitch": {
|
|
2062
|
+
"maximum": 180,
|
|
2063
|
+
"minimum": -180,
|
|
2064
|
+
"type": "number"
|
|
2065
|
+
},
|
|
2066
|
+
"position": {
|
|
2067
|
+
"$ref": "#/definitions/Position",
|
|
2068
|
+
"description": "ROV Position"
|
|
2069
|
+
},
|
|
2070
|
+
"rearLeftMotorDiagnostics": {
|
|
2071
|
+
"$ref": "#/definitions/MotorDiagnostics",
|
|
2072
|
+
"description": "Motor Diagnostics"
|
|
2073
|
+
},
|
|
2074
|
+
"rearRightMotorDiagnostics": {
|
|
2075
|
+
"$ref": "#/definitions/MotorDiagnostics",
|
|
2076
|
+
"description": "Motor Diagnostics"
|
|
2077
|
+
},
|
|
2078
|
+
"roll": {
|
|
2079
|
+
"maximum": 180,
|
|
2080
|
+
"minimum": -180,
|
|
2081
|
+
"type": "number"
|
|
2082
|
+
},
|
|
2083
|
+
"sensorPod": {
|
|
2084
|
+
"$ref": "#/definitions/CalibratableSensorPod"
|
|
2085
|
+
},
|
|
2086
|
+
"sensorPodLeak": {
|
|
2087
|
+
"type": "boolean"
|
|
2088
|
+
},
|
|
2089
|
+
"sonar3d": {
|
|
2090
|
+
"$ref": "#/definitions/Sonar3D",
|
|
2091
|
+
"description": "3d Sonar device informaton wihtout the HW and FW versions"
|
|
2092
|
+
},
|
|
2093
|
+
"turns": {
|
|
2094
|
+
"type": "number"
|
|
2095
|
+
},
|
|
2096
|
+
"usageTime": {
|
|
2097
|
+
"$ref": "#/definitions/UsageTime",
|
|
2098
|
+
"description": "Vehicle Usage Time"
|
|
2099
|
+
},
|
|
2100
|
+
"velocity": {
|
|
2101
|
+
"$ref": "#/definitions/Velocity",
|
|
2102
|
+
"description": "Rov Velocity"
|
|
2103
|
+
},
|
|
2104
|
+
"version": {
|
|
2105
|
+
"$ref": "#/definitions/DeviceVersion",
|
|
2106
|
+
"description": "Photon Version"
|
|
2107
|
+
},
|
|
2108
|
+
"verticalLeftMotorDiagnostics": {
|
|
2109
|
+
"$ref": "#/definitions/MotorDiagnostics",
|
|
2110
|
+
"description": "Motor Diagnostics"
|
|
2111
|
+
},
|
|
2112
|
+
"verticalRightMotorDiagnostics": {
|
|
2113
|
+
"$ref": "#/definitions/MotorDiagnostics",
|
|
2114
|
+
"description": "Motor Diagnostics"
|
|
2115
|
+
},
|
|
2116
|
+
"waterTemp": {
|
|
2117
|
+
"description": "Water temperature in degrees celsius",
|
|
2118
|
+
"type": "number"
|
|
2119
|
+
}
|
|
2120
|
+
},
|
|
2121
|
+
"required": [
|
|
2122
|
+
"model"
|
|
2123
|
+
],
|
|
2124
|
+
"type": "object"
|
|
2125
|
+
},
|
|
2126
|
+
"PhysicalLocation": {
|
|
2127
|
+
"description": "Network Diagnostics Physical Location enum",
|
|
2128
|
+
"enum": [
|
|
2129
|
+
"LOC",
|
|
2130
|
+
"REM"
|
|
2131
|
+
],
|
|
2132
|
+
"type": "string"
|
|
2133
|
+
},
|
|
2134
|
+
"Pivot": {
|
|
2135
|
+
"additionalProperties": false,
|
|
2136
|
+
"description": "Pivot Class",
|
|
2137
|
+
"properties": {
|
|
2138
|
+
"altitude": {
|
|
2139
|
+
"type": "number"
|
|
2140
|
+
},
|
|
2141
|
+
"altitudeValid": {
|
|
2142
|
+
"type": "boolean"
|
|
2143
|
+
},
|
|
2144
|
+
"autoSnapshot": {
|
|
2145
|
+
"$ref": "#/definitions/AutoSnapshot"
|
|
2146
|
+
},
|
|
2147
|
+
"auxLight": {
|
|
2148
|
+
"$ref": "#/definitions/Light",
|
|
2149
|
+
"description": "Aux Light\n\nControls the auxiliary light attached to the Revolution."
|
|
2150
|
+
},
|
|
2151
|
+
"bodyLeak": {
|
|
2152
|
+
"description": "Body Leak Fault",
|
|
2153
|
+
"type": "boolean"
|
|
2154
|
+
},
|
|
2155
|
+
"cameraHead": {
|
|
2156
|
+
"$ref": "#/definitions/Removable%3CTiltCameraHead%3E",
|
|
2157
|
+
"description": "Camera Head"
|
|
2158
|
+
},
|
|
2159
|
+
"cameras": {
|
|
2160
|
+
"additionalProperties": {
|
|
2161
|
+
"$ref": "#/definitions/Removable%3CCameras%3E"
|
|
2162
|
+
},
|
|
2163
|
+
"description": "Pivot camera",
|
|
2164
|
+
"type": "object"
|
|
2165
|
+
},
|
|
2166
|
+
"cpProbe": {
|
|
2167
|
+
"description": "The cp probe",
|
|
2168
|
+
"type": "string"
|
|
2169
|
+
},
|
|
2170
|
+
"cpuTemp": {
|
|
2171
|
+
"type": "number"
|
|
2172
|
+
},
|
|
2173
|
+
"cygnus": {
|
|
2174
|
+
"$ref": "#/definitions/CygnusType"
|
|
2175
|
+
},
|
|
2176
|
+
"depth": {
|
|
2177
|
+
"type": "number"
|
|
2178
|
+
},
|
|
2179
|
+
"directPowerKitPresent": {
|
|
2180
|
+
"type": "boolean"
|
|
2181
|
+
},
|
|
2182
|
+
"drive": {
|
|
2183
|
+
"$ref": "#/definitions/RovDrive"
|
|
2184
|
+
},
|
|
2185
|
+
"dvl": {
|
|
2186
|
+
"$ref": "#/definitions/DVL",
|
|
2187
|
+
"description": "DVL"
|
|
2188
|
+
},
|
|
2189
|
+
"echosounder": {
|
|
2190
|
+
"$ref": "#/definitions/Echosounder",
|
|
2191
|
+
"description": "Echosounder device information and control"
|
|
2192
|
+
},
|
|
2193
|
+
"forwardDistance": {
|
|
2194
|
+
"type": "number"
|
|
2195
|
+
},
|
|
2196
|
+
"frontLeftMotorDiagnostics": {
|
|
2197
|
+
"$ref": "#/definitions/MotorDiagnostics",
|
|
2198
|
+
"description": "Motor Diagnostics"
|
|
2199
|
+
},
|
|
2200
|
+
"frontRightMotorDiagnostics": {
|
|
2201
|
+
"$ref": "#/definitions/MotorDiagnostics",
|
|
2202
|
+
"description": "Motor Diagnostics"
|
|
2203
|
+
},
|
|
2204
|
+
"grabber": {
|
|
2205
|
+
"$ref": "#/definitions/Grabber",
|
|
2206
|
+
"description": "Grabber"
|
|
2207
|
+
},
|
|
2208
|
+
"heading": {
|
|
2209
|
+
"maximum": 360,
|
|
2210
|
+
"minimum": 0,
|
|
2211
|
+
"type": "number"
|
|
2212
|
+
},
|
|
2213
|
+
"inWater": {
|
|
2214
|
+
"type": "boolean"
|
|
2215
|
+
},
|
|
2216
|
+
"inputDiagnostics": {
|
|
2217
|
+
"$ref": "#/definitions/RovInputDiagnostics",
|
|
2218
|
+
"description": "InputDiagnostics"
|
|
2219
|
+
},
|
|
2220
|
+
"ip": {
|
|
2221
|
+
"type": "string"
|
|
2222
|
+
},
|
|
2223
|
+
"leftBattery": {
|
|
2224
|
+
"$ref": "#/definitions/Battery",
|
|
2225
|
+
"description": "Left Battery"
|
|
2226
|
+
},
|
|
2227
|
+
"localHeading": {
|
|
2228
|
+
"maximum": 360,
|
|
2229
|
+
"minimum": -360,
|
|
2230
|
+
"type": "number"
|
|
2231
|
+
},
|
|
2232
|
+
"locationForwarderOptions": {
|
|
2233
|
+
"$ref": "#/definitions/LocationForwarderOptions",
|
|
2234
|
+
"description": "Location Forwarding Options"
|
|
2235
|
+
},
|
|
2236
|
+
"model": {
|
|
2237
|
+
"const": 18,
|
|
2238
|
+
"type": "number"
|
|
2239
|
+
},
|
|
2240
|
+
"navigationOptions": {
|
|
2241
|
+
"$ref": "#/definitions/NavigationOptions",
|
|
2242
|
+
"description": "Navigation Options"
|
|
2243
|
+
},
|
|
2244
|
+
"pitch": {
|
|
2245
|
+
"maximum": 180,
|
|
2246
|
+
"minimum": -180,
|
|
2247
|
+
"type": "number"
|
|
2248
|
+
},
|
|
2249
|
+
"position": {
|
|
2250
|
+
"$ref": "#/definitions/Position",
|
|
2251
|
+
"description": "ROV Position"
|
|
2252
|
+
},
|
|
2253
|
+
"rearLeftMotorDiagnostics": {
|
|
2254
|
+
"$ref": "#/definitions/MotorDiagnostics",
|
|
2255
|
+
"description": "Motor Diagnostics"
|
|
2256
|
+
},
|
|
2257
|
+
"rearRightMotorDiagnostics": {
|
|
2258
|
+
"$ref": "#/definitions/MotorDiagnostics",
|
|
2259
|
+
"description": "Motor Diagnostics"
|
|
2260
|
+
},
|
|
2261
|
+
"rightBattery": {
|
|
2262
|
+
"$ref": "#/definitions/Battery",
|
|
2263
|
+
"description": "Right Battery"
|
|
2264
|
+
},
|
|
2265
|
+
"roll": {
|
|
2266
|
+
"maximum": 180,
|
|
2267
|
+
"minimum": -180,
|
|
2268
|
+
"type": "number"
|
|
2269
|
+
},
|
|
2270
|
+
"sensorPod": {
|
|
2271
|
+
"$ref": "#/definitions/CalibratableSensorPod"
|
|
2272
|
+
},
|
|
2273
|
+
"sensorPodLeak": {
|
|
2274
|
+
"type": "boolean"
|
|
2275
|
+
},
|
|
2276
|
+
"sonar3d": {
|
|
2277
|
+
"$ref": "#/definitions/Sonar3D",
|
|
2278
|
+
"description": "3d Sonar device informaton wihtout the HW and FW versions"
|
|
2279
|
+
},
|
|
2280
|
+
"spareMotor1": {
|
|
2281
|
+
"$ref": "#/definitions/MotorDiagnostics"
|
|
2282
|
+
},
|
|
2283
|
+
"tiltPlatform": {
|
|
2284
|
+
"$ref": "#/definitions/TiltPlatform",
|
|
2285
|
+
"description": "Grabber"
|
|
2286
|
+
},
|
|
2287
|
+
"turns": {
|
|
2288
|
+
"type": "number"
|
|
2289
|
+
},
|
|
2290
|
+
"usageTime": {
|
|
2291
|
+
"$ref": "#/definitions/UsageTime",
|
|
2292
|
+
"description": "Vehicle Usage Time"
|
|
2293
|
+
},
|
|
2294
|
+
"velocity": {
|
|
2295
|
+
"$ref": "#/definitions/Velocity",
|
|
2296
|
+
"description": "Rov Velocity"
|
|
2297
|
+
},
|
|
2298
|
+
"version": {
|
|
2299
|
+
"$ref": "#/definitions/DeviceVersion",
|
|
2300
|
+
"description": "Pivot Version"
|
|
2301
|
+
},
|
|
2302
|
+
"verticalFrontMotorDiagnostics": {
|
|
2303
|
+
"$ref": "#/definitions/MotorDiagnostics",
|
|
2304
|
+
"description": "Motor Diagnostics"
|
|
2305
|
+
},
|
|
2306
|
+
"verticalRearMotorDiagnostics": {
|
|
2307
|
+
"$ref": "#/definitions/MotorDiagnostics",
|
|
2308
|
+
"description": "Motor Diagnostics"
|
|
2309
|
+
},
|
|
2310
|
+
"waterTemp": {
|
|
2311
|
+
"type": "number"
|
|
2312
|
+
}
|
|
2313
|
+
},
|
|
2314
|
+
"required": [
|
|
2315
|
+
"model"
|
|
2316
|
+
],
|
|
2317
|
+
"type": "object"
|
|
2318
|
+
},
|
|
2319
|
+
"Position": {
|
|
2320
|
+
"additionalProperties": false,
|
|
2321
|
+
"description": "Rov Position",
|
|
2322
|
+
"properties": {
|
|
2323
|
+
"global": {
|
|
2324
|
+
"$ref": "#/definitions/GlobalPosition"
|
|
2325
|
+
},
|
|
2326
|
+
"local": {
|
|
2327
|
+
"$ref": "#/definitions/LocalPosition"
|
|
2328
|
+
},
|
|
2329
|
+
"reference": {
|
|
2330
|
+
"$ref": "#/definitions/GlobalPosition"
|
|
2331
|
+
},
|
|
2332
|
+
"top": {
|
|
2333
|
+
"$ref": "#/definitions/GlobalPosition",
|
|
2334
|
+
"description": "Topside position. Set by the topside, not the server."
|
|
2335
|
+
}
|
|
2336
|
+
},
|
|
2337
|
+
"type": "object"
|
|
2338
|
+
},
|
|
2339
|
+
"PositionNavigationOption": {
|
|
2340
|
+
"additionalProperties": false,
|
|
2341
|
+
"description": "Position Navigation Options",
|
|
2342
|
+
"properties": {
|
|
2343
|
+
"deadReckoningAvailable": {
|
|
2344
|
+
"description": "Dead Reckoning availability flag",
|
|
2345
|
+
"type": "boolean"
|
|
2346
|
+
},
|
|
2347
|
+
"rovGpsStatus": {
|
|
2348
|
+
"$ref": "#/definitions/GpsStatus"
|
|
2349
|
+
},
|
|
2350
|
+
"rovSource": {
|
|
2351
|
+
"$ref": "#/definitions/PositionSources",
|
|
2352
|
+
"description": "Source of ROV position."
|
|
2353
|
+
},
|
|
2354
|
+
"topSource": {
|
|
2355
|
+
"$ref": "#/definitions/TopPositionSources"
|
|
2356
|
+
},
|
|
2357
|
+
"topsideGpsStatus": {
|
|
2358
|
+
"$ref": "#/definitions/GpsStatus"
|
|
2359
|
+
}
|
|
2360
|
+
},
|
|
2361
|
+
"type": "object"
|
|
2362
|
+
},
|
|
2363
|
+
"PositionSources": {
|
|
2364
|
+
"description": "Enumerates the possible vehicle location provider sources available to the Web App.",
|
|
2365
|
+
"enum": [
|
|
2366
|
+
"NONE",
|
|
2367
|
+
"SEATRAC_USBL",
|
|
2368
|
+
"EXTERNAL_GPS",
|
|
2369
|
+
"STATIC"
|
|
2370
|
+
],
|
|
2371
|
+
"type": "string"
|
|
2372
|
+
},
|
|
2373
|
+
"PoweredReel": {
|
|
2374
|
+
"additionalProperties": false,
|
|
2375
|
+
"description": "Powered Reel",
|
|
2376
|
+
"properties": {
|
|
2377
|
+
"acConnected": {
|
|
2378
|
+
"description": "AC Connected",
|
|
2379
|
+
"type": "boolean"
|
|
2380
|
+
},
|
|
2381
|
+
"battery1": {
|
|
2382
|
+
"$ref": "#/definitions/Battery",
|
|
2383
|
+
"description": "Powered Reel Batteries 1"
|
|
2384
|
+
},
|
|
2385
|
+
"battery2": {
|
|
2386
|
+
"$ref": "#/definitions/Battery",
|
|
2387
|
+
"description": "Powered Reel Batteries 2"
|
|
2388
|
+
},
|
|
2389
|
+
"calibrator": {
|
|
2390
|
+
"description": "Calibrator\n\n| Calibrator | Front-end (request) | Back-end (response) | |-------------|---------------------|----------------------| | `true` | Calibrate | - | | `false` | Cancel Calibration | - | | `undefined` | - | - |",
|
|
2391
|
+
"type": "boolean"
|
|
2392
|
+
},
|
|
2393
|
+
"cpuTemp": {
|
|
2394
|
+
"description": "Reel CPU Temperature\n\nMeasured in degrees celsius",
|
|
2395
|
+
"type": "number"
|
|
2396
|
+
},
|
|
2397
|
+
"crawlerForward": {
|
|
2398
|
+
"type": "boolean"
|
|
2399
|
+
},
|
|
2400
|
+
"crawlerReverse": {
|
|
2401
|
+
"type": "boolean"
|
|
2402
|
+
},
|
|
2403
|
+
"distance": {
|
|
2404
|
+
"description": "Section tether distance",
|
|
2405
|
+
"type": "number"
|
|
2406
|
+
},
|
|
2407
|
+
"eStop": {
|
|
2408
|
+
"type": "boolean"
|
|
2409
|
+
},
|
|
2410
|
+
"encoderFailed": {
|
|
2411
|
+
"description": "Encoder failure detection",
|
|
2412
|
+
"type": "boolean"
|
|
2413
|
+
},
|
|
2414
|
+
"encoderMiscalibrated": {
|
|
2415
|
+
"description": "Encoder miscalibration detection",
|
|
2416
|
+
"type": "boolean"
|
|
2417
|
+
},
|
|
2418
|
+
"hybridPower": {
|
|
2419
|
+
"description": "Hybrid Power Enabled",
|
|
2420
|
+
"type": "boolean"
|
|
2421
|
+
},
|
|
2422
|
+
"ip": {
|
|
2423
|
+
"description": "IP address",
|
|
2424
|
+
"type": "string"
|
|
2425
|
+
},
|
|
2426
|
+
"leak": {
|
|
2427
|
+
"description": "Leak Detection",
|
|
2428
|
+
"type": "boolean"
|
|
2429
|
+
},
|
|
2430
|
+
"lineSpeed": {
|
|
2431
|
+
"description": "The reel line speed in m/min",
|
|
2432
|
+
"type": "number"
|
|
2433
|
+
},
|
|
2434
|
+
"model": {
|
|
2435
|
+
"const": 108,
|
|
2436
|
+
"type": "number"
|
|
2437
|
+
},
|
|
2438
|
+
"motor1Diagnostics": {
|
|
2439
|
+
"$ref": "#/definitions/MotorDiagnostics",
|
|
2440
|
+
"description": "Motor 1 Diagnostics"
|
|
2441
|
+
},
|
|
2442
|
+
"motor2Diagnostics": {
|
|
2443
|
+
"$ref": "#/definitions/MotorDiagnostics",
|
|
2444
|
+
"description": "Motor 2 Diagnostics"
|
|
2445
|
+
},
|
|
2446
|
+
"reelForward": {
|
|
2447
|
+
"type": "boolean"
|
|
2448
|
+
},
|
|
2449
|
+
"reelReverse": {
|
|
2450
|
+
"type": "boolean"
|
|
2451
|
+
},
|
|
2452
|
+
"speed": {
|
|
2453
|
+
"description": "Reel Drive Speed",
|
|
2454
|
+
"maximum": 120,
|
|
2455
|
+
"minimum": -120,
|
|
2456
|
+
"type": "number"
|
|
2457
|
+
},
|
|
2458
|
+
"spragBearing": {
|
|
2459
|
+
"$ref": "#/definitions/SpragBearing",
|
|
2460
|
+
"description": "Sprag Bearing"
|
|
2461
|
+
},
|
|
2462
|
+
"stalled": {
|
|
2463
|
+
"description": "Reel stalled",
|
|
2464
|
+
"type": "boolean"
|
|
2465
|
+
},
|
|
2466
|
+
"totalDistance": {
|
|
2467
|
+
"description": "Total tether distance",
|
|
2468
|
+
"type": "number"
|
|
2469
|
+
},
|
|
2470
|
+
"usageTime": {
|
|
2471
|
+
"$ref": "#/definitions/UsageTime",
|
|
2472
|
+
"description": "Usage Time"
|
|
2473
|
+
},
|
|
2474
|
+
"version": {
|
|
2475
|
+
"$ref": "#/definitions/DeviceVersion"
|
|
2476
|
+
}
|
|
2477
|
+
},
|
|
2478
|
+
"required": [
|
|
2479
|
+
"model"
|
|
2480
|
+
],
|
|
2481
|
+
"type": "object"
|
|
2482
|
+
},
|
|
2483
|
+
"Rate": {
|
|
2484
|
+
"enum": [
|
|
2485
|
+
-1,
|
|
2486
|
+
0,
|
|
2487
|
+
1
|
|
2488
|
+
],
|
|
2489
|
+
"type": "number"
|
|
2490
|
+
},
|
|
2491
|
+
"Removable<A150CameraHead>": {
|
|
2492
|
+
"anyOf": [
|
|
2493
|
+
{
|
|
2494
|
+
"$ref": "#/definitions/A150CameraHead"
|
|
2495
|
+
},
|
|
2496
|
+
{
|
|
2497
|
+
"additionalProperties": {
|
|
2498
|
+
"not": {}
|
|
2499
|
+
},
|
|
2500
|
+
"type": "object"
|
|
2501
|
+
}
|
|
2502
|
+
],
|
|
2503
|
+
"description": "Removable\n\nRepresents an object that can be removed."
|
|
2504
|
+
},
|
|
2505
|
+
"Removable<A200CameraHead>": {
|
|
2506
|
+
"anyOf": [
|
|
2507
|
+
{
|
|
2508
|
+
"$ref": "#/definitions/A200CameraHead"
|
|
2509
|
+
},
|
|
2510
|
+
{
|
|
2511
|
+
"additionalProperties": {
|
|
2512
|
+
"not": {}
|
|
2513
|
+
},
|
|
2514
|
+
"type": "object"
|
|
2515
|
+
}
|
|
2516
|
+
],
|
|
2517
|
+
"description": "Removable\n\nRepresents an object that can be removed."
|
|
2518
|
+
},
|
|
2519
|
+
"Removable<Cameras>": {
|
|
2520
|
+
"anyOf": [
|
|
2521
|
+
{
|
|
2522
|
+
"$ref": "#/definitions/Cameras"
|
|
2523
|
+
},
|
|
2524
|
+
{
|
|
2525
|
+
"additionalProperties": {
|
|
2526
|
+
"not": {}
|
|
2527
|
+
},
|
|
2528
|
+
"type": "object"
|
|
2529
|
+
}
|
|
2530
|
+
],
|
|
2531
|
+
"description": "Removable\n\nRepresents an object that can be removed."
|
|
2532
|
+
},
|
|
2533
|
+
"Removable<Devices>": {
|
|
2534
|
+
"anyOf": [
|
|
2535
|
+
{
|
|
2536
|
+
"$ref": "#/definitions/Devices"
|
|
2537
|
+
},
|
|
2538
|
+
{
|
|
2539
|
+
"additionalProperties": {
|
|
2540
|
+
"not": {}
|
|
2541
|
+
},
|
|
2542
|
+
"type": "object"
|
|
2543
|
+
}
|
|
2544
|
+
],
|
|
2545
|
+
"description": "Removable\n\nRepresents an object that can be removed."
|
|
2546
|
+
},
|
|
2547
|
+
"Removable<Light>": {
|
|
2548
|
+
"anyOf": [
|
|
2549
|
+
{
|
|
2550
|
+
"$ref": "#/definitions/Light"
|
|
2551
|
+
},
|
|
2552
|
+
{
|
|
2553
|
+
"additionalProperties": {
|
|
2554
|
+
"not": {}
|
|
2555
|
+
},
|
|
2556
|
+
"type": "object"
|
|
2557
|
+
}
|
|
2558
|
+
],
|
|
2559
|
+
"description": "Removable\n\nRepresents an object that can be removed."
|
|
2560
|
+
},
|
|
2561
|
+
"Removable<MotorDiagnostics>": {
|
|
2562
|
+
"anyOf": [
|
|
2563
|
+
{
|
|
2564
|
+
"$ref": "#/definitions/MotorDiagnostics"
|
|
2565
|
+
},
|
|
2566
|
+
{
|
|
2567
|
+
"additionalProperties": {
|
|
2568
|
+
"not": {}
|
|
2569
|
+
},
|
|
2570
|
+
"type": "object"
|
|
2571
|
+
}
|
|
2572
|
+
],
|
|
2573
|
+
"description": "Removable\n\nRepresents an object that can be removed."
|
|
2574
|
+
},
|
|
2575
|
+
"Removable<TiltCameraHead>": {
|
|
2576
|
+
"anyOf": [
|
|
2577
|
+
{
|
|
2578
|
+
"$ref": "#/definitions/TiltCameraHead"
|
|
2579
|
+
},
|
|
2580
|
+
{
|
|
2581
|
+
"additionalProperties": {
|
|
2582
|
+
"not": {}
|
|
2583
|
+
},
|
|
2584
|
+
"type": "object"
|
|
2585
|
+
}
|
|
2586
|
+
],
|
|
2587
|
+
"description": "Removable\n\nRepresents an object that can be removed."
|
|
2588
|
+
},
|
|
2589
|
+
"Resolution": {
|
|
2590
|
+
"additionalProperties": false,
|
|
2591
|
+
"description": "Resolution, in pixels",
|
|
2592
|
+
"properties": {
|
|
2593
|
+
"height": {
|
|
2594
|
+
"type": "number"
|
|
2595
|
+
},
|
|
2596
|
+
"width": {
|
|
2597
|
+
"type": "number"
|
|
2598
|
+
}
|
|
2599
|
+
},
|
|
2600
|
+
"type": "object"
|
|
2601
|
+
},
|
|
2602
|
+
"Revolution": {
|
|
2603
|
+
"additionalProperties": false,
|
|
2604
|
+
"description": "Revolution Class",
|
|
2605
|
+
"properties": {
|
|
2606
|
+
"altitude": {
|
|
2607
|
+
"type": "number"
|
|
2608
|
+
},
|
|
2609
|
+
"altitudeValid": {
|
|
2610
|
+
"type": "boolean"
|
|
2611
|
+
},
|
|
2612
|
+
"autoSnapshot": {
|
|
2613
|
+
"$ref": "#/definitions/AutoSnapshot"
|
|
2614
|
+
},
|
|
2615
|
+
"auxLight": {
|
|
2616
|
+
"$ref": "#/definitions/Light"
|
|
2617
|
+
},
|
|
2618
|
+
"bodyLeak": {
|
|
2619
|
+
"description": "Body Leak Fault",
|
|
2620
|
+
"type": "boolean"
|
|
2621
|
+
},
|
|
2622
|
+
"cameraHead": {
|
|
2623
|
+
"$ref": "#/definitions/Removable%3CTiltCameraHead%3E",
|
|
2624
|
+
"description": "Camera Head"
|
|
2625
|
+
},
|
|
2626
|
+
"cameras": {
|
|
2627
|
+
"additionalProperties": {
|
|
2628
|
+
"$ref": "#/definitions/Removable%3CCameras%3E"
|
|
2629
|
+
},
|
|
2630
|
+
"type": "object"
|
|
2631
|
+
},
|
|
2632
|
+
"cpProbe": {
|
|
2633
|
+
"description": "The cp probe",
|
|
2634
|
+
"type": "string"
|
|
2635
|
+
},
|
|
2636
|
+
"cpuTemp": {
|
|
2637
|
+
"type": "number"
|
|
2638
|
+
},
|
|
2639
|
+
"cygnus": {
|
|
2640
|
+
"$ref": "#/definitions/CygnusType"
|
|
2641
|
+
},
|
|
2642
|
+
"depth": {
|
|
2643
|
+
"type": "number"
|
|
2644
|
+
},
|
|
2645
|
+
"directPowerKitPresent": {
|
|
2646
|
+
"type": "boolean"
|
|
2647
|
+
},
|
|
2648
|
+
"drive": {
|
|
2649
|
+
"$ref": "#/definitions/RovDrive"
|
|
2650
|
+
},
|
|
2651
|
+
"dvl": {
|
|
2652
|
+
"$ref": "#/definitions/DVL",
|
|
2653
|
+
"description": "DVL"
|
|
2654
|
+
},
|
|
2655
|
+
"echosounder": {
|
|
2656
|
+
"$ref": "#/definitions/Echosounder",
|
|
2657
|
+
"description": "Echosounder device information and control"
|
|
2658
|
+
},
|
|
2659
|
+
"forwardDistance": {
|
|
2660
|
+
"type": "number"
|
|
2661
|
+
},
|
|
2662
|
+
"frontLeftMotorDiagnostics": {
|
|
2663
|
+
"$ref": "#/definitions/MotorDiagnostics"
|
|
2664
|
+
},
|
|
2665
|
+
"frontRightMotorDiagnostics": {
|
|
2666
|
+
"$ref": "#/definitions/MotorDiagnostics",
|
|
2667
|
+
"description": "Front Right Motor Diagnostics"
|
|
2668
|
+
},
|
|
2669
|
+
"grabber": {
|
|
2670
|
+
"$ref": "#/definitions/Grabber",
|
|
2671
|
+
"description": "Grabber"
|
|
2672
|
+
},
|
|
2673
|
+
"heading": {
|
|
2674
|
+
"maximum": 360,
|
|
2675
|
+
"minimum": 0,
|
|
2676
|
+
"type": "number"
|
|
2677
|
+
},
|
|
2678
|
+
"inWater": {
|
|
2679
|
+
"type": "boolean"
|
|
2680
|
+
},
|
|
2681
|
+
"inputDiagnostics": {
|
|
2682
|
+
"$ref": "#/definitions/RovInputDiagnostics",
|
|
2683
|
+
"description": "InputDiagnostics"
|
|
2684
|
+
},
|
|
2685
|
+
"ip": {
|
|
2686
|
+
"type": "string"
|
|
2687
|
+
},
|
|
2688
|
+
"leftBattery": {
|
|
2689
|
+
"$ref": "#/definitions/Battery",
|
|
2690
|
+
"description": "Left Battery"
|
|
2691
|
+
},
|
|
2692
|
+
"localHeading": {
|
|
2693
|
+
"maximum": 360,
|
|
2694
|
+
"minimum": -360,
|
|
2695
|
+
"type": "number"
|
|
2696
|
+
},
|
|
2697
|
+
"locationForwarderOptions": {
|
|
2698
|
+
"$ref": "#/definitions/LocationForwarderOptions",
|
|
2699
|
+
"description": "Location Forwarding Options"
|
|
2700
|
+
},
|
|
2701
|
+
"model": {
|
|
2702
|
+
"const": 13,
|
|
2703
|
+
"type": "number"
|
|
2704
|
+
},
|
|
2705
|
+
"navigationOptions": {
|
|
2706
|
+
"$ref": "#/definitions/NavigationOptions",
|
|
2707
|
+
"description": "Navigation Options"
|
|
2708
|
+
},
|
|
2709
|
+
"pitch": {
|
|
2710
|
+
"maximum": 180,
|
|
2711
|
+
"minimum": -180,
|
|
2712
|
+
"type": "number"
|
|
2713
|
+
},
|
|
2714
|
+
"position": {
|
|
2715
|
+
"$ref": "#/definitions/Position",
|
|
2716
|
+
"description": "ROV Position"
|
|
2717
|
+
},
|
|
2718
|
+
"rearLeftMotorDiagnostics": {
|
|
2719
|
+
"$ref": "#/definitions/MotorDiagnostics",
|
|
2720
|
+
"description": "Rear Left Motor Diagnostics"
|
|
2721
|
+
},
|
|
2722
|
+
"rearRightMotorDiagnostics": {
|
|
2723
|
+
"$ref": "#/definitions/MotorDiagnostics",
|
|
2724
|
+
"description": "Rear Right Motor Diagnostics"
|
|
2725
|
+
},
|
|
2726
|
+
"rightBattery": {
|
|
2727
|
+
"$ref": "#/definitions/Battery",
|
|
2728
|
+
"description": "Right Battery"
|
|
2729
|
+
},
|
|
2730
|
+
"roll": {
|
|
2731
|
+
"maximum": 180,
|
|
2732
|
+
"minimum": -180,
|
|
2733
|
+
"type": "number"
|
|
2734
|
+
},
|
|
2735
|
+
"sensorPod": {
|
|
2736
|
+
"$ref": "#/definitions/CalibratableSensorPod"
|
|
2737
|
+
},
|
|
2738
|
+
"sensorPodLeak": {
|
|
2739
|
+
"type": "boolean"
|
|
2740
|
+
},
|
|
2741
|
+
"sonar3d": {
|
|
2742
|
+
"$ref": "#/definitions/Sonar3D",
|
|
2743
|
+
"description": "3d Sonar device informaton wihtout the HW and FW versions"
|
|
2744
|
+
},
|
|
2745
|
+
"spareMotor1": {
|
|
2746
|
+
"$ref": "#/definitions/MotorDiagnostics"
|
|
2747
|
+
},
|
|
2748
|
+
"spareMotor2": {
|
|
2749
|
+
"$ref": "#/definitions/MotorDiagnostics"
|
|
2750
|
+
},
|
|
2751
|
+
"turns": {
|
|
2752
|
+
"type": "number"
|
|
2753
|
+
},
|
|
2754
|
+
"usageTime": {
|
|
2755
|
+
"$ref": "#/definitions/UsageTime",
|
|
2756
|
+
"description": "Vehicle Usage Time"
|
|
2757
|
+
},
|
|
2758
|
+
"velocity": {
|
|
2759
|
+
"$ref": "#/definitions/Velocity",
|
|
2760
|
+
"description": "Rov Velocity"
|
|
2761
|
+
},
|
|
2762
|
+
"version": {
|
|
2763
|
+
"$ref": "#/definitions/DeviceVersion",
|
|
2764
|
+
"description": "ROV Version"
|
|
2765
|
+
},
|
|
2766
|
+
"verticalLeftMotorDiagnostics": {
|
|
2767
|
+
"$ref": "#/definitions/MotorDiagnostics",
|
|
2768
|
+
"description": "Vertical Left Motor Diagnostics"
|
|
2769
|
+
},
|
|
2770
|
+
"verticalRightMotorDiagnostics": {
|
|
2771
|
+
"$ref": "#/definitions/MotorDiagnostics",
|
|
2772
|
+
"description": "Vertical Right Motor Diagnostics"
|
|
2773
|
+
},
|
|
2774
|
+
"waterTemp": {
|
|
2775
|
+
"type": "number"
|
|
2776
|
+
}
|
|
2777
|
+
},
|
|
2778
|
+
"required": [
|
|
2779
|
+
"model"
|
|
2780
|
+
],
|
|
2781
|
+
"type": "object"
|
|
2782
|
+
},
|
|
2783
|
+
"RotaryJoint": {
|
|
2784
|
+
"additionalProperties": false,
|
|
2785
|
+
"description": "Rotary Joint\n\nThis joint can rotate around.",
|
|
2786
|
+
"properties": {
|
|
2787
|
+
"position": {
|
|
2788
|
+
"maximum": 110,
|
|
2789
|
+
"minimum": -90,
|
|
2790
|
+
"type": "number"
|
|
2791
|
+
},
|
|
2792
|
+
"speed": {
|
|
2793
|
+
"maximum": 100,
|
|
2794
|
+
"minimum": -100,
|
|
2795
|
+
"type": "number"
|
|
2796
|
+
}
|
|
2797
|
+
},
|
|
2798
|
+
"type": "object"
|
|
2799
|
+
},
|
|
2800
|
+
"RovDrive": {
|
|
2801
|
+
"additionalProperties": false,
|
|
2802
|
+
"description": "Rov Drive",
|
|
2803
|
+
"properties": {
|
|
2804
|
+
"modes": {
|
|
2805
|
+
"additionalProperties": false,
|
|
2806
|
+
"description": "Modes are not mutually exclusive. Mode requests to the ROV are handled via the state-system",
|
|
2807
|
+
"properties": {
|
|
2808
|
+
"altitudeLock": {
|
|
2809
|
+
"type": "boolean"
|
|
2810
|
+
},
|
|
2811
|
+
"autoStabilization": {
|
|
2812
|
+
"type": "boolean"
|
|
2813
|
+
},
|
|
2814
|
+
"depthLock": {
|
|
2815
|
+
"type": "boolean"
|
|
2816
|
+
},
|
|
2817
|
+
"distanceLock": {
|
|
2818
|
+
"$ref": "#/definitions/DistanceLock"
|
|
2819
|
+
},
|
|
2820
|
+
"headingLock": {
|
|
2821
|
+
"type": "boolean"
|
|
2822
|
+
},
|
|
2823
|
+
"motorsDisabled": {
|
|
2824
|
+
"type": "boolean"
|
|
2825
|
+
},
|
|
2826
|
+
"stationHolding": {
|
|
2827
|
+
"type": "boolean"
|
|
2828
|
+
}
|
|
2829
|
+
},
|
|
2830
|
+
"type": "object"
|
|
2831
|
+
},
|
|
2832
|
+
"thrust": {
|
|
2833
|
+
"$ref": "#/definitions/RovThrust",
|
|
2834
|
+
"description": "Thrust - forward, yaw, vertical and lateral"
|
|
2835
|
+
}
|
|
2836
|
+
},
|
|
2837
|
+
"type": "object"
|
|
2838
|
+
},
|
|
2839
|
+
"RovInputDiagnostics": {
|
|
2840
|
+
"additionalProperties": false,
|
|
2841
|
+
"description": "RovInputDiagnostics",
|
|
2842
|
+
"properties": {
|
|
2843
|
+
"controls": {
|
|
2844
|
+
"additionalProperties": false,
|
|
2845
|
+
"description": "Rov motor controls",
|
|
2846
|
+
"properties": {
|
|
2847
|
+
"bodyPitch": {
|
|
2848
|
+
"description": "Body pitch drive input value",
|
|
2849
|
+
"type": "number"
|
|
2850
|
+
},
|
|
2851
|
+
"cameraPitch": {
|
|
2852
|
+
"description": "Camera pitch drive input value",
|
|
2853
|
+
"type": "number"
|
|
2854
|
+
},
|
|
2855
|
+
"forward": {
|
|
2856
|
+
"description": "Forward drive input value",
|
|
2857
|
+
"type": "number"
|
|
2858
|
+
},
|
|
2859
|
+
"grabberOpenClose": {
|
|
2860
|
+
"description": "Grabber open/close drive input value",
|
|
2861
|
+
"type": "number"
|
|
2862
|
+
},
|
|
2863
|
+
"grabberRotate": {
|
|
2864
|
+
"description": "Grabber rotate drive input value",
|
|
2865
|
+
"type": "number"
|
|
2866
|
+
},
|
|
2867
|
+
"lateral": {
|
|
2868
|
+
"description": "Lateral drive input value",
|
|
2869
|
+
"type": "number"
|
|
2870
|
+
},
|
|
2871
|
+
"vertical": {
|
|
2872
|
+
"description": "Vertical drive input value",
|
|
2873
|
+
"type": "number"
|
|
2874
|
+
},
|
|
2875
|
+
"yaw": {
|
|
2876
|
+
"description": "Yaw drive input value",
|
|
2877
|
+
"type": "number"
|
|
2878
|
+
}
|
|
2879
|
+
},
|
|
2880
|
+
"type": "object"
|
|
2881
|
+
}
|
|
2882
|
+
},
|
|
2883
|
+
"required": [
|
|
2884
|
+
"controls"
|
|
2885
|
+
],
|
|
2886
|
+
"type": "object"
|
|
2887
|
+
},
|
|
2888
|
+
"RovThrust": {
|
|
2889
|
+
"additionalProperties": false,
|
|
2890
|
+
"description": "Rov Thrust",
|
|
2891
|
+
"properties": {
|
|
2892
|
+
"forward": {
|
|
2893
|
+
"type": "number"
|
|
2894
|
+
},
|
|
2895
|
+
"lateral": {
|
|
2896
|
+
"type": "number"
|
|
2897
|
+
},
|
|
2898
|
+
"vertical": {
|
|
2899
|
+
"type": "number"
|
|
2900
|
+
},
|
|
2901
|
+
"yaw": {
|
|
2902
|
+
"type": "number"
|
|
2903
|
+
}
|
|
2904
|
+
},
|
|
2905
|
+
"required": [
|
|
2906
|
+
"forward",
|
|
2907
|
+
"yaw"
|
|
2908
|
+
],
|
|
2909
|
+
"type": "object"
|
|
2910
|
+
},
|
|
2911
|
+
"SWUpdate": {
|
|
2912
|
+
"additionalProperties": false,
|
|
2913
|
+
"description": "SWUpdate\n\nAn endpoint to facilitate the software update process.",
|
|
2914
|
+
"properties": {
|
|
2915
|
+
"file": {
|
|
2916
|
+
"$ref": "#/definitions/FileTransfer",
|
|
2917
|
+
"description": "File"
|
|
2918
|
+
},
|
|
2919
|
+
"log": {
|
|
2920
|
+
"description": "Log",
|
|
2921
|
+
"type": "string"
|
|
2922
|
+
},
|
|
2923
|
+
"offlineUpdates": {
|
|
2924
|
+
"$ref": "#/definitions/OfflineUpdateState",
|
|
2925
|
+
"description": "# Description Informs user of the current state of offline updates. User can also set this state to start offline updates or check for available ones. # JSON Examples ## Check for offline updates ## Offline updates available ```json { \"apiVersion\": \"1.0.0\", \"method\": \"UPDATE\", \"payload\": { \"swupdate\": { \"offlineUpdates\": 1 } } } ``` ## System up-to-date (No new offline updates available) ```json { \"apiVersion\": \"1.0.0\", \"method\": \"UPDATE\", \"payload\": { \"swupdate\": { \"offlineUpdates\": 1 } } } ``` ## Start offline updates ```json { \"apiVersion\": \"1.0.0\", \"method\": \"SET\", \"payload\": { \"swupdate\": { \"offlineUpdates\": 4 } } } ```"
|
|
2926
|
+
},
|
|
2927
|
+
"progress": {
|
|
2928
|
+
"description": "Progress",
|
|
2929
|
+
"maximum": 100,
|
|
2930
|
+
"minimum": 0,
|
|
2931
|
+
"type": "number"
|
|
2932
|
+
},
|
|
2933
|
+
"releaseInfo": {
|
|
2934
|
+
"description": "ReleaseInfo",
|
|
2935
|
+
"type": "string"
|
|
2936
|
+
}
|
|
2937
|
+
},
|
|
2938
|
+
"type": "object"
|
|
2939
|
+
},
|
|
2940
|
+
"SerialDevice": {
|
|
2941
|
+
"additionalProperties": false,
|
|
2942
|
+
"description": "Handler for serial-over-ip. Allows for the topside controller to transmit data to/from the vehicle/peripheral to/from another system. (i.e. Side-scan sonar, topside GPS)",
|
|
2943
|
+
"properties": {
|
|
2944
|
+
"baudRate": {
|
|
2945
|
+
"type": "number"
|
|
2946
|
+
},
|
|
2947
|
+
"connectionId": {
|
|
2948
|
+
"type": "string"
|
|
2949
|
+
},
|
|
2950
|
+
"connectionName": {
|
|
2951
|
+
"type": "string"
|
|
2952
|
+
},
|
|
2953
|
+
"deviceType": {
|
|
2954
|
+
"$ref": "#/definitions/SerialDeviceType"
|
|
2955
|
+
},
|
|
2956
|
+
"isConfigurable": {
|
|
2957
|
+
"type": "boolean"
|
|
2958
|
+
},
|
|
2959
|
+
"name": {
|
|
2960
|
+
"type": "string"
|
|
2961
|
+
}
|
|
2962
|
+
},
|
|
2963
|
+
"required": [
|
|
2964
|
+
"name"
|
|
2965
|
+
],
|
|
2966
|
+
"type": "object"
|
|
2967
|
+
},
|
|
2968
|
+
"SerialDeviceType": {
|
|
2969
|
+
"description": "Denotes the origin of the serial device.",
|
|
2970
|
+
"enum": [
|
|
2971
|
+
"ROV",
|
|
2972
|
+
"Web",
|
|
2973
|
+
"Internal",
|
|
2974
|
+
"Controller"
|
|
2975
|
+
],
|
|
2976
|
+
"type": "string"
|
|
2977
|
+
},
|
|
2978
|
+
"SnapshotIntervals": {
|
|
2979
|
+
"description": "Snapshot intervals (in seconds) for auto snapshot feature.",
|
|
2980
|
+
"enum": [
|
|
2981
|
+
1,
|
|
2982
|
+
2,
|
|
2983
|
+
3,
|
|
2984
|
+
4,
|
|
2985
|
+
5,
|
|
2986
|
+
10,
|
|
2987
|
+
15,
|
|
2988
|
+
30,
|
|
2989
|
+
60
|
|
2990
|
+
],
|
|
2991
|
+
"type": "number"
|
|
2992
|
+
},
|
|
2993
|
+
"SoftwareUpdate": {
|
|
2994
|
+
"additionalProperties": false,
|
|
2995
|
+
"description": "SoftwareUpdate\n\nDescribes a software update giving a release date and corresponding version notes.",
|
|
2996
|
+
"properties": {
|
|
2997
|
+
"releaseDate": {
|
|
2998
|
+
"type": "string"
|
|
2999
|
+
},
|
|
3000
|
+
"versionNotes": {
|
|
3001
|
+
"$ref": "#/definitions/VersionNote"
|
|
3002
|
+
}
|
|
3003
|
+
},
|
|
3004
|
+
"required": [
|
|
3005
|
+
"releaseDate",
|
|
3006
|
+
"versionNotes"
|
|
3007
|
+
],
|
|
3008
|
+
"type": "object"
|
|
3009
|
+
},
|
|
3010
|
+
"Sonar": {
|
|
3011
|
+
"additionalProperties": false,
|
|
3012
|
+
"description": "Sonar",
|
|
3013
|
+
"properties": {
|
|
3014
|
+
"active": {
|
|
3015
|
+
"deprecated": "use enabled property.",
|
|
3016
|
+
"description": "Indicates if the device is currently sending frames to the web app when set to true the backend will create a datachannel called \"SONAR_DATA_CHANNEL\" to send sonar images",
|
|
3017
|
+
"type": "boolean"
|
|
3018
|
+
},
|
|
3019
|
+
"enabled": {
|
|
3020
|
+
"description": "If true, then the sonar is actively sending data to the webapp. If false, the sonar is available on the network but isn't connected to the webapp specifically.",
|
|
3021
|
+
"type": "boolean"
|
|
3022
|
+
},
|
|
3023
|
+
"frequency": {
|
|
3024
|
+
"$ref": "#/definitions/SonarFrequency",
|
|
3025
|
+
"description": "The frequency of the device"
|
|
3026
|
+
},
|
|
3027
|
+
"gain": {
|
|
3028
|
+
"description": "The gain of the sonar",
|
|
3029
|
+
"type": "number"
|
|
3030
|
+
},
|
|
3031
|
+
"ip": {
|
|
3032
|
+
"description": "The dynamic IP address of the sonar. This is the IP address assigned to the sonar by the network's DHCP server. It can change over time, especially if the sonar is restarted or the network configuration changes.",
|
|
3033
|
+
"type": "string"
|
|
3034
|
+
},
|
|
3035
|
+
"lowPower": {
|
|
3036
|
+
"description": "The low power state of the device",
|
|
3037
|
+
"type": "boolean"
|
|
3038
|
+
},
|
|
3039
|
+
"macAddressId": {
|
|
3040
|
+
"description": "The sonar's unique identifier, typically a MAC address. This is used to identify the sonar in the network.",
|
|
3041
|
+
"type": "string"
|
|
3042
|
+
},
|
|
3043
|
+
"maxRange": {
|
|
3044
|
+
"description": "Maximum range that the sonar can be configured to.",
|
|
3045
|
+
"type": "number"
|
|
3046
|
+
},
|
|
3047
|
+
"model": {
|
|
3048
|
+
"$ref": "#/definitions/SonarModel",
|
|
3049
|
+
"description": "The model of the sonar"
|
|
3050
|
+
},
|
|
3051
|
+
"pitch": {
|
|
3052
|
+
"description": "The pitch angle of the sonar in degrees",
|
|
3053
|
+
"type": "number"
|
|
3054
|
+
},
|
|
3055
|
+
"range": {
|
|
3056
|
+
"description": "The range of the sonar",
|
|
3057
|
+
"type": "number"
|
|
3058
|
+
},
|
|
3059
|
+
"salinity": {
|
|
3060
|
+
"description": "The salinity of the water that the sonar is operating in. Helps decide the speed of sound.",
|
|
3061
|
+
"type": "number"
|
|
3062
|
+
}
|
|
3063
|
+
},
|
|
3064
|
+
"type": "object"
|
|
3065
|
+
},
|
|
3066
|
+
"Sonar3D": {
|
|
3067
|
+
"additionalProperties": false,
|
|
3068
|
+
"description": "Sonar 3D",
|
|
3069
|
+
"properties": {
|
|
3070
|
+
"ip": {
|
|
3071
|
+
"description": "IP address",
|
|
3072
|
+
"type": "string"
|
|
3073
|
+
},
|
|
3074
|
+
"mac": {
|
|
3075
|
+
"type": "string"
|
|
3076
|
+
},
|
|
3077
|
+
"model": {
|
|
3078
|
+
"$ref": "#/definitions/DeviceModel",
|
|
3079
|
+
"description": "Deep Trekker internal device model numbers. This can be used for selecting the associated device schema."
|
|
3080
|
+
}
|
|
3081
|
+
},
|
|
3082
|
+
"required": [
|
|
3083
|
+
"model"
|
|
3084
|
+
],
|
|
3085
|
+
"type": "object"
|
|
3086
|
+
},
|
|
3087
|
+
"SonarFrequency": {
|
|
3088
|
+
"description": "Sonar frequency levels",
|
|
3089
|
+
"enum": [
|
|
3090
|
+
"HIGH",
|
|
3091
|
+
"LOW"
|
|
3092
|
+
],
|
|
3093
|
+
"type": "string"
|
|
3094
|
+
},
|
|
3095
|
+
"SonarModel": {
|
|
3096
|
+
"description": "Sonar models",
|
|
3097
|
+
"enum": [
|
|
3098
|
+
"oculus",
|
|
3099
|
+
"tritech"
|
|
3100
|
+
],
|
|
3101
|
+
"type": "string"
|
|
3102
|
+
},
|
|
3103
|
+
"Sonde": {
|
|
3104
|
+
"additionalProperties": false,
|
|
3105
|
+
"description": "Sonde",
|
|
3106
|
+
"properties": {
|
|
3107
|
+
"enabled": {
|
|
3108
|
+
"type": "boolean"
|
|
3109
|
+
}
|
|
3110
|
+
},
|
|
3111
|
+
"required": [
|
|
3112
|
+
"enabled"
|
|
3113
|
+
],
|
|
3114
|
+
"type": "object"
|
|
3115
|
+
},
|
|
3116
|
+
"SpragBearing": {
|
|
3117
|
+
"description": "Sprag Bearing Types",
|
|
3118
|
+
"enum": [
|
|
3119
|
+
"FKNN6204-2RS",
|
|
3120
|
+
"FKNN6205-2RS"
|
|
3121
|
+
],
|
|
3122
|
+
"type": "string"
|
|
3123
|
+
},
|
|
3124
|
+
"Stream": {
|
|
3125
|
+
"additionalProperties": false,
|
|
3126
|
+
"description": "Camera stream",
|
|
3127
|
+
"properties": {
|
|
3128
|
+
"active": {
|
|
3129
|
+
"description": "Stream active",
|
|
3130
|
+
"type": "boolean"
|
|
3131
|
+
},
|
|
3132
|
+
"bitrate": {
|
|
3133
|
+
"description": "Camera stream bitrate",
|
|
3134
|
+
"type": "number"
|
|
3135
|
+
},
|
|
3136
|
+
"bitrateOptions": {
|
|
3137
|
+
"description": "Available bitrate options",
|
|
3138
|
+
"items": {
|
|
3139
|
+
"type": "number"
|
|
3140
|
+
},
|
|
3141
|
+
"type": "array"
|
|
3142
|
+
},
|
|
3143
|
+
"resolution": {
|
|
3144
|
+
"$ref": "#/definitions/Resolution",
|
|
3145
|
+
"description": "Stream resolution"
|
|
3146
|
+
}
|
|
3147
|
+
},
|
|
3148
|
+
"required": [
|
|
3149
|
+
"active"
|
|
3150
|
+
],
|
|
3151
|
+
"type": "object"
|
|
3152
|
+
},
|
|
3153
|
+
"StreamMode": {
|
|
3154
|
+
"additionalProperties": false,
|
|
3155
|
+
"description": "Stream Mode",
|
|
3156
|
+
"properties": {
|
|
3157
|
+
"availableModes": {
|
|
3158
|
+
"additionalProperties": false,
|
|
3159
|
+
"description": "All available modes for this camera.",
|
|
3160
|
+
"properties": {
|
|
3161
|
+
"RTSP": {
|
|
3162
|
+
"type": "boolean"
|
|
3163
|
+
},
|
|
3164
|
+
"WEBRTC": {
|
|
3165
|
+
"type": "boolean"
|
|
3166
|
+
}
|
|
3167
|
+
},
|
|
3168
|
+
"type": "object"
|
|
3169
|
+
},
|
|
3170
|
+
"mode": {
|
|
3171
|
+
"$ref": "#/definitions/StreamModes",
|
|
3172
|
+
"description": "The currently active mode"
|
|
3173
|
+
}
|
|
3174
|
+
},
|
|
3175
|
+
"type": "object"
|
|
3176
|
+
},
|
|
3177
|
+
"StreamModes": {
|
|
3178
|
+
"description": "Streaming Mode for the camera",
|
|
3179
|
+
"enum": [
|
|
3180
|
+
"RTSP",
|
|
3181
|
+
"WEBRTC"
|
|
3182
|
+
],
|
|
3183
|
+
"type": "string"
|
|
3184
|
+
},
|
|
3185
|
+
"SystemDiagnostics": {
|
|
3186
|
+
"additionalProperties": false,
|
|
3187
|
+
"description": "SystemDiagnostics",
|
|
3188
|
+
"properties": {
|
|
3189
|
+
"conGuiCpuUsage": {
|
|
3190
|
+
"type": "number"
|
|
3191
|
+
},
|
|
3192
|
+
"conGuiMemUsage": {
|
|
3193
|
+
"type": "number"
|
|
3194
|
+
},
|
|
3195
|
+
"totalCpuUsage": {
|
|
3196
|
+
"type": "number"
|
|
3197
|
+
},
|
|
3198
|
+
"totalMemUsage": {
|
|
3199
|
+
"type": "number"
|
|
3200
|
+
}
|
|
3201
|
+
},
|
|
3202
|
+
"type": "object"
|
|
3203
|
+
},
|
|
3204
|
+
"SystemOfMeasurement": {
|
|
3205
|
+
"description": "System unit of measurement enum",
|
|
3206
|
+
"enum": [
|
|
3207
|
+
"IMPERIAL",
|
|
3208
|
+
"METRIC"
|
|
3209
|
+
],
|
|
3210
|
+
"type": "string"
|
|
3211
|
+
},
|
|
3212
|
+
"SystemSettings": {
|
|
3213
|
+
"additionalProperties": false,
|
|
3214
|
+
"description": "SystemSettings\n\nAn endpoint to facilitate requesting and adjusting system settings.",
|
|
3215
|
+
"properties": {
|
|
3216
|
+
"dateTime": {
|
|
3217
|
+
"$ref": "#/definitions/DateTime"
|
|
3218
|
+
},
|
|
3219
|
+
"systemOfMeasurement": {
|
|
3220
|
+
"$ref": "#/definitions/SystemOfMeasurement"
|
|
3221
|
+
}
|
|
3222
|
+
},
|
|
3223
|
+
"type": "object"
|
|
3224
|
+
},
|
|
3225
|
+
"TamronExposureSettings": {
|
|
3226
|
+
"additionalProperties": false,
|
|
3227
|
+
"description": "Settings for adjusting Tamron camera exposure.",
|
|
3228
|
+
"properties": {
|
|
3229
|
+
"auto": {
|
|
3230
|
+
"type": "boolean"
|
|
3231
|
+
},
|
|
3232
|
+
"value": {
|
|
3233
|
+
"maximum": 15,
|
|
3234
|
+
"minimum": 0,
|
|
3235
|
+
"type": "number"
|
|
3236
|
+
}
|
|
3237
|
+
},
|
|
3238
|
+
"type": "object"
|
|
3239
|
+
},
|
|
3240
|
+
"TamronFocusSettings": {
|
|
3241
|
+
"additionalProperties": false,
|
|
3242
|
+
"description": "Tamron Focus Settings",
|
|
3243
|
+
"properties": {
|
|
3244
|
+
"auto": {
|
|
3245
|
+
"description": "Auto focus enable, otherwise manual mode.",
|
|
3246
|
+
"type": "boolean"
|
|
3247
|
+
},
|
|
3248
|
+
"nearLimit": {
|
|
3249
|
+
"description": "Focus near limit",
|
|
3250
|
+
"enum": [
|
|
3251
|
+
10,
|
|
3252
|
+
34,
|
|
3253
|
+
90,
|
|
3254
|
+
250,
|
|
3255
|
+
800,
|
|
3256
|
+
2300
|
|
3257
|
+
],
|
|
3258
|
+
"type": "number"
|
|
3259
|
+
},
|
|
3260
|
+
"rate": {
|
|
3261
|
+
"$ref": "#/definitions/Rate",
|
|
3262
|
+
"description": "Focus Rate\n\nThe camera focus modifier."
|
|
3263
|
+
},
|
|
3264
|
+
"value": {
|
|
3265
|
+
"description": "Focus value",
|
|
3266
|
+
"maximum": 100,
|
|
3267
|
+
"minimum": 0,
|
|
3268
|
+
"type": "number"
|
|
3269
|
+
}
|
|
3270
|
+
},
|
|
3271
|
+
"type": "object"
|
|
3272
|
+
},
|
|
3273
|
+
"TamronHarrierZoomCamera": {
|
|
3274
|
+
"additionalProperties": false,
|
|
3275
|
+
"description": "📷 Tamron-Harrier Zoom Camera",
|
|
3276
|
+
"properties": {
|
|
3277
|
+
"brightness": {
|
|
3278
|
+
"maximum": 100,
|
|
3279
|
+
"minimum": 0,
|
|
3280
|
+
"type": "number"
|
|
3281
|
+
},
|
|
3282
|
+
"cpuTemp": {
|
|
3283
|
+
"type": "number"
|
|
3284
|
+
},
|
|
3285
|
+
"exposure": {
|
|
3286
|
+
"$ref": "#/definitions/TamronExposureSettings"
|
|
3287
|
+
},
|
|
3288
|
+
"focus": {
|
|
3289
|
+
"$ref": "#/definitions/TamronFocusSettings"
|
|
3290
|
+
},
|
|
3291
|
+
"ip": {
|
|
3292
|
+
"description": "IP address",
|
|
3293
|
+
"type": "string"
|
|
3294
|
+
},
|
|
3295
|
+
"model": {
|
|
3296
|
+
"const": 240,
|
|
3297
|
+
"type": "number"
|
|
3298
|
+
},
|
|
3299
|
+
"osd": {
|
|
3300
|
+
"$ref": "#/definitions/Osd"
|
|
3301
|
+
},
|
|
3302
|
+
"saturation": {
|
|
3303
|
+
"description": "🎨 Camera Saturation",
|
|
3304
|
+
"maximum": 100,
|
|
3305
|
+
"minimum": 0,
|
|
3306
|
+
"type": "number"
|
|
3307
|
+
},
|
|
3308
|
+
"sharpness": {
|
|
3309
|
+
"description": "🔪 Camera Sharpness",
|
|
3310
|
+
"maximum": 100,
|
|
3311
|
+
"minimum": 0,
|
|
3312
|
+
"type": "number"
|
|
3313
|
+
},
|
|
3314
|
+
"streamMode": {
|
|
3315
|
+
"$ref": "#/definitions/StreamMode"
|
|
3316
|
+
},
|
|
3317
|
+
"streams": {
|
|
3318
|
+
"additionalProperties": {
|
|
3319
|
+
"$ref": "#/definitions/Stream"
|
|
3320
|
+
},
|
|
3321
|
+
"type": "object"
|
|
3322
|
+
},
|
|
3323
|
+
"type": {
|
|
3324
|
+
"$ref": "#/definitions/CameraType"
|
|
3325
|
+
},
|
|
3326
|
+
"version": {
|
|
3327
|
+
"$ref": "#/definitions/DeviceVersion"
|
|
3328
|
+
},
|
|
3329
|
+
"zoom": {
|
|
3330
|
+
"$ref": "#/definitions/ZoomControl"
|
|
3331
|
+
}
|
|
3332
|
+
},
|
|
3333
|
+
"required": [
|
|
3334
|
+
"model"
|
|
3335
|
+
],
|
|
3336
|
+
"type": "object"
|
|
3337
|
+
},
|
|
3338
|
+
"TamronOcleaZoomCamera": {
|
|
3339
|
+
"additionalProperties": false,
|
|
3340
|
+
"description": "📷 Tamron-OClea Zoom Camera",
|
|
3341
|
+
"properties": {
|
|
3342
|
+
"cpuTemp": {
|
|
3343
|
+
"type": "number"
|
|
3344
|
+
},
|
|
3345
|
+
"dptz": {
|
|
3346
|
+
"$ref": "#/definitions/OcleaDptz"
|
|
3347
|
+
},
|
|
3348
|
+
"exposure": {
|
|
3349
|
+
"$ref": "#/definitions/TamronExposureSettings"
|
|
3350
|
+
},
|
|
3351
|
+
"focus": {
|
|
3352
|
+
"$ref": "#/definitions/TamronFocusSettings",
|
|
3353
|
+
"description": "⌖ Camera Focus"
|
|
3354
|
+
},
|
|
3355
|
+
"ip": {
|
|
3356
|
+
"description": "IP address",
|
|
3357
|
+
"type": "string"
|
|
3358
|
+
},
|
|
3359
|
+
"model": {
|
|
3360
|
+
"const": 243,
|
|
3361
|
+
"type": "number"
|
|
3362
|
+
},
|
|
3363
|
+
"opticalZoom": {
|
|
3364
|
+
"$ref": "#/definitions/ZoomControl"
|
|
3365
|
+
},
|
|
3366
|
+
"osd": {
|
|
3367
|
+
"$ref": "#/definitions/Osd"
|
|
3368
|
+
},
|
|
3369
|
+
"sharpness": {
|
|
3370
|
+
"description": "🔪 Camera Sharpness",
|
|
3371
|
+
"maximum": 100,
|
|
3372
|
+
"minimum": 0,
|
|
3373
|
+
"type": "number"
|
|
3374
|
+
},
|
|
3375
|
+
"streamMode": {
|
|
3376
|
+
"$ref": "#/definitions/StreamMode"
|
|
3377
|
+
},
|
|
3378
|
+
"streams": {
|
|
3379
|
+
"additionalProperties": {
|
|
3380
|
+
"$ref": "#/definitions/Stream"
|
|
3381
|
+
},
|
|
3382
|
+
"type": "object"
|
|
3383
|
+
},
|
|
3384
|
+
"turbidityFilter": {
|
|
3385
|
+
"$ref": "#/definitions/TurbidityFilter",
|
|
3386
|
+
"description": "Camera Turbidity Filter"
|
|
3387
|
+
},
|
|
3388
|
+
"type": {
|
|
3389
|
+
"$ref": "#/definitions/CameraType"
|
|
3390
|
+
},
|
|
3391
|
+
"version": {
|
|
3392
|
+
"$ref": "#/definitions/DeviceVersion"
|
|
3393
|
+
}
|
|
3394
|
+
},
|
|
3395
|
+
"required": [
|
|
3396
|
+
"model"
|
|
3397
|
+
],
|
|
3398
|
+
"type": "object"
|
|
3399
|
+
},
|
|
3400
|
+
"TiltCameraHead": {
|
|
3401
|
+
"additionalProperties": false,
|
|
3402
|
+
"description": "Tilt Camera Head",
|
|
3403
|
+
"properties": {
|
|
3404
|
+
"cpuTemp": {
|
|
3405
|
+
"type": "number"
|
|
3406
|
+
},
|
|
3407
|
+
"ip": {
|
|
3408
|
+
"description": "IP address",
|
|
3409
|
+
"type": "string"
|
|
3410
|
+
},
|
|
3411
|
+
"lasers": {
|
|
3412
|
+
"$ref": "#/definitions/Laser",
|
|
3413
|
+
"description": "Laser"
|
|
3414
|
+
},
|
|
3415
|
+
"leak": {
|
|
3416
|
+
"type": "boolean"
|
|
3417
|
+
},
|
|
3418
|
+
"light": {
|
|
3419
|
+
"$ref": "#/definitions/Light",
|
|
3420
|
+
"description": "Light"
|
|
3421
|
+
},
|
|
3422
|
+
"macAddressId": {
|
|
3423
|
+
"type": "string"
|
|
3424
|
+
},
|
|
3425
|
+
"model": {
|
|
3426
|
+
"$ref": "#/definitions/TiltCameraHeadModel"
|
|
3427
|
+
},
|
|
3428
|
+
"tilt": {
|
|
3429
|
+
"$ref": "#/definitions/RotaryJoint",
|
|
3430
|
+
"description": "⤴ Camera Tilt"
|
|
3431
|
+
},
|
|
3432
|
+
"tiltMotorDiagnostics": {
|
|
3433
|
+
"$ref": "#/definitions/MotorDiagnostics",
|
|
3434
|
+
"description": "Motor Diagnostics"
|
|
3435
|
+
},
|
|
3436
|
+
"usageTime": {
|
|
3437
|
+
"$ref": "#/definitions/UsageTime"
|
|
3438
|
+
},
|
|
3439
|
+
"version": {
|
|
3440
|
+
"$ref": "#/definitions/DeviceVersion"
|
|
3441
|
+
}
|
|
3442
|
+
},
|
|
3443
|
+
"required": [
|
|
3444
|
+
"model"
|
|
3445
|
+
],
|
|
3446
|
+
"type": "object"
|
|
3447
|
+
},
|
|
3448
|
+
"TiltCameraHeadModel": {
|
|
3449
|
+
"description": "Tilt Camera Head Model",
|
|
3450
|
+
"enum": [
|
|
3451
|
+
102,
|
|
3452
|
+
103
|
|
3453
|
+
],
|
|
3454
|
+
"type": "number"
|
|
3455
|
+
},
|
|
3456
|
+
"TiltPlatform": {
|
|
3457
|
+
"additionalProperties": false,
|
|
3458
|
+
"description": "The tilt platform on the pivot.",
|
|
3459
|
+
"properties": {
|
|
3460
|
+
"tilt": {
|
|
3461
|
+
"type": "number"
|
|
3462
|
+
},
|
|
3463
|
+
"tiltMotorDiagnostics": {
|
|
3464
|
+
"$ref": "#/definitions/MotorDiagnostics",
|
|
3465
|
+
"description": "Tilt Motor Diagnostics"
|
|
3466
|
+
}
|
|
3467
|
+
},
|
|
3468
|
+
"type": "object"
|
|
3469
|
+
},
|
|
3470
|
+
"TopPositionSources": {
|
|
3471
|
+
"description": "Enumerates the possible topside location provider sources available to the Web App.",
|
|
3472
|
+
"enum": [
|
|
3473
|
+
"NONE",
|
|
3474
|
+
"EXTERNAL_GPS",
|
|
3475
|
+
"STATIC"
|
|
3476
|
+
],
|
|
3477
|
+
"type": "string"
|
|
3478
|
+
},
|
|
3479
|
+
"TransferError": {
|
|
3480
|
+
"additionalProperties": false,
|
|
3481
|
+
"description": "Error message from the Bridge Box",
|
|
3482
|
+
"properties": {
|
|
3483
|
+
"code": {
|
|
3484
|
+
"$ref": "#/definitions/ErrorCode",
|
|
3485
|
+
"description": "Error code, used only with ERROR method types"
|
|
3486
|
+
},
|
|
3487
|
+
"message": {
|
|
3488
|
+
"description": "Error message",
|
|
3489
|
+
"type": "string"
|
|
3490
|
+
}
|
|
3491
|
+
},
|
|
3492
|
+
"required": [
|
|
3493
|
+
"code",
|
|
3494
|
+
"message"
|
|
3495
|
+
],
|
|
3496
|
+
"type": "object"
|
|
3497
|
+
},
|
|
3498
|
+
"TransferMethodType": {
|
|
3499
|
+
"description": "The different kinds of payload requests that can be sent and received.",
|
|
3500
|
+
"enum": [
|
|
3501
|
+
"GET",
|
|
3502
|
+
"SET",
|
|
3503
|
+
"UPDATE",
|
|
3504
|
+
"DELETE",
|
|
3505
|
+
"ERROR"
|
|
3506
|
+
],
|
|
3507
|
+
"type": "string"
|
|
3508
|
+
},
|
|
3509
|
+
"TransferPayload<BridgeBox>": {
|
|
3510
|
+
"additionalProperties": false,
|
|
3511
|
+
"description": "TransferPayload\n\nTransferPayload represents the payload structure that should be used via an API to send a payload with a specific load type.",
|
|
3512
|
+
"properties": {
|
|
3513
|
+
"apiVersion": {
|
|
3514
|
+
"pattern": "(^[0-9]{1,3}[.][0-9]{1,3}([.][0-9]{1,3})?.*$)",
|
|
3515
|
+
"type": "string"
|
|
3516
|
+
},
|
|
3517
|
+
"error": {
|
|
3518
|
+
"$ref": "#/definitions/TransferError"
|
|
3519
|
+
},
|
|
3520
|
+
"method": {
|
|
3521
|
+
"$ref": "#/definitions/TransferMethodType"
|
|
3522
|
+
},
|
|
3523
|
+
"payload": {
|
|
3524
|
+
"$ref": "#/definitions/BridgeBox"
|
|
3525
|
+
}
|
|
3526
|
+
},
|
|
3527
|
+
"required": [
|
|
3528
|
+
"apiVersion",
|
|
3529
|
+
"method",
|
|
3530
|
+
"payload"
|
|
3531
|
+
],
|
|
3532
|
+
"type": "object"
|
|
3533
|
+
},
|
|
3534
|
+
"TurbidityFilter": {
|
|
3535
|
+
"additionalProperties": false,
|
|
3536
|
+
"description": "Turbidity Filter controls for the camera.",
|
|
3537
|
+
"properties": {
|
|
3538
|
+
"strength": {
|
|
3539
|
+
"description": "Strength\n\nControls the strength of the turbidity filter on the turbidity stream.",
|
|
3540
|
+
"maximum": 30,
|
|
3541
|
+
"minimum": 1,
|
|
3542
|
+
"type": "number"
|
|
3543
|
+
}
|
|
3544
|
+
},
|
|
3545
|
+
"type": "object"
|
|
3546
|
+
},
|
|
3547
|
+
"UpdatePackagePayload": {
|
|
3548
|
+
"additionalProperties": false,
|
|
3549
|
+
"description": "UpdatePackagePayload\n\nAn package containing information related to an update of one or more devices.",
|
|
3550
|
+
"properties": {
|
|
3551
|
+
"buildDate": {
|
|
3552
|
+
"description": "buildDate",
|
|
3553
|
+
"type": "string"
|
|
3554
|
+
},
|
|
3555
|
+
"changelog": {
|
|
3556
|
+
"$ref": "#/definitions/Changelog",
|
|
3557
|
+
"description": "Changelog"
|
|
3558
|
+
},
|
|
3559
|
+
"sha256": {
|
|
3560
|
+
"description": "sha256",
|
|
3561
|
+
"type": "string"
|
|
3562
|
+
},
|
|
3563
|
+
"size": {
|
|
3564
|
+
"description": "size",
|
|
3565
|
+
"type": "string"
|
|
3566
|
+
}
|
|
3567
|
+
},
|
|
3568
|
+
"required": [
|
|
3569
|
+
"buildDate",
|
|
3570
|
+
"size",
|
|
3571
|
+
"sha256",
|
|
3572
|
+
"changelog"
|
|
3573
|
+
],
|
|
3574
|
+
"type": "object"
|
|
3575
|
+
},
|
|
3576
|
+
"UsageTime": {
|
|
3577
|
+
"additionalProperties": false,
|
|
3578
|
+
"description": "Usage Time\n\nThe usage time of a device.",
|
|
3579
|
+
"properties": {
|
|
3580
|
+
"currentSeconds": {
|
|
3581
|
+
"type": "number"
|
|
3582
|
+
},
|
|
3583
|
+
"totalSeconds": {
|
|
3584
|
+
"type": "number"
|
|
3585
|
+
}
|
|
3586
|
+
},
|
|
3587
|
+
"type": "object"
|
|
3588
|
+
},
|
|
3589
|
+
"VehicleHpDiagnostics": {
|
|
3590
|
+
"additionalProperties": false,
|
|
3591
|
+
"properties": {
|
|
3592
|
+
"chargeVoltage": {
|
|
3593
|
+
"type": "number"
|
|
3594
|
+
},
|
|
3595
|
+
"inputVoltage": {
|
|
3596
|
+
"type": "number"
|
|
3597
|
+
}
|
|
3598
|
+
},
|
|
3599
|
+
"type": "object"
|
|
3600
|
+
},
|
|
3601
|
+
"Velocity": {
|
|
3602
|
+
"additionalProperties": false,
|
|
3603
|
+
"description": "ROV velocity",
|
|
3604
|
+
"properties": {
|
|
3605
|
+
"downward": {
|
|
3606
|
+
"type": "number"
|
|
3607
|
+
},
|
|
3608
|
+
"forward": {
|
|
3609
|
+
"type": "number"
|
|
3610
|
+
},
|
|
3611
|
+
"rightward": {
|
|
3612
|
+
"type": "number"
|
|
3613
|
+
},
|
|
3614
|
+
"speed": {
|
|
3615
|
+
"description": "Scalar Magnitude of velocity components (forward, rightward ap nd downward velocity)",
|
|
3616
|
+
"minimum": 0,
|
|
3617
|
+
"type": "number"
|
|
3618
|
+
},
|
|
3619
|
+
"valid": {
|
|
3620
|
+
"type": "boolean"
|
|
3621
|
+
}
|
|
3622
|
+
},
|
|
3623
|
+
"type": "object"
|
|
3624
|
+
},
|
|
3625
|
+
"VersionNote": {
|
|
3626
|
+
"additionalProperties": false,
|
|
3627
|
+
"description": "VersionNote\n\nDescribes changes made in a software update, an array of improvements and bug fixes.",
|
|
3628
|
+
"properties": {
|
|
3629
|
+
"fixes": {
|
|
3630
|
+
"items": {
|
|
3631
|
+
"type": "string"
|
|
3632
|
+
},
|
|
3633
|
+
"type": "array"
|
|
3634
|
+
},
|
|
3635
|
+
"improvements": {
|
|
3636
|
+
"items": {
|
|
3637
|
+
"type": "string"
|
|
3638
|
+
},
|
|
3639
|
+
"type": "array"
|
|
3640
|
+
}
|
|
3641
|
+
},
|
|
3642
|
+
"required": [
|
|
3643
|
+
"improvements",
|
|
3644
|
+
"fixes"
|
|
3645
|
+
],
|
|
3646
|
+
"type": "object"
|
|
3647
|
+
},
|
|
3648
|
+
"WhiteBalanceSettings": {
|
|
3649
|
+
"additionalProperties": false,
|
|
3650
|
+
"description": "White Balance Settings",
|
|
3651
|
+
"properties": {
|
|
3652
|
+
"auto": {
|
|
3653
|
+
"description": "Enable/Disable auto white balance mode. </br>",
|
|
3654
|
+
"type": "boolean"
|
|
3655
|
+
},
|
|
3656
|
+
"awbMode": {
|
|
3657
|
+
"description": "Auto White Balance mode select control",
|
|
3658
|
+
"type": "string"
|
|
3659
|
+
},
|
|
3660
|
+
"blue": {
|
|
3661
|
+
"description": "Blue Control </br>",
|
|
3662
|
+
"maximum": 100,
|
|
3663
|
+
"minimum": 0,
|
|
3664
|
+
"type": "number"
|
|
3665
|
+
},
|
|
3666
|
+
"green": {
|
|
3667
|
+
"description": "Green Control </br>",
|
|
3668
|
+
"maximum": 100,
|
|
3669
|
+
"minimum": 0,
|
|
3670
|
+
"type": "number"
|
|
3671
|
+
},
|
|
3672
|
+
"red": {
|
|
3673
|
+
"description": "Red Control </br>",
|
|
3674
|
+
"maximum": 100,
|
|
3675
|
+
"minimum": 0,
|
|
3676
|
+
"type": "number"
|
|
3677
|
+
}
|
|
3678
|
+
},
|
|
3679
|
+
"type": "object"
|
|
3680
|
+
},
|
|
3681
|
+
"ZoomControl": {
|
|
3682
|
+
"additionalProperties": false,
|
|
3683
|
+
"description": "Zoom control",
|
|
3684
|
+
"properties": {
|
|
3685
|
+
"ratio": {
|
|
3686
|
+
"description": "Zoom Ratio",
|
|
3687
|
+
"type": "number"
|
|
3688
|
+
},
|
|
3689
|
+
"speed": {
|
|
3690
|
+
"description": "Zoom Speed",
|
|
3691
|
+
"maximum": 100,
|
|
3692
|
+
"minimum": -100,
|
|
3693
|
+
"type": "number"
|
|
3694
|
+
}
|
|
3695
|
+
},
|
|
3696
|
+
"type": "object"
|
|
3697
|
+
},
|
|
3698
|
+
"__TransferPayload_BridgeBox": {
|
|
3699
|
+
"anyOf": [
|
|
3700
|
+
{
|
|
3701
|
+
"$ref": "#/definitions/TransferPayload%3CBridgeBox%3E"
|
|
3702
|
+
},
|
|
3703
|
+
{
|
|
3704
|
+
"$ref": "#/definitions/UpdatePackagePayload"
|
|
3705
|
+
}
|
|
3706
|
+
]
|
|
3707
|
+
}
|
|
3708
|
+
}
|
|
3709
|
+
}
|