Class: Samsara::Types::HealthReasonResponseResponseBodyHealthReasonCode

Inherits:
Object
  • Object
show all
Defined in:
lib/samsara_api/types/health_reason_response_response_body_health_reason_code.rb

Overview

‘outwardCameraObstruction`, `recordingTimeRequired`, `unknown`, `vgUnplugged`

Constant Summary collapse

ASSET_UNPLUGGED =
"assetUnplugged"
CAMERA_MISALIGNED =
"cameraMisaligned"
HEALTHY =
"healthy"
INWARD_CAMERA_OBSTRUCTION =
"inwardCameraObstruction"
IRREGULAR_RECORDING =
"irregularRecording"
LOW_DEVICE_BATTERY =
"lowDeviceBattery"
MISSING_ELD_DIAGNOSTICS =
"missingEldDiagnostics"
MISSING_VIN =
"missingVin"
NEEDS_REPLACEMENT =
"needsReplacement"
NEWLY_INSTALLED_DEVICE =
"newlyInstalledDevice"
NO_GPS_SIGNAL =
"noGpsSignal"
NOT_DETECTED =
"notDetected"
OUTWARD_CAMERA_OBSTRUCTION =
"outwardCameraObstruction"
RECORDING_TIME_REQUIRED =
"recordingTimeRequired"
UNKNOWN =
"unknown"
VG_UNPLUGGED =
"vgUnplugged"