Skip to content

Latest commit

 

History

History
43 lines (39 loc) · 3.93 KB

VehicleStatsResponseData.md

File metadata and controls

43 lines (39 loc) · 3.93 KB

VehicleStatsResponseData

A vehicle and its most recent stat.

Properties

Name Type Description Notes
ambient_air_temperature_milli_c VehicleStatsAmbientAirTempMilliC [optional]
aux_input1 VehicleStatsAuxInput [optional]
aux_input10 VehicleStatsAuxInput [optional]
aux_input2 VehicleStatsAuxInput [optional]
aux_input3 VehicleStatsAuxInput [optional]
aux_input4 VehicleStatsAuxInput [optional]
aux_input5 VehicleStatsAuxInput [optional]
aux_input6 VehicleStatsAuxInput [optional]
aux_input7 VehicleStatsAuxInput [optional]
aux_input8 VehicleStatsAuxInput [optional]
aux_input9 VehicleStatsAuxInput [optional]
barometric_pressure_pa VehicleStatsBarometricPressurePa [optional]
battery_milli_volts VehicleStatsBatteryVoltage [optional]
def_level_milli_percent VehicleStatsDefLevelMilliPercent [optional]
ecu_speed_mph VehicleStatsEcuSpeedMph [optional]
engine_coolant_temperature_milli_c VehicleStatsEngineCoolantTempMilliC [optional]
engine_immobilizer VehicleStatsEngineImmobilizer [optional]
engine_load_percent VehicleStatsEngineLoadPercent [optional]
engine_oil_pressure_k_pa VehicleStatsEngineOilPressureKPa [optional]
engine_rpm VehicleStatsEngineRpm [optional]
engine_state VehicleStatsEngineState [optional]
fault_codes VehicleStatsFaultCodes [optional]
fuel_percent VehicleStatsFuelPercent [optional]
gps VehicleStatsGps [optional]
gps_distance_meters VehicleStatsGpsDistanceMeters [optional]
gps_odometer_meters VehicleStatsGpsOdometerMeters [optional]
id str The unique Samsara ID of the Vehicle. This is automatically generated when the Vehicle object is created. It cannot be changed.
intake_manifold_temperature_milli_c VehicleStatsIntakeManifoldTempMilliC [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.
nfc_card_scan VehicleStatsNfcCardScan [optional]
obd_engine_seconds VehicleStatsObdEngineSeconds [optional]
obd_odometer_meters VehicleStatsObdOdometerMeters [optional]
synthetic_engine_seconds VehicleStatsSyntheticEngineSeconds [optional]

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