Skip to content

Commit

Permalink
1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
unematiii committed Nov 4, 2024
1 parent 5bc89b4 commit 0978ab5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion auto-api
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@highmobility/auto-api-javascript",
"version": "1.7.0",
"version": "1.8.0",
"description": "Auto API for JavaScript - the parsing library for the Auto API vehicle data model",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
3 changes: 3 additions & 0 deletions src/capabilities/Diagnostics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ enum Properties {
EngineTotalIdleOperatingTime = 'engine_total_idle_operating_time',
EngineTotalOperatingHours = 'engine_total_operating_hours',
EngineTotalOperatingTime = 'engine_total_operating_time',
EstimatedMixedPowertrainRange = 'estimated_mixed_powertrain_range',
EstimatedPrimaryPowertrainRange = 'estimated_primary_powertrain_range',
EstimatedRange = 'estimated_range',
EstimatedSecondaryPowertrainRange = 'estimated_secondary_powertrain_range',
Expand All @@ -47,6 +48,8 @@ enum Properties {
Odometer = 'odometer',
OemTroubleCodeValues = 'oem_trouble_code_values',
PassengerAirbagStatus = 'passenger_airbag_status',
PrimaryEnergyLevel = 'primary_energy_level',
SecondaryEnergyLevel = 'secondary_energy_level',
Speed = 'speed',
TirePressureStatuses = 'tire_pressure_statuses',
TirePressures = 'tire_pressures',
Expand Down
2 changes: 1 addition & 1 deletion src/configuration/configuration.json

Large diffs are not rendered by default.

0 comments on commit 0978ab5

Please sign in to comment.