From 0e4c2820f963590f92f2519795f1ff590b636b42 Mon Sep 17 00:00:00 2001 From: "fern-api[bot]" <115122769+fern-api[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 09:05:25 +0000 Subject: [PATCH] SDK regeneration --- .fern/metadata.json | 2 +- README.md | 2 +- reference.md | 32 ---------- .../com/samsara/api/core/ClientOptions.java | 4 +- .../requests/GetReadingsHistoryRequest.java | 64 ------------------- .../requests/GetReadingsSnapshotRequest.java | 64 ------------------- 6 files changed, 4 insertions(+), 164 deletions(-) diff --git a/.fern/metadata.json b/.fern/metadata.json index 235990d..d550732 100644 --- a/.fern/metadata.json +++ b/.fern/metadata.json @@ -6,5 +6,5 @@ "package-prefix": "com.samsara.api", "enable-wire-tests": true }, - "sdkVersion": "7.2.0" + "sdkVersion": "7.2.1" } \ No newline at end of file diff --git a/README.md b/README.md index 55fb921..ac5bb6e 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Add the dependency in your `pom.xml` file: com.samsara samsara-java-sdk - 7.2.0 + 7.2.1 ``` diff --git a/reference.md b/reference.md index f4c05be..249b93b 100644 --- a/reference.md +++ b/reference.md @@ -5957,7 +5957,6 @@ Available reading IDs (by category): * `crankcasePressure` (Crankcase Pressure): The pressure inside the engine's crankcase (kilopascal) * `defLevel` (DEF Level): Represents the DEF (Diesel Exhaust Fluid) level percentage. (percent) * `derivedFuelConsumed` (Lifetime Fuel Consumed (Samsara)): Samsara-maintained fuel consumption since the device was firstinstalled. (liter) -* `deviceOrientation` (Device Orientation): Indicates orientation of the device. (values: invalid | unknown | topDown | bottomDown | leftDown | rightDown | backDown | frontDown) * `digioInput1` (Digital IO #1): Represents the state of digital IO #1. (values: off | on) * `dpfLampStatus` (DPF Lamp Status): Status of the Diesel Particulate Filter warning lamp. (values: off | on | blinking) * `dpfSootLoadPercent` (DPF Soot Load): Diesel Particulate Filter soot load percentage. (percent) @@ -5972,21 +5971,15 @@ Available reading IDs (by category): * `engineOilTemperature` (Engine Oil Temperature): Temperature of the engine oil (celsius) * `engineState` (Engine State): Indicates the current state of the engine, such as running, stopped. (values: off | running | idling) * `engineTotalIdleTime` (Engine Total Idle Time): Total idle time for the vehicle. (minute) -* `ev24VoltDcDcInverterCurrent` (EV 24V DC/DC Inverter Current): Current from the 24V DC-DC inverter in amperes. (ampere) * `evAverageCellTemperature` (EV Average Cell Temperature): Average temperature of EV battery cells in degrees Celsius. (celsius) * `evChargingCurrent` (EV Charging Current): Charging current for electric and hybrid vehicles. (ampere) * `evChargingEnergy` (EV Charging Energy): Charging energy for electric and hybrid vehicles. (watthour) -* `evChargingErrorStatus` (EV Charging Error Status): Indicates if the EV charging system has an error. (values: noError | batteryTooHotOrCold | vehicleNotInPark | connectorLockFault | chargingSystemFault | chargingCurrentDifferential | chargingVoltageOutOfRange | chargingSystemNotCompatible | noDataUndeterminedStatus | notAvailable | unknownError) * `evChargingStatus` (EV Charging Status): Charging status for electric and hybrid vehicles. (values: unknown | notCharging | charging) * `evChargingVoltage` (EV Charging Voltage): Charging voltage for electric and hybrid vehicles. (volt) * `evConsumedEnergy` (EV Consumed Energy): Consumed energy (including regenerated) for electric and hybrid vehicles. (watthour) * `evDistanceDriven` (EV Distance Driven): Electric distance driven for electric and hybrid vehicles. (meter) * `evHighCapacityBatteryCurrent` (EV High Capacity Battery Current): Current from the high capacity EV battery in amperes. (ampere) * `evHighCapacityBatteryVoltage` (High Capacity EV Battery Voltage): Represents the voltage of the high capacity EV battery. (volt) -* `evMaxAllowedStateOfChargePercent` (EV Max Allowed State of Charge): Maximum allowed state of charge percentage. (percent) -* `evMaxCellTemperature` (EV Max Cell Temperature): Maximum temperature of EV battery cells in degrees Celsius. (celsius) -* `evMinAllowedStateOfChargePercent` (EV Min Allowed State of Charge): Minimum allowed state of charge percentage. (percent) -* `evMinCellTemperature` (EV Min Cell Temperature): Minimum temperature of EV battery cells in degrees Celsius. (celsius) * `evRegeneratedEnergy` (EV Regenerated Energy): Regenerated energy for electric and hybrid vehicles. (watthour) * `exhaustGasPressure` (Exhaust Gas Pressure): Represents the exhaust gas pressure. (kilopascal) * `faultCodes` (Fault Codes): Engine fault codes for the asset @@ -6025,8 +6018,6 @@ Available reading IDs (by category): * `samsaraSpeed` (Samsara Speed): Samsara's best estimate of the asset speed, combining multiple data sources such as ECU and GPS. (meterspersec) * `samsaraSpeedLimit` (Samsara Speed Limit): Speed limit at the location of the asset. (meterspersec) * `seatbeltDriver` (Seatbelt (Driver)): Indicates whether the driver's seatbelt is buckled or unbuckled. (values: unbuckled | buckled) -* `seatbeltPassenger` (Seatbelt (Passenger)): Indicates whether the passenger's seatbelt is buckled or unbuckled. (values: unbuckled | buckled) -* `supportFindNearby` (Support Find Nearby): Indicates if the asset can support find nearby. (values: noData | notCompatible | pendingUpgrade | Ready) * `tellTales` (Tell Tale Status): Tell tales status as read from the vehicle. * `tirePressuresBackLeft` (Tire pressure, back left): Represents the tire pressure for the back-left tire. (kilopascal) * `tirePressuresBackRight` (Tire pressure, back right): Represents the tire pressure for the back-right tire. (kilopascal) @@ -6059,15 +6050,10 @@ Available reading IDs (by category): * `accDistanceAlertSignal` (ACC Distance Alert): Distance Alert Signal from the Adaptive Cruise Control system. (values: notActive | active) * `adaptiveCruiseControlMode` (ACC Mode): Current mode of the Adaptive Cruise Control System. (values: off | speedControlActive | distanceControlActive | overtakeMode | holdMode | finishMode | disabledOrError) * `aebsDriverActivationDemand` (AEBS Activation): Whether Advanced Emergency Braking is enabled or disabled by the driver. (values: deactivated | activated) -* `cruiseControlFinalSetSpeed` (Cruise Control Final Set Speed): Includes driver set point and overrides from the ACC system. (kmperhr) * `cruiseControlSetSpeed` (Cruise Control Set Speed): Driver's set speed for the cruise control system. (kmperhr) * `cruiseControlSwitch` (Cruise Control Switch): The state of the cruise control switch. (values: off | on | error) -* `driverAlertnessWarning` (Driver Alertness Warning): Driver Alertness Warning. (values: noConditionDetected | level1MildDistraction | level2Degradation | level3Warning) -* `driverAlertnessWarningSystemState` (Driver Alertness Warning State): State of the Driver Alertness Warning system. (values: installedButDisabled | initializing | temporarilyNotAvailable | available | monitoringDriverBehavior) * `ecuSpeed` (ECU Speed): Speed read from the asset's OBD port. (kmperhr) -* `emergencyBrakingActive` (Emergency Braking State): State of the Emergency Braking System. (values: inactive | active) * `emergencyBrakingAebsState` (AEBS State (Collision)): State of the Emergency Braking System for Forward Collision. (values: notReady | temporarilyNotAvailable | deactivatedByDriver | readyAndActivated | driverOverrides | forwardCollisionWarningActive | forwardCollisionWarningWithBraking | forwardCollisionEmergencyBrakingActive | performanceLimited | error) -* `externalBrakeRequestReason` (Self-Braking Reason/Mode): Brake reason/mode for the emergency self-braking system. (values: collisionAvoidance | stabilityControl | cruiseControlRoadSpeed | adaptiveCruiseControlDistanceControl | driverWarningHapticIndicator) * `forwardCollisionWarningLevel` (AEBS FCW Level): Severity level of the AEBS Forward Collision Warning. (values: noWarning | level1 | level2 | level3 | level4 | level5 | level6 | level7) * `forwardCollisionWarningStatus` (ACC FCW Status): Status of the Adaptive Cruise Control Forward Collision Warning system. (values: noWarning | collisionImminent | error) * `forwardLaneImagerStatus` (Forward Lane Imager State): State of the Forward Lane Imager. (values: fullyOperational | warmingUp | partiallyBlocked | fullyBlocked | misaligned | viewDegraded | error) @@ -6077,8 +6063,6 @@ Available reading IDs (by category): * `laneDepartureIndicationStatus` (LDW Indication): State of the Lane Departure Indication system. (values: disabled | enabled) * `laneDepartureWarningSystemState` (LDW System State): State of the Lane Departure Warning system. (values: notReady | temporarilyNotAvailable | deactivatedByDriver | ready | warningSuppressed | warningLaneDeparture | error) * `laneKeepingAssistSystemState` (LKAS State): State of the Lane Keep Assist System. (values: notReady | temporarilyNotAvailable | deactivatedByDriver | ready | suppressedByOperator | actuating | error) -* `leftLaneDeparture` (Left Lane Departure): State of the Left Lane Departure detection. (values: notDeparting | departing) -* `rightLaneDeparture` (Right Lane Departure): State of the Right Lane Departure detection. (values: notDeparting | departing) * `roadDepartureAebsState` (AEBS State (Lane Departure)): State of the AEBS system for Lane Departure. (values: notReady | temporarilyNotAvailable | deactivatedByDriver | readyAndActivated | driverOverrides | roadDepartureWarningActive | roadDepartureWarningWithBraking | roadDepartureEmergencyBrakingActive | performanceLimited | error) * `ropBrakeControlActive` (ROP Brake Control Active): Indicates whether Roll Over Prevention (ROP) has activated brake control. (values: passive | active) * `ropEngineControlActive` (ROP Engine Control Active): Indicates whether Roll Over Prevention (ROP) has commanded engine control to be active. (values: passive | active) @@ -6328,7 +6312,6 @@ Available reading IDs (by category): * `crankcasePressure` (Crankcase Pressure): The pressure inside the engine's crankcase (kilopascal) * `defLevel` (DEF Level): Represents the DEF (Diesel Exhaust Fluid) level percentage. (percent) * `derivedFuelConsumed` (Lifetime Fuel Consumed (Samsara)): Samsara-maintained fuel consumption since the device was firstinstalled. (liter) -* `deviceOrientation` (Device Orientation): Indicates orientation of the device. (values: invalid | unknown | topDown | bottomDown | leftDown | rightDown | backDown | frontDown) * `digioInput1` (Digital IO #1): Represents the state of digital IO #1. (values: off | on) * `dpfLampStatus` (DPF Lamp Status): Status of the Diesel Particulate Filter warning lamp. (values: off | on | blinking) * `dpfSootLoadPercent` (DPF Soot Load): Diesel Particulate Filter soot load percentage. (percent) @@ -6343,21 +6326,15 @@ Available reading IDs (by category): * `engineOilTemperature` (Engine Oil Temperature): Temperature of the engine oil (celsius) * `engineState` (Engine State): Indicates the current state of the engine, such as running, stopped. (values: off | running | idling) * `engineTotalIdleTime` (Engine Total Idle Time): Total idle time for the vehicle. (minute) -* `ev24VoltDcDcInverterCurrent` (EV 24V DC/DC Inverter Current): Current from the 24V DC-DC inverter in amperes. (ampere) * `evAverageCellTemperature` (EV Average Cell Temperature): Average temperature of EV battery cells in degrees Celsius. (celsius) * `evChargingCurrent` (EV Charging Current): Charging current for electric and hybrid vehicles. (ampere) * `evChargingEnergy` (EV Charging Energy): Charging energy for electric and hybrid vehicles. (watthour) -* `evChargingErrorStatus` (EV Charging Error Status): Indicates if the EV charging system has an error. (values: noError | batteryTooHotOrCold | vehicleNotInPark | connectorLockFault | chargingSystemFault | chargingCurrentDifferential | chargingVoltageOutOfRange | chargingSystemNotCompatible | noDataUndeterminedStatus | notAvailable | unknownError) * `evChargingStatus` (EV Charging Status): Charging status for electric and hybrid vehicles. (values: unknown | notCharging | charging) * `evChargingVoltage` (EV Charging Voltage): Charging voltage for electric and hybrid vehicles. (volt) * `evConsumedEnergy` (EV Consumed Energy): Consumed energy (including regenerated) for electric and hybrid vehicles. (watthour) * `evDistanceDriven` (EV Distance Driven): Electric distance driven for electric and hybrid vehicles. (meter) * `evHighCapacityBatteryCurrent` (EV High Capacity Battery Current): Current from the high capacity EV battery in amperes. (ampere) * `evHighCapacityBatteryVoltage` (High Capacity EV Battery Voltage): Represents the voltage of the high capacity EV battery. (volt) -* `evMaxAllowedStateOfChargePercent` (EV Max Allowed State of Charge): Maximum allowed state of charge percentage. (percent) -* `evMaxCellTemperature` (EV Max Cell Temperature): Maximum temperature of EV battery cells in degrees Celsius. (celsius) -* `evMinAllowedStateOfChargePercent` (EV Min Allowed State of Charge): Minimum allowed state of charge percentage. (percent) -* `evMinCellTemperature` (EV Min Cell Temperature): Minimum temperature of EV battery cells in degrees Celsius. (celsius) * `evRegeneratedEnergy` (EV Regenerated Energy): Regenerated energy for electric and hybrid vehicles. (watthour) * `exhaustGasPressure` (Exhaust Gas Pressure): Represents the exhaust gas pressure. (kilopascal) * `faultCodes` (Fault Codes): Engine fault codes for the asset @@ -6396,8 +6373,6 @@ Available reading IDs (by category): * `samsaraSpeed` (Samsara Speed): Samsara's best estimate of the asset speed, combining multiple data sources such as ECU and GPS. (meterspersec) * `samsaraSpeedLimit` (Samsara Speed Limit): Speed limit at the location of the asset. (meterspersec) * `seatbeltDriver` (Seatbelt (Driver)): Indicates whether the driver's seatbelt is buckled or unbuckled. (values: unbuckled | buckled) -* `seatbeltPassenger` (Seatbelt (Passenger)): Indicates whether the passenger's seatbelt is buckled or unbuckled. (values: unbuckled | buckled) -* `supportFindNearby` (Support Find Nearby): Indicates if the asset can support find nearby. (values: noData | notCompatible | pendingUpgrade | Ready) * `tellTales` (Tell Tale Status): Tell tales status as read from the vehicle. * `tirePressuresBackLeft` (Tire pressure, back left): Represents the tire pressure for the back-left tire. (kilopascal) * `tirePressuresBackRight` (Tire pressure, back right): Represents the tire pressure for the back-right tire. (kilopascal) @@ -6430,15 +6405,10 @@ Available reading IDs (by category): * `accDistanceAlertSignal` (ACC Distance Alert): Distance Alert Signal from the Adaptive Cruise Control system. (values: notActive | active) * `adaptiveCruiseControlMode` (ACC Mode): Current mode of the Adaptive Cruise Control System. (values: off | speedControlActive | distanceControlActive | overtakeMode | holdMode | finishMode | disabledOrError) * `aebsDriverActivationDemand` (AEBS Activation): Whether Advanced Emergency Braking is enabled or disabled by the driver. (values: deactivated | activated) -* `cruiseControlFinalSetSpeed` (Cruise Control Final Set Speed): Includes driver set point and overrides from the ACC system. (kmperhr) * `cruiseControlSetSpeed` (Cruise Control Set Speed): Driver's set speed for the cruise control system. (kmperhr) * `cruiseControlSwitch` (Cruise Control Switch): The state of the cruise control switch. (values: off | on | error) -* `driverAlertnessWarning` (Driver Alertness Warning): Driver Alertness Warning. (values: noConditionDetected | level1MildDistraction | level2Degradation | level3Warning) -* `driverAlertnessWarningSystemState` (Driver Alertness Warning State): State of the Driver Alertness Warning system. (values: installedButDisabled | initializing | temporarilyNotAvailable | available | monitoringDriverBehavior) * `ecuSpeed` (ECU Speed): Speed read from the asset's OBD port. (kmperhr) -* `emergencyBrakingActive` (Emergency Braking State): State of the Emergency Braking System. (values: inactive | active) * `emergencyBrakingAebsState` (AEBS State (Collision)): State of the Emergency Braking System for Forward Collision. (values: notReady | temporarilyNotAvailable | deactivatedByDriver | readyAndActivated | driverOverrides | forwardCollisionWarningActive | forwardCollisionWarningWithBraking | forwardCollisionEmergencyBrakingActive | performanceLimited | error) -* `externalBrakeRequestReason` (Self-Braking Reason/Mode): Brake reason/mode for the emergency self-braking system. (values: collisionAvoidance | stabilityControl | cruiseControlRoadSpeed | adaptiveCruiseControlDistanceControl | driverWarningHapticIndicator) * `forwardCollisionWarningLevel` (AEBS FCW Level): Severity level of the AEBS Forward Collision Warning. (values: noWarning | level1 | level2 | level3 | level4 | level5 | level6 | level7) * `forwardCollisionWarningStatus` (ACC FCW Status): Status of the Adaptive Cruise Control Forward Collision Warning system. (values: noWarning | collisionImminent | error) * `forwardLaneImagerStatus` (Forward Lane Imager State): State of the Forward Lane Imager. (values: fullyOperational | warmingUp | partiallyBlocked | fullyBlocked | misaligned | viewDegraded | error) @@ -6448,8 +6418,6 @@ Available reading IDs (by category): * `laneDepartureIndicationStatus` (LDW Indication): State of the Lane Departure Indication system. (values: disabled | enabled) * `laneDepartureWarningSystemState` (LDW System State): State of the Lane Departure Warning system. (values: notReady | temporarilyNotAvailable | deactivatedByDriver | ready | warningSuppressed | warningLaneDeparture | error) * `laneKeepingAssistSystemState` (LKAS State): State of the Lane Keep Assist System. (values: notReady | temporarilyNotAvailable | deactivatedByDriver | ready | suppressedByOperator | actuating | error) -* `leftLaneDeparture` (Left Lane Departure): State of the Left Lane Departure detection. (values: notDeparting | departing) -* `rightLaneDeparture` (Right Lane Departure): State of the Right Lane Departure detection. (values: notDeparting | departing) * `roadDepartureAebsState` (AEBS State (Lane Departure)): State of the AEBS system for Lane Departure. (values: notReady | temporarilyNotAvailable | deactivatedByDriver | readyAndActivated | driverOverrides | roadDepartureWarningActive | roadDepartureWarningWithBraking | roadDepartureEmergencyBrakingActive | performanceLimited | error) * `ropBrakeControlActive` (ROP Brake Control Active): Indicates whether Roll Over Prevention (ROP) has activated brake control. (values: passive | active) * `ropEngineControlActive` (ROP Engine Control Active): Indicates whether Roll Over Prevention (ROP) has commanded engine control to be active. (values: passive | active) diff --git a/src/main/java/com/samsara/api/core/ClientOptions.java b/src/main/java/com/samsara/api/core/ClientOptions.java index f6ab40b..35824f5 100644 --- a/src/main/java/com/samsara/api/core/ClientOptions.java +++ b/src/main/java/com/samsara/api/core/ClientOptions.java @@ -44,10 +44,10 @@ private ClientOptions( this.headers.putAll(headers); this.headers.putAll(new HashMap() { { - put("User-Agent", "com.samsara:samsara-java-sdk/7.2.0"); + put("User-Agent", "com.samsara:samsara-java-sdk/7.2.1"); put("X-Fern-Language", "JAVA"); put("X-Fern-SDK-Name", "com.samsara.fern:api-sdk"); - put("X-Fern-SDK-Version", "7.2.0"); + put("X-Fern-SDK-Version", "7.2.1"); } }); this.headerSuppliers = headerSuppliers; diff --git a/src/main/java/com/samsara/api/resources/betaapis/requests/GetReadingsHistoryRequest.java b/src/main/java/com/samsara/api/resources/betaapis/requests/GetReadingsHistoryRequest.java index b1e8942..ae5cf87 100644 --- a/src/main/java/com/samsara/api/resources/betaapis/requests/GetReadingsHistoryRequest.java +++ b/src/main/java/com/samsara/api/resources/betaapis/requests/GetReadingsHistoryRequest.java @@ -103,7 +103,6 @@ public Optional getAfter() { *
  • crankcasePressure (Crankcase Pressure): The pressure inside the engine's crankcase (kilopascal)
  • *
  • defLevel (DEF Level): Represents the DEF (Diesel Exhaust Fluid) level percentage. (percent)
  • *
  • derivedFuelConsumed (Lifetime Fuel Consumed (Samsara)): Samsara-maintained fuel consumption since the device was firstinstalled. (liter)
  • - *
  • deviceOrientation (Device Orientation): Indicates orientation of the device. (values: invalid | unknown | topDown | bottomDown | leftDown | rightDown | backDown | frontDown)
  • *
  • digioInput1 (Digital IO #1): Represents the state of digital IO #1. (values: off | on)
  • *
  • dpfLampStatus (DPF Lamp Status): Status of the Diesel Particulate Filter warning lamp. (values: off | on | blinking)
  • *
  • dpfSootLoadPercent (DPF Soot Load): Diesel Particulate Filter soot load percentage. (percent)
  • @@ -118,21 +117,15 @@ public Optional getAfter() { *
  • engineOilTemperature (Engine Oil Temperature): Temperature of the engine oil (celsius)
  • *
  • engineState (Engine State): Indicates the current state of the engine, such as running, stopped. (values: off | running | idling)
  • *
  • engineTotalIdleTime (Engine Total Idle Time): Total idle time for the vehicle. (minute)
  • - *
  • ev24VoltDcDcInverterCurrent (EV 24V DC/DC Inverter Current): Current from the 24V DC-DC inverter in amperes. (ampere)
  • *
  • evAverageCellTemperature (EV Average Cell Temperature): Average temperature of EV battery cells in degrees Celsius. (celsius)
  • *
  • evChargingCurrent (EV Charging Current): Charging current for electric and hybrid vehicles. (ampere)
  • *
  • evChargingEnergy (EV Charging Energy): Charging energy for electric and hybrid vehicles. (watthour)
  • - *
  • evChargingErrorStatus (EV Charging Error Status): Indicates if the EV charging system has an error. (values: noError | batteryTooHotOrCold | vehicleNotInPark | connectorLockFault | chargingSystemFault | chargingCurrentDifferential | chargingVoltageOutOfRange | chargingSystemNotCompatible | noDataUndeterminedStatus | notAvailable | unknownError)
  • *
  • evChargingStatus (EV Charging Status): Charging status for electric and hybrid vehicles. (values: unknown | notCharging | charging)
  • *
  • evChargingVoltage (EV Charging Voltage): Charging voltage for electric and hybrid vehicles. (volt)
  • *
  • evConsumedEnergy (EV Consumed Energy): Consumed energy (including regenerated) for electric and hybrid vehicles. (watthour)
  • *
  • evDistanceDriven (EV Distance Driven): Electric distance driven for electric and hybrid vehicles. (meter)
  • *
  • evHighCapacityBatteryCurrent (EV High Capacity Battery Current): Current from the high capacity EV battery in amperes. (ampere)
  • *
  • evHighCapacityBatteryVoltage (High Capacity EV Battery Voltage): Represents the voltage of the high capacity EV battery. (volt)
  • - *
  • evMaxAllowedStateOfChargePercent (EV Max Allowed State of Charge): Maximum allowed state of charge percentage. (percent)
  • - *
  • evMaxCellTemperature (EV Max Cell Temperature): Maximum temperature of EV battery cells in degrees Celsius. (celsius)
  • - *
  • evMinAllowedStateOfChargePercent (EV Min Allowed State of Charge): Minimum allowed state of charge percentage. (percent)
  • - *
  • evMinCellTemperature (EV Min Cell Temperature): Minimum temperature of EV battery cells in degrees Celsius. (celsius)
  • *
  • evRegeneratedEnergy (EV Regenerated Energy): Regenerated energy for electric and hybrid vehicles. (watthour)
  • *
  • exhaustGasPressure (Exhaust Gas Pressure): Represents the exhaust gas pressure. (kilopascal)
  • *
  • faultCodes (Fault Codes): Engine fault codes for the asset
  • @@ -171,8 +164,6 @@ public Optional getAfter() { *
  • samsaraSpeed (Samsara Speed): Samsara's best estimate of the asset speed, combining multiple data sources such as ECU and GPS. (meterspersec)
  • *
  • samsaraSpeedLimit (Samsara Speed Limit): Speed limit at the location of the asset. (meterspersec)
  • *
  • seatbeltDriver (Seatbelt (Driver)): Indicates whether the driver's seatbelt is buckled or unbuckled. (values: unbuckled | buckled)
  • - *
  • seatbeltPassenger (Seatbelt (Passenger)): Indicates whether the passenger's seatbelt is buckled or unbuckled. (values: unbuckled | buckled)
  • - *
  • supportFindNearby (Support Find Nearby): Indicates if the asset can support find nearby. (values: noData | notCompatible | pendingUpgrade | Ready)
  • *
  • tellTales (Tell Tale Status): Tell tales status as read from the vehicle.
  • *
  • tirePressuresBackLeft (Tire pressure, back left): Represents the tire pressure for the back-left tire. (kilopascal)
  • *
  • tirePressuresBackRight (Tire pressure, back right): Represents the tire pressure for the back-right tire. (kilopascal)
  • @@ -203,15 +194,10 @@ public Optional getAfter() { *
  • accDistanceAlertSignal (ACC Distance Alert): Distance Alert Signal from the Adaptive Cruise Control system. (values: notActive | active)
  • *
  • adaptiveCruiseControlMode (ACC Mode): Current mode of the Adaptive Cruise Control System. (values: off | speedControlActive | distanceControlActive | overtakeMode | holdMode | finishMode | disabledOrError)
  • *
  • aebsDriverActivationDemand (AEBS Activation): Whether Advanced Emergency Braking is enabled or disabled by the driver. (values: deactivated | activated)
  • - *
  • cruiseControlFinalSetSpeed (Cruise Control Final Set Speed): Includes driver set point and overrides from the ACC system. (kmperhr)
  • *
  • cruiseControlSetSpeed (Cruise Control Set Speed): Driver's set speed for the cruise control system. (kmperhr)
  • *
  • cruiseControlSwitch (Cruise Control Switch): The state of the cruise control switch. (values: off | on | error)
  • - *
  • driverAlertnessWarning (Driver Alertness Warning): Driver Alertness Warning. (values: noConditionDetected | level1MildDistraction | level2Degradation | level3Warning)
  • - *
  • driverAlertnessWarningSystemState (Driver Alertness Warning State): State of the Driver Alertness Warning system. (values: installedButDisabled | initializing | temporarilyNotAvailable | available | monitoringDriverBehavior)
  • *
  • ecuSpeed (ECU Speed): Speed read from the asset's OBD port. (kmperhr)
  • - *
  • emergencyBrakingActive (Emergency Braking State): State of the Emergency Braking System. (values: inactive | active)
  • *
  • emergencyBrakingAebsState (AEBS State (Collision)): State of the Emergency Braking System for Forward Collision. (values: notReady | temporarilyNotAvailable | deactivatedByDriver | readyAndActivated | driverOverrides | forwardCollisionWarningActive | forwardCollisionWarningWithBraking | forwardCollisionEmergencyBrakingActive | performanceLimited | error)
  • - *
  • externalBrakeRequestReason (Self-Braking Reason/Mode): Brake reason/mode for the emergency self-braking system. (values: collisionAvoidance | stabilityControl | cruiseControlRoadSpeed | adaptiveCruiseControlDistanceControl | driverWarningHapticIndicator)
  • *
  • forwardCollisionWarningLevel (AEBS FCW Level): Severity level of the AEBS Forward Collision Warning. (values: noWarning | level1 | level2 | level3 | level4 | level5 | level6 | level7)
  • *
  • forwardCollisionWarningStatus (ACC FCW Status): Status of the Adaptive Cruise Control Forward Collision Warning system. (values: noWarning | collisionImminent | error)
  • *
  • forwardLaneImagerStatus (Forward Lane Imager State): State of the Forward Lane Imager. (values: fullyOperational | warmingUp | partiallyBlocked | fullyBlocked | misaligned | viewDegraded | error)
  • @@ -221,8 +207,6 @@ public Optional getAfter() { *
  • laneDepartureIndicationStatus (LDW Indication): State of the Lane Departure Indication system. (values: disabled | enabled)
  • *
  • laneDepartureWarningSystemState (LDW System State): State of the Lane Departure Warning system. (values: notReady | temporarilyNotAvailable | deactivatedByDriver | ready | warningSuppressed | warningLaneDeparture | error)
  • *
  • laneKeepingAssistSystemState (LKAS State): State of the Lane Keep Assist System. (values: notReady | temporarilyNotAvailable | deactivatedByDriver | ready | suppressedByOperator | actuating | error)
  • - *
  • leftLaneDeparture (Left Lane Departure): State of the Left Lane Departure detection. (values: notDeparting | departing)
  • - *
  • rightLaneDeparture (Right Lane Departure): State of the Right Lane Departure detection. (values: notDeparting | departing)
  • *
  • roadDepartureAebsState (AEBS State (Lane Departure)): State of the AEBS system for Lane Departure. (values: notReady | temporarilyNotAvailable | deactivatedByDriver | readyAndActivated | driverOverrides | roadDepartureWarningActive | roadDepartureWarningWithBraking | roadDepartureEmergencyBrakingActive | performanceLimited | error)
  • *
  • ropBrakeControlActive (ROP Brake Control Active): Indicates whether Roll Over Prevention (ROP) has activated brake control. (values: passive | active)
  • *
  • ropEngineControlActive (ROP Engine Control Active): Indicates whether Roll Over Prevention (ROP) has commanded engine control to be active. (values: passive | active)
  • @@ -443,7 +427,6 @@ public interface ReadingIdStage { *
  • crankcasePressure (Crankcase Pressure): The pressure inside the engine's crankcase (kilopascal)
  • *
  • defLevel (DEF Level): Represents the DEF (Diesel Exhaust Fluid) level percentage. (percent)
  • *
  • derivedFuelConsumed (Lifetime Fuel Consumed (Samsara)): Samsara-maintained fuel consumption since the device was firstinstalled. (liter)
  • - *
  • deviceOrientation (Device Orientation): Indicates orientation of the device. (values: invalid | unknown | topDown | bottomDown | leftDown | rightDown | backDown | frontDown)
  • *
  • digioInput1 (Digital IO #1): Represents the state of digital IO #1. (values: off | on)
  • *
  • dpfLampStatus (DPF Lamp Status): Status of the Diesel Particulate Filter warning lamp. (values: off | on | blinking)
  • *
  • dpfSootLoadPercent (DPF Soot Load): Diesel Particulate Filter soot load percentage. (percent)
  • @@ -458,21 +441,15 @@ public interface ReadingIdStage { *
  • engineOilTemperature (Engine Oil Temperature): Temperature of the engine oil (celsius)
  • *
  • engineState (Engine State): Indicates the current state of the engine, such as running, stopped. (values: off | running | idling)
  • *
  • engineTotalIdleTime (Engine Total Idle Time): Total idle time for the vehicle. (minute)
  • - *
  • ev24VoltDcDcInverterCurrent (EV 24V DC/DC Inverter Current): Current from the 24V DC-DC inverter in amperes. (ampere)
  • *
  • evAverageCellTemperature (EV Average Cell Temperature): Average temperature of EV battery cells in degrees Celsius. (celsius)
  • *
  • evChargingCurrent (EV Charging Current): Charging current for electric and hybrid vehicles. (ampere)
  • *
  • evChargingEnergy (EV Charging Energy): Charging energy for electric and hybrid vehicles. (watthour)
  • - *
  • evChargingErrorStatus (EV Charging Error Status): Indicates if the EV charging system has an error. (values: noError | batteryTooHotOrCold | vehicleNotInPark | connectorLockFault | chargingSystemFault | chargingCurrentDifferential | chargingVoltageOutOfRange | chargingSystemNotCompatible | noDataUndeterminedStatus | notAvailable | unknownError)
  • *
  • evChargingStatus (EV Charging Status): Charging status for electric and hybrid vehicles. (values: unknown | notCharging | charging)
  • *
  • evChargingVoltage (EV Charging Voltage): Charging voltage for electric and hybrid vehicles. (volt)
  • *
  • evConsumedEnergy (EV Consumed Energy): Consumed energy (including regenerated) for electric and hybrid vehicles. (watthour)
  • *
  • evDistanceDriven (EV Distance Driven): Electric distance driven for electric and hybrid vehicles. (meter)
  • *
  • evHighCapacityBatteryCurrent (EV High Capacity Battery Current): Current from the high capacity EV battery in amperes. (ampere)
  • *
  • evHighCapacityBatteryVoltage (High Capacity EV Battery Voltage): Represents the voltage of the high capacity EV battery. (volt)
  • - *
  • evMaxAllowedStateOfChargePercent (EV Max Allowed State of Charge): Maximum allowed state of charge percentage. (percent)
  • - *
  • evMaxCellTemperature (EV Max Cell Temperature): Maximum temperature of EV battery cells in degrees Celsius. (celsius)
  • - *
  • evMinAllowedStateOfChargePercent (EV Min Allowed State of Charge): Minimum allowed state of charge percentage. (percent)
  • - *
  • evMinCellTemperature (EV Min Cell Temperature): Minimum temperature of EV battery cells in degrees Celsius. (celsius)
  • *
  • evRegeneratedEnergy (EV Regenerated Energy): Regenerated energy for electric and hybrid vehicles. (watthour)
  • *
  • exhaustGasPressure (Exhaust Gas Pressure): Represents the exhaust gas pressure. (kilopascal)
  • *
  • faultCodes (Fault Codes): Engine fault codes for the asset
  • @@ -511,8 +488,6 @@ public interface ReadingIdStage { *
  • samsaraSpeed (Samsara Speed): Samsara's best estimate of the asset speed, combining multiple data sources such as ECU and GPS. (meterspersec)
  • *
  • samsaraSpeedLimit (Samsara Speed Limit): Speed limit at the location of the asset. (meterspersec)
  • *
  • seatbeltDriver (Seatbelt (Driver)): Indicates whether the driver's seatbelt is buckled or unbuckled. (values: unbuckled | buckled)
  • - *
  • seatbeltPassenger (Seatbelt (Passenger)): Indicates whether the passenger's seatbelt is buckled or unbuckled. (values: unbuckled | buckled)
  • - *
  • supportFindNearby (Support Find Nearby): Indicates if the asset can support find nearby. (values: noData | notCompatible | pendingUpgrade | Ready)
  • *
  • tellTales (Tell Tale Status): Tell tales status as read from the vehicle.
  • *
  • tirePressuresBackLeft (Tire pressure, back left): Represents the tire pressure for the back-left tire. (kilopascal)
  • *
  • tirePressuresBackRight (Tire pressure, back right): Represents the tire pressure for the back-right tire. (kilopascal)
  • @@ -543,15 +518,10 @@ public interface ReadingIdStage { *
  • accDistanceAlertSignal (ACC Distance Alert): Distance Alert Signal from the Adaptive Cruise Control system. (values: notActive | active)
  • *
  • adaptiveCruiseControlMode (ACC Mode): Current mode of the Adaptive Cruise Control System. (values: off | speedControlActive | distanceControlActive | overtakeMode | holdMode | finishMode | disabledOrError)
  • *
  • aebsDriverActivationDemand (AEBS Activation): Whether Advanced Emergency Braking is enabled or disabled by the driver. (values: deactivated | activated)
  • - *
  • cruiseControlFinalSetSpeed (Cruise Control Final Set Speed): Includes driver set point and overrides from the ACC system. (kmperhr)
  • *
  • cruiseControlSetSpeed (Cruise Control Set Speed): Driver's set speed for the cruise control system. (kmperhr)
  • *
  • cruiseControlSwitch (Cruise Control Switch): The state of the cruise control switch. (values: off | on | error)
  • - *
  • driverAlertnessWarning (Driver Alertness Warning): Driver Alertness Warning. (values: noConditionDetected | level1MildDistraction | level2Degradation | level3Warning)
  • - *
  • driverAlertnessWarningSystemState (Driver Alertness Warning State): State of the Driver Alertness Warning system. (values: installedButDisabled | initializing | temporarilyNotAvailable | available | monitoringDriverBehavior)
  • *
  • ecuSpeed (ECU Speed): Speed read from the asset's OBD port. (kmperhr)
  • - *
  • emergencyBrakingActive (Emergency Braking State): State of the Emergency Braking System. (values: inactive | active)
  • *
  • emergencyBrakingAebsState (AEBS State (Collision)): State of the Emergency Braking System for Forward Collision. (values: notReady | temporarilyNotAvailable | deactivatedByDriver | readyAndActivated | driverOverrides | forwardCollisionWarningActive | forwardCollisionWarningWithBraking | forwardCollisionEmergencyBrakingActive | performanceLimited | error)
  • - *
  • externalBrakeRequestReason (Self-Braking Reason/Mode): Brake reason/mode for the emergency self-braking system. (values: collisionAvoidance | stabilityControl | cruiseControlRoadSpeed | adaptiveCruiseControlDistanceControl | driverWarningHapticIndicator)
  • *
  • forwardCollisionWarningLevel (AEBS FCW Level): Severity level of the AEBS Forward Collision Warning. (values: noWarning | level1 | level2 | level3 | level4 | level5 | level6 | level7)
  • *
  • forwardCollisionWarningStatus (ACC FCW Status): Status of the Adaptive Cruise Control Forward Collision Warning system. (values: noWarning | collisionImminent | error)
  • *
  • forwardLaneImagerStatus (Forward Lane Imager State): State of the Forward Lane Imager. (values: fullyOperational | warmingUp | partiallyBlocked | fullyBlocked | misaligned | viewDegraded | error)
  • @@ -561,8 +531,6 @@ public interface ReadingIdStage { *
  • laneDepartureIndicationStatus (LDW Indication): State of the Lane Departure Indication system. (values: disabled | enabled)
  • *
  • laneDepartureWarningSystemState (LDW System State): State of the Lane Departure Warning system. (values: notReady | temporarilyNotAvailable | deactivatedByDriver | ready | warningSuppressed | warningLaneDeparture | error)
  • *
  • laneKeepingAssistSystemState (LKAS State): State of the Lane Keep Assist System. (values: notReady | temporarilyNotAvailable | deactivatedByDriver | ready | suppressedByOperator | actuating | error)
  • - *
  • leftLaneDeparture (Left Lane Departure): State of the Left Lane Departure detection. (values: notDeparting | departing)
  • - *
  • rightLaneDeparture (Right Lane Departure): State of the Right Lane Departure detection. (values: notDeparting | departing)
  • *
  • roadDepartureAebsState (AEBS State (Lane Departure)): State of the AEBS system for Lane Departure. (values: notReady | temporarilyNotAvailable | deactivatedByDriver | readyAndActivated | driverOverrides | roadDepartureWarningActive | roadDepartureWarningWithBraking | roadDepartureEmergencyBrakingActive | performanceLimited | error)
  • *
  • ropBrakeControlActive (ROP Brake Control Active): Indicates whether Roll Over Prevention (ROP) has activated brake control. (values: passive | active)
  • *
  • ropEngineControlActive (ROP Engine Control Active): Indicates whether Roll Over Prevention (ROP) has commanded engine control to be active. (values: passive | active)
  • @@ -779,7 +747,6 @@ public Builder from(GetReadingsHistoryRequest other) { *
  • crankcasePressure (Crankcase Pressure): The pressure inside the engine's crankcase (kilopascal)
  • *
  • defLevel (DEF Level): Represents the DEF (Diesel Exhaust Fluid) level percentage. (percent)
  • *
  • derivedFuelConsumed (Lifetime Fuel Consumed (Samsara)): Samsara-maintained fuel consumption since the device was firstinstalled. (liter)
  • - *
  • deviceOrientation (Device Orientation): Indicates orientation of the device. (values: invalid | unknown | topDown | bottomDown | leftDown | rightDown | backDown | frontDown)
  • *
  • digioInput1 (Digital IO #1): Represents the state of digital IO #1. (values: off | on)
  • *
  • dpfLampStatus (DPF Lamp Status): Status of the Diesel Particulate Filter warning lamp. (values: off | on | blinking)
  • *
  • dpfSootLoadPercent (DPF Soot Load): Diesel Particulate Filter soot load percentage. (percent)
  • @@ -794,21 +761,15 @@ public Builder from(GetReadingsHistoryRequest other) { *
  • engineOilTemperature (Engine Oil Temperature): Temperature of the engine oil (celsius)
  • *
  • engineState (Engine State): Indicates the current state of the engine, such as running, stopped. (values: off | running | idling)
  • *
  • engineTotalIdleTime (Engine Total Idle Time): Total idle time for the vehicle. (minute)
  • - *
  • ev24VoltDcDcInverterCurrent (EV 24V DC/DC Inverter Current): Current from the 24V DC-DC inverter in amperes. (ampere)
  • *
  • evAverageCellTemperature (EV Average Cell Temperature): Average temperature of EV battery cells in degrees Celsius. (celsius)
  • *
  • evChargingCurrent (EV Charging Current): Charging current for electric and hybrid vehicles. (ampere)
  • *
  • evChargingEnergy (EV Charging Energy): Charging energy for electric and hybrid vehicles. (watthour)
  • - *
  • evChargingErrorStatus (EV Charging Error Status): Indicates if the EV charging system has an error. (values: noError | batteryTooHotOrCold | vehicleNotInPark | connectorLockFault | chargingSystemFault | chargingCurrentDifferential | chargingVoltageOutOfRange | chargingSystemNotCompatible | noDataUndeterminedStatus | notAvailable | unknownError)
  • *
  • evChargingStatus (EV Charging Status): Charging status for electric and hybrid vehicles. (values: unknown | notCharging | charging)
  • *
  • evChargingVoltage (EV Charging Voltage): Charging voltage for electric and hybrid vehicles. (volt)
  • *
  • evConsumedEnergy (EV Consumed Energy): Consumed energy (including regenerated) for electric and hybrid vehicles. (watthour)
  • *
  • evDistanceDriven (EV Distance Driven): Electric distance driven for electric and hybrid vehicles. (meter)
  • *
  • evHighCapacityBatteryCurrent (EV High Capacity Battery Current): Current from the high capacity EV battery in amperes. (ampere)
  • *
  • evHighCapacityBatteryVoltage (High Capacity EV Battery Voltage): Represents the voltage of the high capacity EV battery. (volt)
  • - *
  • evMaxAllowedStateOfChargePercent (EV Max Allowed State of Charge): Maximum allowed state of charge percentage. (percent)
  • - *
  • evMaxCellTemperature (EV Max Cell Temperature): Maximum temperature of EV battery cells in degrees Celsius. (celsius)
  • - *
  • evMinAllowedStateOfChargePercent (EV Min Allowed State of Charge): Minimum allowed state of charge percentage. (percent)
  • - *
  • evMinCellTemperature (EV Min Cell Temperature): Minimum temperature of EV battery cells in degrees Celsius. (celsius)
  • *
  • evRegeneratedEnergy (EV Regenerated Energy): Regenerated energy for electric and hybrid vehicles. (watthour)
  • *
  • exhaustGasPressure (Exhaust Gas Pressure): Represents the exhaust gas pressure. (kilopascal)
  • *
  • faultCodes (Fault Codes): Engine fault codes for the asset
  • @@ -847,8 +808,6 @@ public Builder from(GetReadingsHistoryRequest other) { *
  • samsaraSpeed (Samsara Speed): Samsara's best estimate of the asset speed, combining multiple data sources such as ECU and GPS. (meterspersec)
  • *
  • samsaraSpeedLimit (Samsara Speed Limit): Speed limit at the location of the asset. (meterspersec)
  • *
  • seatbeltDriver (Seatbelt (Driver)): Indicates whether the driver's seatbelt is buckled or unbuckled. (values: unbuckled | buckled)
  • - *
  • seatbeltPassenger (Seatbelt (Passenger)): Indicates whether the passenger's seatbelt is buckled or unbuckled. (values: unbuckled | buckled)
  • - *
  • supportFindNearby (Support Find Nearby): Indicates if the asset can support find nearby. (values: noData | notCompatible | pendingUpgrade | Ready)
  • *
  • tellTales (Tell Tale Status): Tell tales status as read from the vehicle.
  • *
  • tirePressuresBackLeft (Tire pressure, back left): Represents the tire pressure for the back-left tire. (kilopascal)
  • *
  • tirePressuresBackRight (Tire pressure, back right): Represents the tire pressure for the back-right tire. (kilopascal)
  • @@ -879,15 +838,10 @@ public Builder from(GetReadingsHistoryRequest other) { *
  • accDistanceAlertSignal (ACC Distance Alert): Distance Alert Signal from the Adaptive Cruise Control system. (values: notActive | active)
  • *
  • adaptiveCruiseControlMode (ACC Mode): Current mode of the Adaptive Cruise Control System. (values: off | speedControlActive | distanceControlActive | overtakeMode | holdMode | finishMode | disabledOrError)
  • *
  • aebsDriverActivationDemand (AEBS Activation): Whether Advanced Emergency Braking is enabled or disabled by the driver. (values: deactivated | activated)
  • - *
  • cruiseControlFinalSetSpeed (Cruise Control Final Set Speed): Includes driver set point and overrides from the ACC system. (kmperhr)
  • *
  • cruiseControlSetSpeed (Cruise Control Set Speed): Driver's set speed for the cruise control system. (kmperhr)
  • *
  • cruiseControlSwitch (Cruise Control Switch): The state of the cruise control switch. (values: off | on | error)
  • - *
  • driverAlertnessWarning (Driver Alertness Warning): Driver Alertness Warning. (values: noConditionDetected | level1MildDistraction | level2Degradation | level3Warning)
  • - *
  • driverAlertnessWarningSystemState (Driver Alertness Warning State): State of the Driver Alertness Warning system. (values: installedButDisabled | initializing | temporarilyNotAvailable | available | monitoringDriverBehavior)
  • *
  • ecuSpeed (ECU Speed): Speed read from the asset's OBD port. (kmperhr)
  • - *
  • emergencyBrakingActive (Emergency Braking State): State of the Emergency Braking System. (values: inactive | active)
  • *
  • emergencyBrakingAebsState (AEBS State (Collision)): State of the Emergency Braking System for Forward Collision. (values: notReady | temporarilyNotAvailable | deactivatedByDriver | readyAndActivated | driverOverrides | forwardCollisionWarningActive | forwardCollisionWarningWithBraking | forwardCollisionEmergencyBrakingActive | performanceLimited | error)
  • - *
  • externalBrakeRequestReason (Self-Braking Reason/Mode): Brake reason/mode for the emergency self-braking system. (values: collisionAvoidance | stabilityControl | cruiseControlRoadSpeed | adaptiveCruiseControlDistanceControl | driverWarningHapticIndicator)
  • *
  • forwardCollisionWarningLevel (AEBS FCW Level): Severity level of the AEBS Forward Collision Warning. (values: noWarning | level1 | level2 | level3 | level4 | level5 | level6 | level7)
  • *
  • forwardCollisionWarningStatus (ACC FCW Status): Status of the Adaptive Cruise Control Forward Collision Warning system. (values: noWarning | collisionImminent | error)
  • *
  • forwardLaneImagerStatus (Forward Lane Imager State): State of the Forward Lane Imager. (values: fullyOperational | warmingUp | partiallyBlocked | fullyBlocked | misaligned | viewDegraded | error)
  • @@ -897,8 +851,6 @@ public Builder from(GetReadingsHistoryRequest other) { *
  • laneDepartureIndicationStatus (LDW Indication): State of the Lane Departure Indication system. (values: disabled | enabled)
  • *
  • laneDepartureWarningSystemState (LDW System State): State of the Lane Departure Warning system. (values: notReady | temporarilyNotAvailable | deactivatedByDriver | ready | warningSuppressed | warningLaneDeparture | error)
  • *
  • laneKeepingAssistSystemState (LKAS State): State of the Lane Keep Assist System. (values: notReady | temporarilyNotAvailable | deactivatedByDriver | ready | suppressedByOperator | actuating | error)
  • - *
  • leftLaneDeparture (Left Lane Departure): State of the Left Lane Departure detection. (values: notDeparting | departing)
  • - *
  • rightLaneDeparture (Right Lane Departure): State of the Right Lane Departure detection. (values: notDeparting | departing)
  • *
  • roadDepartureAebsState (AEBS State (Lane Departure)): State of the AEBS system for Lane Departure. (values: notReady | temporarilyNotAvailable | deactivatedByDriver | readyAndActivated | driverOverrides | roadDepartureWarningActive | roadDepartureWarningWithBraking | roadDepartureEmergencyBrakingActive | performanceLimited | error)
  • *
  • ropBrakeControlActive (ROP Brake Control Active): Indicates whether Roll Over Prevention (ROP) has activated brake control. (values: passive | active)
  • *
  • ropEngineControlActive (ROP Engine Control Active): Indicates whether Roll Over Prevention (ROP) has commanded engine control to be active. (values: passive | active)
  • @@ -1009,7 +961,6 @@ public Builder from(GetReadingsHistoryRequest other) { *
  • crankcasePressure (Crankcase Pressure): The pressure inside the engine's crankcase (kilopascal)
  • *
  • defLevel (DEF Level): Represents the DEF (Diesel Exhaust Fluid) level percentage. (percent)
  • *
  • derivedFuelConsumed (Lifetime Fuel Consumed (Samsara)): Samsara-maintained fuel consumption since the device was firstinstalled. (liter)
  • - *
  • deviceOrientation (Device Orientation): Indicates orientation of the device. (values: invalid | unknown | topDown | bottomDown | leftDown | rightDown | backDown | frontDown)
  • *
  • digioInput1 (Digital IO #1): Represents the state of digital IO #1. (values: off | on)
  • *
  • dpfLampStatus (DPF Lamp Status): Status of the Diesel Particulate Filter warning lamp. (values: off | on | blinking)
  • *
  • dpfSootLoadPercent (DPF Soot Load): Diesel Particulate Filter soot load percentage. (percent)
  • @@ -1024,21 +975,15 @@ public Builder from(GetReadingsHistoryRequest other) { *
  • engineOilTemperature (Engine Oil Temperature): Temperature of the engine oil (celsius)
  • *
  • engineState (Engine State): Indicates the current state of the engine, such as running, stopped. (values: off | running | idling)
  • *
  • engineTotalIdleTime (Engine Total Idle Time): Total idle time for the vehicle. (minute)
  • - *
  • ev24VoltDcDcInverterCurrent (EV 24V DC/DC Inverter Current): Current from the 24V DC-DC inverter in amperes. (ampere)
  • *
  • evAverageCellTemperature (EV Average Cell Temperature): Average temperature of EV battery cells in degrees Celsius. (celsius)
  • *
  • evChargingCurrent (EV Charging Current): Charging current for electric and hybrid vehicles. (ampere)
  • *
  • evChargingEnergy (EV Charging Energy): Charging energy for electric and hybrid vehicles. (watthour)
  • - *
  • evChargingErrorStatus (EV Charging Error Status): Indicates if the EV charging system has an error. (values: noError | batteryTooHotOrCold | vehicleNotInPark | connectorLockFault | chargingSystemFault | chargingCurrentDifferential | chargingVoltageOutOfRange | chargingSystemNotCompatible | noDataUndeterminedStatus | notAvailable | unknownError)
  • *
  • evChargingStatus (EV Charging Status): Charging status for electric and hybrid vehicles. (values: unknown | notCharging | charging)
  • *
  • evChargingVoltage (EV Charging Voltage): Charging voltage for electric and hybrid vehicles. (volt)
  • *
  • evConsumedEnergy (EV Consumed Energy): Consumed energy (including regenerated) for electric and hybrid vehicles. (watthour)
  • *
  • evDistanceDriven (EV Distance Driven): Electric distance driven for electric and hybrid vehicles. (meter)
  • *
  • evHighCapacityBatteryCurrent (EV High Capacity Battery Current): Current from the high capacity EV battery in amperes. (ampere)
  • *
  • evHighCapacityBatteryVoltage (High Capacity EV Battery Voltage): Represents the voltage of the high capacity EV battery. (volt)
  • - *
  • evMaxAllowedStateOfChargePercent (EV Max Allowed State of Charge): Maximum allowed state of charge percentage. (percent)
  • - *
  • evMaxCellTemperature (EV Max Cell Temperature): Maximum temperature of EV battery cells in degrees Celsius. (celsius)
  • - *
  • evMinAllowedStateOfChargePercent (EV Min Allowed State of Charge): Minimum allowed state of charge percentage. (percent)
  • - *
  • evMinCellTemperature (EV Min Cell Temperature): Minimum temperature of EV battery cells in degrees Celsius. (celsius)
  • *
  • evRegeneratedEnergy (EV Regenerated Energy): Regenerated energy for electric and hybrid vehicles. (watthour)
  • *
  • exhaustGasPressure (Exhaust Gas Pressure): Represents the exhaust gas pressure. (kilopascal)
  • *
  • faultCodes (Fault Codes): Engine fault codes for the asset
  • @@ -1077,8 +1022,6 @@ public Builder from(GetReadingsHistoryRequest other) { *
  • samsaraSpeed (Samsara Speed): Samsara's best estimate of the asset speed, combining multiple data sources such as ECU and GPS. (meterspersec)
  • *
  • samsaraSpeedLimit (Samsara Speed Limit): Speed limit at the location of the asset. (meterspersec)
  • *
  • seatbeltDriver (Seatbelt (Driver)): Indicates whether the driver's seatbelt is buckled or unbuckled. (values: unbuckled | buckled)
  • - *
  • seatbeltPassenger (Seatbelt (Passenger)): Indicates whether the passenger's seatbelt is buckled or unbuckled. (values: unbuckled | buckled)
  • - *
  • supportFindNearby (Support Find Nearby): Indicates if the asset can support find nearby. (values: noData | notCompatible | pendingUpgrade | Ready)
  • *
  • tellTales (Tell Tale Status): Tell tales status as read from the vehicle.
  • *
  • tirePressuresBackLeft (Tire pressure, back left): Represents the tire pressure for the back-left tire. (kilopascal)
  • *
  • tirePressuresBackRight (Tire pressure, back right): Represents the tire pressure for the back-right tire. (kilopascal)
  • @@ -1109,15 +1052,10 @@ public Builder from(GetReadingsHistoryRequest other) { *
  • accDistanceAlertSignal (ACC Distance Alert): Distance Alert Signal from the Adaptive Cruise Control system. (values: notActive | active)
  • *
  • adaptiveCruiseControlMode (ACC Mode): Current mode of the Adaptive Cruise Control System. (values: off | speedControlActive | distanceControlActive | overtakeMode | holdMode | finishMode | disabledOrError)
  • *
  • aebsDriverActivationDemand (AEBS Activation): Whether Advanced Emergency Braking is enabled or disabled by the driver. (values: deactivated | activated)
  • - *
  • cruiseControlFinalSetSpeed (Cruise Control Final Set Speed): Includes driver set point and overrides from the ACC system. (kmperhr)
  • *
  • cruiseControlSetSpeed (Cruise Control Set Speed): Driver's set speed for the cruise control system. (kmperhr)
  • *
  • cruiseControlSwitch (Cruise Control Switch): The state of the cruise control switch. (values: off | on | error)
  • - *
  • driverAlertnessWarning (Driver Alertness Warning): Driver Alertness Warning. (values: noConditionDetected | level1MildDistraction | level2Degradation | level3Warning)
  • - *
  • driverAlertnessWarningSystemState (Driver Alertness Warning State): State of the Driver Alertness Warning system. (values: installedButDisabled | initializing | temporarilyNotAvailable | available | monitoringDriverBehavior)
  • *
  • ecuSpeed (ECU Speed): Speed read from the asset's OBD port. (kmperhr)
  • - *
  • emergencyBrakingActive (Emergency Braking State): State of the Emergency Braking System. (values: inactive | active)
  • *
  • emergencyBrakingAebsState (AEBS State (Collision)): State of the Emergency Braking System for Forward Collision. (values: notReady | temporarilyNotAvailable | deactivatedByDriver | readyAndActivated | driverOverrides | forwardCollisionWarningActive | forwardCollisionWarningWithBraking | forwardCollisionEmergencyBrakingActive | performanceLimited | error)
  • - *
  • externalBrakeRequestReason (Self-Braking Reason/Mode): Brake reason/mode for the emergency self-braking system. (values: collisionAvoidance | stabilityControl | cruiseControlRoadSpeed | adaptiveCruiseControlDistanceControl | driverWarningHapticIndicator)
  • *
  • forwardCollisionWarningLevel (AEBS FCW Level): Severity level of the AEBS Forward Collision Warning. (values: noWarning | level1 | level2 | level3 | level4 | level5 | level6 | level7)
  • *
  • forwardCollisionWarningStatus (ACC FCW Status): Status of the Adaptive Cruise Control Forward Collision Warning system. (values: noWarning | collisionImminent | error)
  • *
  • forwardLaneImagerStatus (Forward Lane Imager State): State of the Forward Lane Imager. (values: fullyOperational | warmingUp | partiallyBlocked | fullyBlocked | misaligned | viewDegraded | error)
  • @@ -1127,8 +1065,6 @@ public Builder from(GetReadingsHistoryRequest other) { *
  • laneDepartureIndicationStatus (LDW Indication): State of the Lane Departure Indication system. (values: disabled | enabled)
  • *
  • laneDepartureWarningSystemState (LDW System State): State of the Lane Departure Warning system. (values: notReady | temporarilyNotAvailable | deactivatedByDriver | ready | warningSuppressed | warningLaneDeparture | error)
  • *
  • laneKeepingAssistSystemState (LKAS State): State of the Lane Keep Assist System. (values: notReady | temporarilyNotAvailable | deactivatedByDriver | ready | suppressedByOperator | actuating | error)
  • - *
  • leftLaneDeparture (Left Lane Departure): State of the Left Lane Departure detection. (values: notDeparting | departing)
  • - *
  • rightLaneDeparture (Right Lane Departure): State of the Right Lane Departure detection. (values: notDeparting | departing)
  • *
  • roadDepartureAebsState (AEBS State (Lane Departure)): State of the AEBS system for Lane Departure. (values: notReady | temporarilyNotAvailable | deactivatedByDriver | readyAndActivated | driverOverrides | roadDepartureWarningActive | roadDepartureWarningWithBraking | roadDepartureEmergencyBrakingActive | performanceLimited | error)
  • *
  • ropBrakeControlActive (ROP Brake Control Active): Indicates whether Roll Over Prevention (ROP) has activated brake control. (values: passive | active)
  • *
  • ropEngineControlActive (ROP Engine Control Active): Indicates whether Roll Over Prevention (ROP) has commanded engine control to be active. (values: passive | active)
  • diff --git a/src/main/java/com/samsara/api/resources/betaapis/requests/GetReadingsSnapshotRequest.java b/src/main/java/com/samsara/api/resources/betaapis/requests/GetReadingsSnapshotRequest.java index c803fc6..a2c96f3 100644 --- a/src/main/java/com/samsara/api/resources/betaapis/requests/GetReadingsSnapshotRequest.java +++ b/src/main/java/com/samsara/api/resources/betaapis/requests/GetReadingsSnapshotRequest.java @@ -95,7 +95,6 @@ public Optional getAfter() { *
  • crankcasePressure (Crankcase Pressure): The pressure inside the engine's crankcase (kilopascal)
  • *
  • defLevel (DEF Level): Represents the DEF (Diesel Exhaust Fluid) level percentage. (percent)
  • *
  • derivedFuelConsumed (Lifetime Fuel Consumed (Samsara)): Samsara-maintained fuel consumption since the device was firstinstalled. (liter)
  • - *
  • deviceOrientation (Device Orientation): Indicates orientation of the device. (values: invalid | unknown | topDown | bottomDown | leftDown | rightDown | backDown | frontDown)
  • *
  • digioInput1 (Digital IO #1): Represents the state of digital IO #1. (values: off | on)
  • *
  • dpfLampStatus (DPF Lamp Status): Status of the Diesel Particulate Filter warning lamp. (values: off | on | blinking)
  • *
  • dpfSootLoadPercent (DPF Soot Load): Diesel Particulate Filter soot load percentage. (percent)
  • @@ -110,21 +109,15 @@ public Optional getAfter() { *
  • engineOilTemperature (Engine Oil Temperature): Temperature of the engine oil (celsius)
  • *
  • engineState (Engine State): Indicates the current state of the engine, such as running, stopped. (values: off | running | idling)
  • *
  • engineTotalIdleTime (Engine Total Idle Time): Total idle time for the vehicle. (minute)
  • - *
  • ev24VoltDcDcInverterCurrent (EV 24V DC/DC Inverter Current): Current from the 24V DC-DC inverter in amperes. (ampere)
  • *
  • evAverageCellTemperature (EV Average Cell Temperature): Average temperature of EV battery cells in degrees Celsius. (celsius)
  • *
  • evChargingCurrent (EV Charging Current): Charging current for electric and hybrid vehicles. (ampere)
  • *
  • evChargingEnergy (EV Charging Energy): Charging energy for electric and hybrid vehicles. (watthour)
  • - *
  • evChargingErrorStatus (EV Charging Error Status): Indicates if the EV charging system has an error. (values: noError | batteryTooHotOrCold | vehicleNotInPark | connectorLockFault | chargingSystemFault | chargingCurrentDifferential | chargingVoltageOutOfRange | chargingSystemNotCompatible | noDataUndeterminedStatus | notAvailable | unknownError)
  • *
  • evChargingStatus (EV Charging Status): Charging status for electric and hybrid vehicles. (values: unknown | notCharging | charging)
  • *
  • evChargingVoltage (EV Charging Voltage): Charging voltage for electric and hybrid vehicles. (volt)
  • *
  • evConsumedEnergy (EV Consumed Energy): Consumed energy (including regenerated) for electric and hybrid vehicles. (watthour)
  • *
  • evDistanceDriven (EV Distance Driven): Electric distance driven for electric and hybrid vehicles. (meter)
  • *
  • evHighCapacityBatteryCurrent (EV High Capacity Battery Current): Current from the high capacity EV battery in amperes. (ampere)
  • *
  • evHighCapacityBatteryVoltage (High Capacity EV Battery Voltage): Represents the voltage of the high capacity EV battery. (volt)
  • - *
  • evMaxAllowedStateOfChargePercent (EV Max Allowed State of Charge): Maximum allowed state of charge percentage. (percent)
  • - *
  • evMaxCellTemperature (EV Max Cell Temperature): Maximum temperature of EV battery cells in degrees Celsius. (celsius)
  • - *
  • evMinAllowedStateOfChargePercent (EV Min Allowed State of Charge): Minimum allowed state of charge percentage. (percent)
  • - *
  • evMinCellTemperature (EV Min Cell Temperature): Minimum temperature of EV battery cells in degrees Celsius. (celsius)
  • *
  • evRegeneratedEnergy (EV Regenerated Energy): Regenerated energy for electric and hybrid vehicles. (watthour)
  • *
  • exhaustGasPressure (Exhaust Gas Pressure): Represents the exhaust gas pressure. (kilopascal)
  • *
  • faultCodes (Fault Codes): Engine fault codes for the asset
  • @@ -163,8 +156,6 @@ public Optional getAfter() { *
  • samsaraSpeed (Samsara Speed): Samsara's best estimate of the asset speed, combining multiple data sources such as ECU and GPS. (meterspersec)
  • *
  • samsaraSpeedLimit (Samsara Speed Limit): Speed limit at the location of the asset. (meterspersec)
  • *
  • seatbeltDriver (Seatbelt (Driver)): Indicates whether the driver's seatbelt is buckled or unbuckled. (values: unbuckled | buckled)
  • - *
  • seatbeltPassenger (Seatbelt (Passenger)): Indicates whether the passenger's seatbelt is buckled or unbuckled. (values: unbuckled | buckled)
  • - *
  • supportFindNearby (Support Find Nearby): Indicates if the asset can support find nearby. (values: noData | notCompatible | pendingUpgrade | Ready)
  • *
  • tellTales (Tell Tale Status): Tell tales status as read from the vehicle.
  • *
  • tirePressuresBackLeft (Tire pressure, back left): Represents the tire pressure for the back-left tire. (kilopascal)
  • *
  • tirePressuresBackRight (Tire pressure, back right): Represents the tire pressure for the back-right tire. (kilopascal)
  • @@ -195,15 +186,10 @@ public Optional getAfter() { *
  • accDistanceAlertSignal (ACC Distance Alert): Distance Alert Signal from the Adaptive Cruise Control system. (values: notActive | active)
  • *
  • adaptiveCruiseControlMode (ACC Mode): Current mode of the Adaptive Cruise Control System. (values: off | speedControlActive | distanceControlActive | overtakeMode | holdMode | finishMode | disabledOrError)
  • *
  • aebsDriverActivationDemand (AEBS Activation): Whether Advanced Emergency Braking is enabled or disabled by the driver. (values: deactivated | activated)
  • - *
  • cruiseControlFinalSetSpeed (Cruise Control Final Set Speed): Includes driver set point and overrides from the ACC system. (kmperhr)
  • *
  • cruiseControlSetSpeed (Cruise Control Set Speed): Driver's set speed for the cruise control system. (kmperhr)
  • *
  • cruiseControlSwitch (Cruise Control Switch): The state of the cruise control switch. (values: off | on | error)
  • - *
  • driverAlertnessWarning (Driver Alertness Warning): Driver Alertness Warning. (values: noConditionDetected | level1MildDistraction | level2Degradation | level3Warning)
  • - *
  • driverAlertnessWarningSystemState (Driver Alertness Warning State): State of the Driver Alertness Warning system. (values: installedButDisabled | initializing | temporarilyNotAvailable | available | monitoringDriverBehavior)
  • *
  • ecuSpeed (ECU Speed): Speed read from the asset's OBD port. (kmperhr)
  • - *
  • emergencyBrakingActive (Emergency Braking State): State of the Emergency Braking System. (values: inactive | active)
  • *
  • emergencyBrakingAebsState (AEBS State (Collision)): State of the Emergency Braking System for Forward Collision. (values: notReady | temporarilyNotAvailable | deactivatedByDriver | readyAndActivated | driverOverrides | forwardCollisionWarningActive | forwardCollisionWarningWithBraking | forwardCollisionEmergencyBrakingActive | performanceLimited | error)
  • - *
  • externalBrakeRequestReason (Self-Braking Reason/Mode): Brake reason/mode for the emergency self-braking system. (values: collisionAvoidance | stabilityControl | cruiseControlRoadSpeed | adaptiveCruiseControlDistanceControl | driverWarningHapticIndicator)
  • *
  • forwardCollisionWarningLevel (AEBS FCW Level): Severity level of the AEBS Forward Collision Warning. (values: noWarning | level1 | level2 | level3 | level4 | level5 | level6 | level7)
  • *
  • forwardCollisionWarningStatus (ACC FCW Status): Status of the Adaptive Cruise Control Forward Collision Warning system. (values: noWarning | collisionImminent | error)
  • *
  • forwardLaneImagerStatus (Forward Lane Imager State): State of the Forward Lane Imager. (values: fullyOperational | warmingUp | partiallyBlocked | fullyBlocked | misaligned | viewDegraded | error)
  • @@ -213,8 +199,6 @@ public Optional getAfter() { *
  • laneDepartureIndicationStatus (LDW Indication): State of the Lane Departure Indication system. (values: disabled | enabled)
  • *
  • laneDepartureWarningSystemState (LDW System State): State of the Lane Departure Warning system. (values: notReady | temporarilyNotAvailable | deactivatedByDriver | ready | warningSuppressed | warningLaneDeparture | error)
  • *
  • laneKeepingAssistSystemState (LKAS State): State of the Lane Keep Assist System. (values: notReady | temporarilyNotAvailable | deactivatedByDriver | ready | suppressedByOperator | actuating | error)
  • - *
  • leftLaneDeparture (Left Lane Departure): State of the Left Lane Departure detection. (values: notDeparting | departing)
  • - *
  • rightLaneDeparture (Right Lane Departure): State of the Right Lane Departure detection. (values: notDeparting | departing)
  • *
  • roadDepartureAebsState (AEBS State (Lane Departure)): State of the AEBS system for Lane Departure. (values: notReady | temporarilyNotAvailable | deactivatedByDriver | readyAndActivated | driverOverrides | roadDepartureWarningActive | roadDepartureWarningWithBraking | roadDepartureEmergencyBrakingActive | performanceLimited | error)
  • *
  • ropBrakeControlActive (ROP Brake Control Active): Indicates whether Roll Over Prevention (ROP) has activated brake control. (values: passive | active)
  • *
  • ropEngineControlActive (ROP Engine Control Active): Indicates whether Roll Over Prevention (ROP) has commanded engine control to be active. (values: passive | active)
  • @@ -415,7 +399,6 @@ public interface ReadingIdsStage { *
  • crankcasePressure (Crankcase Pressure): The pressure inside the engine's crankcase (kilopascal)
  • *
  • defLevel (DEF Level): Represents the DEF (Diesel Exhaust Fluid) level percentage. (percent)
  • *
  • derivedFuelConsumed (Lifetime Fuel Consumed (Samsara)): Samsara-maintained fuel consumption since the device was firstinstalled. (liter)
  • - *
  • deviceOrientation (Device Orientation): Indicates orientation of the device. (values: invalid | unknown | topDown | bottomDown | leftDown | rightDown | backDown | frontDown)
  • *
  • digioInput1 (Digital IO #1): Represents the state of digital IO #1. (values: off | on)
  • *
  • dpfLampStatus (DPF Lamp Status): Status of the Diesel Particulate Filter warning lamp. (values: off | on | blinking)
  • *
  • dpfSootLoadPercent (DPF Soot Load): Diesel Particulate Filter soot load percentage. (percent)
  • @@ -430,21 +413,15 @@ public interface ReadingIdsStage { *
  • engineOilTemperature (Engine Oil Temperature): Temperature of the engine oil (celsius)
  • *
  • engineState (Engine State): Indicates the current state of the engine, such as running, stopped. (values: off | running | idling)
  • *
  • engineTotalIdleTime (Engine Total Idle Time): Total idle time for the vehicle. (minute)
  • - *
  • ev24VoltDcDcInverterCurrent (EV 24V DC/DC Inverter Current): Current from the 24V DC-DC inverter in amperes. (ampere)
  • *
  • evAverageCellTemperature (EV Average Cell Temperature): Average temperature of EV battery cells in degrees Celsius. (celsius)
  • *
  • evChargingCurrent (EV Charging Current): Charging current for electric and hybrid vehicles. (ampere)
  • *
  • evChargingEnergy (EV Charging Energy): Charging energy for electric and hybrid vehicles. (watthour)
  • - *
  • evChargingErrorStatus (EV Charging Error Status): Indicates if the EV charging system has an error. (values: noError | batteryTooHotOrCold | vehicleNotInPark | connectorLockFault | chargingSystemFault | chargingCurrentDifferential | chargingVoltageOutOfRange | chargingSystemNotCompatible | noDataUndeterminedStatus | notAvailable | unknownError)
  • *
  • evChargingStatus (EV Charging Status): Charging status for electric and hybrid vehicles. (values: unknown | notCharging | charging)
  • *
  • evChargingVoltage (EV Charging Voltage): Charging voltage for electric and hybrid vehicles. (volt)
  • *
  • evConsumedEnergy (EV Consumed Energy): Consumed energy (including regenerated) for electric and hybrid vehicles. (watthour)
  • *
  • evDistanceDriven (EV Distance Driven): Electric distance driven for electric and hybrid vehicles. (meter)
  • *
  • evHighCapacityBatteryCurrent (EV High Capacity Battery Current): Current from the high capacity EV battery in amperes. (ampere)
  • *
  • evHighCapacityBatteryVoltage (High Capacity EV Battery Voltage): Represents the voltage of the high capacity EV battery. (volt)
  • - *
  • evMaxAllowedStateOfChargePercent (EV Max Allowed State of Charge): Maximum allowed state of charge percentage. (percent)
  • - *
  • evMaxCellTemperature (EV Max Cell Temperature): Maximum temperature of EV battery cells in degrees Celsius. (celsius)
  • - *
  • evMinAllowedStateOfChargePercent (EV Min Allowed State of Charge): Minimum allowed state of charge percentage. (percent)
  • - *
  • evMinCellTemperature (EV Min Cell Temperature): Minimum temperature of EV battery cells in degrees Celsius. (celsius)
  • *
  • evRegeneratedEnergy (EV Regenerated Energy): Regenerated energy for electric and hybrid vehicles. (watthour)
  • *
  • exhaustGasPressure (Exhaust Gas Pressure): Represents the exhaust gas pressure. (kilopascal)
  • *
  • faultCodes (Fault Codes): Engine fault codes for the asset
  • @@ -483,8 +460,6 @@ public interface ReadingIdsStage { *
  • samsaraSpeed (Samsara Speed): Samsara's best estimate of the asset speed, combining multiple data sources such as ECU and GPS. (meterspersec)
  • *
  • samsaraSpeedLimit (Samsara Speed Limit): Speed limit at the location of the asset. (meterspersec)
  • *
  • seatbeltDriver (Seatbelt (Driver)): Indicates whether the driver's seatbelt is buckled or unbuckled. (values: unbuckled | buckled)
  • - *
  • seatbeltPassenger (Seatbelt (Passenger)): Indicates whether the passenger's seatbelt is buckled or unbuckled. (values: unbuckled | buckled)
  • - *
  • supportFindNearby (Support Find Nearby): Indicates if the asset can support find nearby. (values: noData | notCompatible | pendingUpgrade | Ready)
  • *
  • tellTales (Tell Tale Status): Tell tales status as read from the vehicle.
  • *
  • tirePressuresBackLeft (Tire pressure, back left): Represents the tire pressure for the back-left tire. (kilopascal)
  • *
  • tirePressuresBackRight (Tire pressure, back right): Represents the tire pressure for the back-right tire. (kilopascal)
  • @@ -515,15 +490,10 @@ public interface ReadingIdsStage { *
  • accDistanceAlertSignal (ACC Distance Alert): Distance Alert Signal from the Adaptive Cruise Control system. (values: notActive | active)
  • *
  • adaptiveCruiseControlMode (ACC Mode): Current mode of the Adaptive Cruise Control System. (values: off | speedControlActive | distanceControlActive | overtakeMode | holdMode | finishMode | disabledOrError)
  • *
  • aebsDriverActivationDemand (AEBS Activation): Whether Advanced Emergency Braking is enabled or disabled by the driver. (values: deactivated | activated)
  • - *
  • cruiseControlFinalSetSpeed (Cruise Control Final Set Speed): Includes driver set point and overrides from the ACC system. (kmperhr)
  • *
  • cruiseControlSetSpeed (Cruise Control Set Speed): Driver's set speed for the cruise control system. (kmperhr)
  • *
  • cruiseControlSwitch (Cruise Control Switch): The state of the cruise control switch. (values: off | on | error)
  • - *
  • driverAlertnessWarning (Driver Alertness Warning): Driver Alertness Warning. (values: noConditionDetected | level1MildDistraction | level2Degradation | level3Warning)
  • - *
  • driverAlertnessWarningSystemState (Driver Alertness Warning State): State of the Driver Alertness Warning system. (values: installedButDisabled | initializing | temporarilyNotAvailable | available | monitoringDriverBehavior)
  • *
  • ecuSpeed (ECU Speed): Speed read from the asset's OBD port. (kmperhr)
  • - *
  • emergencyBrakingActive (Emergency Braking State): State of the Emergency Braking System. (values: inactive | active)
  • *
  • emergencyBrakingAebsState (AEBS State (Collision)): State of the Emergency Braking System for Forward Collision. (values: notReady | temporarilyNotAvailable | deactivatedByDriver | readyAndActivated | driverOverrides | forwardCollisionWarningActive | forwardCollisionWarningWithBraking | forwardCollisionEmergencyBrakingActive | performanceLimited | error)
  • - *
  • externalBrakeRequestReason (Self-Braking Reason/Mode): Brake reason/mode for the emergency self-braking system. (values: collisionAvoidance | stabilityControl | cruiseControlRoadSpeed | adaptiveCruiseControlDistanceControl | driverWarningHapticIndicator)
  • *
  • forwardCollisionWarningLevel (AEBS FCW Level): Severity level of the AEBS Forward Collision Warning. (values: noWarning | level1 | level2 | level3 | level4 | level5 | level6 | level7)
  • *
  • forwardCollisionWarningStatus (ACC FCW Status): Status of the Adaptive Cruise Control Forward Collision Warning system. (values: noWarning | collisionImminent | error)
  • *
  • forwardLaneImagerStatus (Forward Lane Imager State): State of the Forward Lane Imager. (values: fullyOperational | warmingUp | partiallyBlocked | fullyBlocked | misaligned | viewDegraded | error)
  • @@ -533,8 +503,6 @@ public interface ReadingIdsStage { *
  • laneDepartureIndicationStatus (LDW Indication): State of the Lane Departure Indication system. (values: disabled | enabled)
  • *
  • laneDepartureWarningSystemState (LDW System State): State of the Lane Departure Warning system. (values: notReady | temporarilyNotAvailable | deactivatedByDriver | ready | warningSuppressed | warningLaneDeparture | error)
  • *
  • laneKeepingAssistSystemState (LKAS State): State of the Lane Keep Assist System. (values: notReady | temporarilyNotAvailable | deactivatedByDriver | ready | suppressedByOperator | actuating | error)
  • - *
  • leftLaneDeparture (Left Lane Departure): State of the Left Lane Departure detection. (values: notDeparting | departing)
  • - *
  • rightLaneDeparture (Right Lane Departure): State of the Right Lane Departure detection. (values: notDeparting | departing)
  • *
  • roadDepartureAebsState (AEBS State (Lane Departure)): State of the AEBS system for Lane Departure. (values: notReady | temporarilyNotAvailable | deactivatedByDriver | readyAndActivated | driverOverrides | roadDepartureWarningActive | roadDepartureWarningWithBraking | roadDepartureEmergencyBrakingActive | performanceLimited | error)
  • *
  • ropBrakeControlActive (ROP Brake Control Active): Indicates whether Roll Over Prevention (ROP) has activated brake control. (values: passive | active)
  • *
  • ropEngineControlActive (ROP Engine Control Active): Indicates whether Roll Over Prevention (ROP) has commanded engine control to be active. (values: passive | active)
  • @@ -731,7 +699,6 @@ public Builder from(GetReadingsSnapshotRequest other) { *
  • crankcasePressure (Crankcase Pressure): The pressure inside the engine's crankcase (kilopascal)
  • *
  • defLevel (DEF Level): Represents the DEF (Diesel Exhaust Fluid) level percentage. (percent)
  • *
  • derivedFuelConsumed (Lifetime Fuel Consumed (Samsara)): Samsara-maintained fuel consumption since the device was firstinstalled. (liter)
  • - *
  • deviceOrientation (Device Orientation): Indicates orientation of the device. (values: invalid | unknown | topDown | bottomDown | leftDown | rightDown | backDown | frontDown)
  • *
  • digioInput1 (Digital IO #1): Represents the state of digital IO #1. (values: off | on)
  • *
  • dpfLampStatus (DPF Lamp Status): Status of the Diesel Particulate Filter warning lamp. (values: off | on | blinking)
  • *
  • dpfSootLoadPercent (DPF Soot Load): Diesel Particulate Filter soot load percentage. (percent)
  • @@ -746,21 +713,15 @@ public Builder from(GetReadingsSnapshotRequest other) { *
  • engineOilTemperature (Engine Oil Temperature): Temperature of the engine oil (celsius)
  • *
  • engineState (Engine State): Indicates the current state of the engine, such as running, stopped. (values: off | running | idling)
  • *
  • engineTotalIdleTime (Engine Total Idle Time): Total idle time for the vehicle. (minute)
  • - *
  • ev24VoltDcDcInverterCurrent (EV 24V DC/DC Inverter Current): Current from the 24V DC-DC inverter in amperes. (ampere)
  • *
  • evAverageCellTemperature (EV Average Cell Temperature): Average temperature of EV battery cells in degrees Celsius. (celsius)
  • *
  • evChargingCurrent (EV Charging Current): Charging current for electric and hybrid vehicles. (ampere)
  • *
  • evChargingEnergy (EV Charging Energy): Charging energy for electric and hybrid vehicles. (watthour)
  • - *
  • evChargingErrorStatus (EV Charging Error Status): Indicates if the EV charging system has an error. (values: noError | batteryTooHotOrCold | vehicleNotInPark | connectorLockFault | chargingSystemFault | chargingCurrentDifferential | chargingVoltageOutOfRange | chargingSystemNotCompatible | noDataUndeterminedStatus | notAvailable | unknownError)
  • *
  • evChargingStatus (EV Charging Status): Charging status for electric and hybrid vehicles. (values: unknown | notCharging | charging)
  • *
  • evChargingVoltage (EV Charging Voltage): Charging voltage for electric and hybrid vehicles. (volt)
  • *
  • evConsumedEnergy (EV Consumed Energy): Consumed energy (including regenerated) for electric and hybrid vehicles. (watthour)
  • *
  • evDistanceDriven (EV Distance Driven): Electric distance driven for electric and hybrid vehicles. (meter)
  • *
  • evHighCapacityBatteryCurrent (EV High Capacity Battery Current): Current from the high capacity EV battery in amperes. (ampere)
  • *
  • evHighCapacityBatteryVoltage (High Capacity EV Battery Voltage): Represents the voltage of the high capacity EV battery. (volt)
  • - *
  • evMaxAllowedStateOfChargePercent (EV Max Allowed State of Charge): Maximum allowed state of charge percentage. (percent)
  • - *
  • evMaxCellTemperature (EV Max Cell Temperature): Maximum temperature of EV battery cells in degrees Celsius. (celsius)
  • - *
  • evMinAllowedStateOfChargePercent (EV Min Allowed State of Charge): Minimum allowed state of charge percentage. (percent)
  • - *
  • evMinCellTemperature (EV Min Cell Temperature): Minimum temperature of EV battery cells in degrees Celsius. (celsius)
  • *
  • evRegeneratedEnergy (EV Regenerated Energy): Regenerated energy for electric and hybrid vehicles. (watthour)
  • *
  • exhaustGasPressure (Exhaust Gas Pressure): Represents the exhaust gas pressure. (kilopascal)
  • *
  • faultCodes (Fault Codes): Engine fault codes for the asset
  • @@ -799,8 +760,6 @@ public Builder from(GetReadingsSnapshotRequest other) { *
  • samsaraSpeed (Samsara Speed): Samsara's best estimate of the asset speed, combining multiple data sources such as ECU and GPS. (meterspersec)
  • *
  • samsaraSpeedLimit (Samsara Speed Limit): Speed limit at the location of the asset. (meterspersec)
  • *
  • seatbeltDriver (Seatbelt (Driver)): Indicates whether the driver's seatbelt is buckled or unbuckled. (values: unbuckled | buckled)
  • - *
  • seatbeltPassenger (Seatbelt (Passenger)): Indicates whether the passenger's seatbelt is buckled or unbuckled. (values: unbuckled | buckled)
  • - *
  • supportFindNearby (Support Find Nearby): Indicates if the asset can support find nearby. (values: noData | notCompatible | pendingUpgrade | Ready)
  • *
  • tellTales (Tell Tale Status): Tell tales status as read from the vehicle.
  • *
  • tirePressuresBackLeft (Tire pressure, back left): Represents the tire pressure for the back-left tire. (kilopascal)
  • *
  • tirePressuresBackRight (Tire pressure, back right): Represents the tire pressure for the back-right tire. (kilopascal)
  • @@ -831,15 +790,10 @@ public Builder from(GetReadingsSnapshotRequest other) { *
  • accDistanceAlertSignal (ACC Distance Alert): Distance Alert Signal from the Adaptive Cruise Control system. (values: notActive | active)
  • *
  • adaptiveCruiseControlMode (ACC Mode): Current mode of the Adaptive Cruise Control System. (values: off | speedControlActive | distanceControlActive | overtakeMode | holdMode | finishMode | disabledOrError)
  • *
  • aebsDriverActivationDemand (AEBS Activation): Whether Advanced Emergency Braking is enabled or disabled by the driver. (values: deactivated | activated)
  • - *
  • cruiseControlFinalSetSpeed (Cruise Control Final Set Speed): Includes driver set point and overrides from the ACC system. (kmperhr)
  • *
  • cruiseControlSetSpeed (Cruise Control Set Speed): Driver's set speed for the cruise control system. (kmperhr)
  • *
  • cruiseControlSwitch (Cruise Control Switch): The state of the cruise control switch. (values: off | on | error)
  • - *
  • driverAlertnessWarning (Driver Alertness Warning): Driver Alertness Warning. (values: noConditionDetected | level1MildDistraction | level2Degradation | level3Warning)
  • - *
  • driverAlertnessWarningSystemState (Driver Alertness Warning State): State of the Driver Alertness Warning system. (values: installedButDisabled | initializing | temporarilyNotAvailable | available | monitoringDriverBehavior)
  • *
  • ecuSpeed (ECU Speed): Speed read from the asset's OBD port. (kmperhr)
  • - *
  • emergencyBrakingActive (Emergency Braking State): State of the Emergency Braking System. (values: inactive | active)
  • *
  • emergencyBrakingAebsState (AEBS State (Collision)): State of the Emergency Braking System for Forward Collision. (values: notReady | temporarilyNotAvailable | deactivatedByDriver | readyAndActivated | driverOverrides | forwardCollisionWarningActive | forwardCollisionWarningWithBraking | forwardCollisionEmergencyBrakingActive | performanceLimited | error)
  • - *
  • externalBrakeRequestReason (Self-Braking Reason/Mode): Brake reason/mode for the emergency self-braking system. (values: collisionAvoidance | stabilityControl | cruiseControlRoadSpeed | adaptiveCruiseControlDistanceControl | driverWarningHapticIndicator)
  • *
  • forwardCollisionWarningLevel (AEBS FCW Level): Severity level of the AEBS Forward Collision Warning. (values: noWarning | level1 | level2 | level3 | level4 | level5 | level6 | level7)
  • *
  • forwardCollisionWarningStatus (ACC FCW Status): Status of the Adaptive Cruise Control Forward Collision Warning system. (values: noWarning | collisionImminent | error)
  • *
  • forwardLaneImagerStatus (Forward Lane Imager State): State of the Forward Lane Imager. (values: fullyOperational | warmingUp | partiallyBlocked | fullyBlocked | misaligned | viewDegraded | error)
  • @@ -849,8 +803,6 @@ public Builder from(GetReadingsSnapshotRequest other) { *
  • laneDepartureIndicationStatus (LDW Indication): State of the Lane Departure Indication system. (values: disabled | enabled)
  • *
  • laneDepartureWarningSystemState (LDW System State): State of the Lane Departure Warning system. (values: notReady | temporarilyNotAvailable | deactivatedByDriver | ready | warningSuppressed | warningLaneDeparture | error)
  • *
  • laneKeepingAssistSystemState (LKAS State): State of the Lane Keep Assist System. (values: notReady | temporarilyNotAvailable | deactivatedByDriver | ready | suppressedByOperator | actuating | error)
  • - *
  • leftLaneDeparture (Left Lane Departure): State of the Left Lane Departure detection. (values: notDeparting | departing)
  • - *
  • rightLaneDeparture (Right Lane Departure): State of the Right Lane Departure detection. (values: notDeparting | departing)
  • *
  • roadDepartureAebsState (AEBS State (Lane Departure)): State of the AEBS system for Lane Departure. (values: notReady | temporarilyNotAvailable | deactivatedByDriver | readyAndActivated | driverOverrides | roadDepartureWarningActive | roadDepartureWarningWithBraking | roadDepartureEmergencyBrakingActive | performanceLimited | error)
  • *
  • ropBrakeControlActive (ROP Brake Control Active): Indicates whether Roll Over Prevention (ROP) has activated brake control. (values: passive | active)
  • *
  • ropEngineControlActive (ROP Engine Control Active): Indicates whether Roll Over Prevention (ROP) has commanded engine control to be active. (values: passive | active)
  • @@ -961,7 +913,6 @@ public Builder from(GetReadingsSnapshotRequest other) { *
  • crankcasePressure (Crankcase Pressure): The pressure inside the engine's crankcase (kilopascal)
  • *
  • defLevel (DEF Level): Represents the DEF (Diesel Exhaust Fluid) level percentage. (percent)
  • *
  • derivedFuelConsumed (Lifetime Fuel Consumed (Samsara)): Samsara-maintained fuel consumption since the device was firstinstalled. (liter)
  • - *
  • deviceOrientation (Device Orientation): Indicates orientation of the device. (values: invalid | unknown | topDown | bottomDown | leftDown | rightDown | backDown | frontDown)
  • *
  • digioInput1 (Digital IO #1): Represents the state of digital IO #1. (values: off | on)
  • *
  • dpfLampStatus (DPF Lamp Status): Status of the Diesel Particulate Filter warning lamp. (values: off | on | blinking)
  • *
  • dpfSootLoadPercent (DPF Soot Load): Diesel Particulate Filter soot load percentage. (percent)
  • @@ -976,21 +927,15 @@ public Builder from(GetReadingsSnapshotRequest other) { *
  • engineOilTemperature (Engine Oil Temperature): Temperature of the engine oil (celsius)
  • *
  • engineState (Engine State): Indicates the current state of the engine, such as running, stopped. (values: off | running | idling)
  • *
  • engineTotalIdleTime (Engine Total Idle Time): Total idle time for the vehicle. (minute)
  • - *
  • ev24VoltDcDcInverterCurrent (EV 24V DC/DC Inverter Current): Current from the 24V DC-DC inverter in amperes. (ampere)
  • *
  • evAverageCellTemperature (EV Average Cell Temperature): Average temperature of EV battery cells in degrees Celsius. (celsius)
  • *
  • evChargingCurrent (EV Charging Current): Charging current for electric and hybrid vehicles. (ampere)
  • *
  • evChargingEnergy (EV Charging Energy): Charging energy for electric and hybrid vehicles. (watthour)
  • - *
  • evChargingErrorStatus (EV Charging Error Status): Indicates if the EV charging system has an error. (values: noError | batteryTooHotOrCold | vehicleNotInPark | connectorLockFault | chargingSystemFault | chargingCurrentDifferential | chargingVoltageOutOfRange | chargingSystemNotCompatible | noDataUndeterminedStatus | notAvailable | unknownError)
  • *
  • evChargingStatus (EV Charging Status): Charging status for electric and hybrid vehicles. (values: unknown | notCharging | charging)
  • *
  • evChargingVoltage (EV Charging Voltage): Charging voltage for electric and hybrid vehicles. (volt)
  • *
  • evConsumedEnergy (EV Consumed Energy): Consumed energy (including regenerated) for electric and hybrid vehicles. (watthour)
  • *
  • evDistanceDriven (EV Distance Driven): Electric distance driven for electric and hybrid vehicles. (meter)
  • *
  • evHighCapacityBatteryCurrent (EV High Capacity Battery Current): Current from the high capacity EV battery in amperes. (ampere)
  • *
  • evHighCapacityBatteryVoltage (High Capacity EV Battery Voltage): Represents the voltage of the high capacity EV battery. (volt)
  • - *
  • evMaxAllowedStateOfChargePercent (EV Max Allowed State of Charge): Maximum allowed state of charge percentage. (percent)
  • - *
  • evMaxCellTemperature (EV Max Cell Temperature): Maximum temperature of EV battery cells in degrees Celsius. (celsius)
  • - *
  • evMinAllowedStateOfChargePercent (EV Min Allowed State of Charge): Minimum allowed state of charge percentage. (percent)
  • - *
  • evMinCellTemperature (EV Min Cell Temperature): Minimum temperature of EV battery cells in degrees Celsius. (celsius)
  • *
  • evRegeneratedEnergy (EV Regenerated Energy): Regenerated energy for electric and hybrid vehicles. (watthour)
  • *
  • exhaustGasPressure (Exhaust Gas Pressure): Represents the exhaust gas pressure. (kilopascal)
  • *
  • faultCodes (Fault Codes): Engine fault codes for the asset
  • @@ -1029,8 +974,6 @@ public Builder from(GetReadingsSnapshotRequest other) { *
  • samsaraSpeed (Samsara Speed): Samsara's best estimate of the asset speed, combining multiple data sources such as ECU and GPS. (meterspersec)
  • *
  • samsaraSpeedLimit (Samsara Speed Limit): Speed limit at the location of the asset. (meterspersec)
  • *
  • seatbeltDriver (Seatbelt (Driver)): Indicates whether the driver's seatbelt is buckled or unbuckled. (values: unbuckled | buckled)
  • - *
  • seatbeltPassenger (Seatbelt (Passenger)): Indicates whether the passenger's seatbelt is buckled or unbuckled. (values: unbuckled | buckled)
  • - *
  • supportFindNearby (Support Find Nearby): Indicates if the asset can support find nearby. (values: noData | notCompatible | pendingUpgrade | Ready)
  • *
  • tellTales (Tell Tale Status): Tell tales status as read from the vehicle.
  • *
  • tirePressuresBackLeft (Tire pressure, back left): Represents the tire pressure for the back-left tire. (kilopascal)
  • *
  • tirePressuresBackRight (Tire pressure, back right): Represents the tire pressure for the back-right tire. (kilopascal)
  • @@ -1061,15 +1004,10 @@ public Builder from(GetReadingsSnapshotRequest other) { *
  • accDistanceAlertSignal (ACC Distance Alert): Distance Alert Signal from the Adaptive Cruise Control system. (values: notActive | active)
  • *
  • adaptiveCruiseControlMode (ACC Mode): Current mode of the Adaptive Cruise Control System. (values: off | speedControlActive | distanceControlActive | overtakeMode | holdMode | finishMode | disabledOrError)
  • *
  • aebsDriverActivationDemand (AEBS Activation): Whether Advanced Emergency Braking is enabled or disabled by the driver. (values: deactivated | activated)
  • - *
  • cruiseControlFinalSetSpeed (Cruise Control Final Set Speed): Includes driver set point and overrides from the ACC system. (kmperhr)
  • *
  • cruiseControlSetSpeed (Cruise Control Set Speed): Driver's set speed for the cruise control system. (kmperhr)
  • *
  • cruiseControlSwitch (Cruise Control Switch): The state of the cruise control switch. (values: off | on | error)
  • - *
  • driverAlertnessWarning (Driver Alertness Warning): Driver Alertness Warning. (values: noConditionDetected | level1MildDistraction | level2Degradation | level3Warning)
  • - *
  • driverAlertnessWarningSystemState (Driver Alertness Warning State): State of the Driver Alertness Warning system. (values: installedButDisabled | initializing | temporarilyNotAvailable | available | monitoringDriverBehavior)
  • *
  • ecuSpeed (ECU Speed): Speed read from the asset's OBD port. (kmperhr)
  • - *
  • emergencyBrakingActive (Emergency Braking State): State of the Emergency Braking System. (values: inactive | active)
  • *
  • emergencyBrakingAebsState (AEBS State (Collision)): State of the Emergency Braking System for Forward Collision. (values: notReady | temporarilyNotAvailable | deactivatedByDriver | readyAndActivated | driverOverrides | forwardCollisionWarningActive | forwardCollisionWarningWithBraking | forwardCollisionEmergencyBrakingActive | performanceLimited | error)
  • - *
  • externalBrakeRequestReason (Self-Braking Reason/Mode): Brake reason/mode for the emergency self-braking system. (values: collisionAvoidance | stabilityControl | cruiseControlRoadSpeed | adaptiveCruiseControlDistanceControl | driverWarningHapticIndicator)
  • *
  • forwardCollisionWarningLevel (AEBS FCW Level): Severity level of the AEBS Forward Collision Warning. (values: noWarning | level1 | level2 | level3 | level4 | level5 | level6 | level7)
  • *
  • forwardCollisionWarningStatus (ACC FCW Status): Status of the Adaptive Cruise Control Forward Collision Warning system. (values: noWarning | collisionImminent | error)
  • *
  • forwardLaneImagerStatus (Forward Lane Imager State): State of the Forward Lane Imager. (values: fullyOperational | warmingUp | partiallyBlocked | fullyBlocked | misaligned | viewDegraded | error)
  • @@ -1079,8 +1017,6 @@ public Builder from(GetReadingsSnapshotRequest other) { *
  • laneDepartureIndicationStatus (LDW Indication): State of the Lane Departure Indication system. (values: disabled | enabled)
  • *
  • laneDepartureWarningSystemState (LDW System State): State of the Lane Departure Warning system. (values: notReady | temporarilyNotAvailable | deactivatedByDriver | ready | warningSuppressed | warningLaneDeparture | error)
  • *
  • laneKeepingAssistSystemState (LKAS State): State of the Lane Keep Assist System. (values: notReady | temporarilyNotAvailable | deactivatedByDriver | ready | suppressedByOperator | actuating | error)
  • - *
  • leftLaneDeparture (Left Lane Departure): State of the Left Lane Departure detection. (values: notDeparting | departing)
  • - *
  • rightLaneDeparture (Right Lane Departure): State of the Right Lane Departure detection. (values: notDeparting | departing)
  • *
  • roadDepartureAebsState (AEBS State (Lane Departure)): State of the AEBS system for Lane Departure. (values: notReady | temporarilyNotAvailable | deactivatedByDriver | readyAndActivated | driverOverrides | roadDepartureWarningActive | roadDepartureWarningWithBraking | roadDepartureEmergencyBrakingActive | performanceLimited | error)
  • *
  • ropBrakeControlActive (ROP Brake Control Active): Indicates whether Roll Over Prevention (ROP) has activated brake control. (values: passive | active)
  • *
  • ropEngineControlActive (ROP Engine Control Active): Indicates whether Roll Over Prevention (ROP) has commanded engine control to be active. (values: passive | active)