Skip to content

Latest commit

 

History

History
43 lines (39 loc) · 6.59 KB

VehicleStatsListResponseData.md

File metadata and controls

43 lines (39 loc) · 6.59 KB

VehicleStatsListResponseData

A vehicle and its list of stat events.

Properties

Name Type Description Notes
ambient_air_temperature_milli_c list[VehicleStatsAmbientAirTempMilliCWithDecoration] A list of ambient air temperature readings in millidegree Celsius for the given vehicle. [optional]
aux_input1 list[VehicleStatsAuxInputWithDecoration] A list of auxiliary equipment states. [optional]
aux_input10 list[VehicleStatsAuxInputWithDecoration] A list of auxiliary equipment states. [optional]
aux_input2 list[VehicleStatsAuxInputWithDecoration] A list of auxiliary equipment states. [optional]
aux_input3 list[VehicleStatsAuxInputWithDecoration] A list of auxiliary equipment states. [optional]
aux_input4 list[VehicleStatsAuxInputWithDecoration] A list of auxiliary equipment states. [optional]
aux_input5 list[VehicleStatsAuxInputWithDecoration] A list of auxiliary equipment states. [optional]
aux_input6 list[VehicleStatsAuxInputWithDecoration] A list of auxiliary equipment states. [optional]
aux_input7 list[VehicleStatsAuxInputWithDecoration] A list of auxiliary equipment states. [optional]
aux_input8 list[VehicleStatsAuxInputWithDecoration] A list of auxiliary equipment states. [optional]
aux_input9 list[VehicleStatsAuxInputWithDecoration] A list of auxiliary equipment states. [optional]
barometric_pressure_pa list[VehicleStatsBarometricPressurePaWithDecoration] A list of barometric pressure readings in pascals for the given vehicle. [optional]
battery_milli_volts list[VehicleStatsBatteryVoltageWithDecoration] A list of battery levels in milliVolts for the given vehicle. [optional]
def_level_milli_percent list[VehicleStatsDefLevelMilliPercentWithDecoration] A list of DEF level milli percentage readings for the given vehicle. [optional]
ecu_speed_mph list[VehicleStatsEcuSpeedMphWithDecoration] A list of the speeds of the vehicle in miles per hour, as reported by the ECU. [optional]
engine_coolant_temperature_milli_c list[VehicleStatsEngineCoolantTempMilliCWithDecoration] A list of engine coolant temperature readings in millidegree Celsius for the given vehicle. [optional]
engine_immobilizer list[VehicleStatsEngineImmobilizerWithDecoration] A list of engine immobilizer data for the given vehicle. [optional]
engine_load_percent list[VehicleStatsEngineLoadPercentWithDecoration] A list of engine load percentage readings for the given vehicle. [optional]
engine_oil_pressure_k_pa list[VehicleStatsEngineOilPressureKPaWithDecoration] A list of engine oil pressure readings in kilopascals for the given vehicle. [optional]
engine_rpm list[VehicleStatsEngineRpmWithDecoration] A list engine RPM values for the given vehicle. [optional]
engine_states list[VehicleStatsEngineStateWithDecoration] A list of engine state events for the given vehicle. [optional]
fault_codes list[VehicleStatsFaultCodesWithDecoration] A list of engine fault codes. [optional]
fuel_percents list[VehicleStatsFuelPercentWithDecoration] A list of fuel percentage readings for the given vehicle. [optional]
gps list[VehicleStatsListGps] A list of GPS location events for the given vehicles. [optional]
gps_distance_meters list[VehicleStatsGpsDistanceMetersWithDecoration] A list of GPS distance events for the given vehicle. [optional]
gps_odometer_meters list[VehicleStatsGpsOdometerMetersWithDecoration] A list of GPS odometer events for the given vehicle. [optional]
id str The unique Samsara ID of the Vehicle. This is automatically generated when the Vehicle object is created. It cannot be changed. [optional]
intake_manifold_temperature_milli_c list[VehicleStatsIntakeManifoldTempMilliCWithDecoration] A list of intake manifold temperature readings in millidegree Celsius for the given vehicle. [optional]
name str The human-readable name of the Vehicle. This is set by a fleet administrator and will appear in both Samsara’s cloud dashboard as well as the Samsara Driver mobile app. By default, this name is the serial number of the Samsara Vehicle Gateway. It can be set or updated through the Samsara Dashboard or through the API at any time. [optional]
nfc_card_scans list[VehicleStatsNfcCardScanWithDecoration] A list of NFC cards that were scanned for the given vehicles. [optional]
obd_engine_seconds list[VehicleStatsObdEngineSecondsWithDecoration] A list of OBD engine seconds readings for the given vehicle. [optional]
obd_odometer_meters list[VehicleStatsObdOdometerMetersWithDecoration] A list of OBD odometer readings for the given vehicle. [optional]
synthetic_engine_seconds list[VehicleStatsListSyntheticEngineSeconds] A list of synthetic engine seconds values. [optional]

[Back to Model list] [Back to API list] [Back to README]