Class: Samsara::Types::CurrentDutyStatusHosStatusType

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

Overview

‘sleeperBed`, `driving`, `onDuty`, `yardMove`, `personalConveyance`.

Constant Summary collapse

OFF_DUTY =
"offDuty"
SLEEPER_BED =
"sleeperBed"
DRIVING =
"driving"
ON_DUTY =
"onDuty"
YARD_MOVE =
"yardMove"
PERSONAL_CONVEYANCE =
"personalConveyance"