Skip to content

Commit

Permalink
1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
unematiii committed Jul 15, 2024
1 parent b20b589 commit 5bc89b4
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 5 deletions.
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.6.2",
"version": "1.7.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/Charging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,13 @@ enum Properties {
ChargingEndReason = 'charging_end_reason',
ChargingPhases = 'charging_phases',
ChargingRate = 'charging_rate',
ChargingRateDistance = 'charging_rate_distance',
ChargingRateKw = 'charging_rate_kw',
ChargingScenario = 'charging_scenario',
ChargingSingleImmediate = 'charging_single_immediate',
ChargingTimeDisplay = 'charging_time_display',
ChargingWindowChosen = 'charging_window_chosen',
ConservingCharge = 'conserving_charge',
CurrentLimit = 'current_limit',
CurrentType = 'current_type',
DepartureTimeDisplay = 'departure_time_display',
Expand Down
1 change: 1 addition & 0 deletions src/capabilities/DashboardLights.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { UniversalProperties } from './properties';
enum Properties {
BulbFailures = 'bulb_failures',
DashboardLights = 'dashboard_lights',
DynamicWarnings = 'dynamic_warnings',
}

export class DashboardLights extends Capability<`${Properties}` | `${UniversalProperties}`> {
Expand Down
1 change: 1 addition & 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',
EstimatedPrimaryPowertrainRange = 'estimated_primary_powertrain_range',
EstimatedRange = 'estimated_range',
EstimatedSecondaryPowertrainRange = 'estimated_secondary_powertrain_range',
FuelLevel = 'fuel_level',
Expand Down
2 changes: 2 additions & 0 deletions src/capabilities/NaviDestination.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import { UniversalProperties } from './properties';

enum Properties {
ArrivalDuration = 'arrival_duration',
BatteryConsumptionToDestination = 'battery_consumption_to_destination',
ChargingTimeForDestination = 'charging_time_for_destination',
Coordinates = 'coordinates',
DataSlotsFree = 'data_slots_free',
DataSlotsMax = 'data_slots_max',
Expand Down
2 changes: 2 additions & 0 deletions src/capabilities/Trips.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ enum Properties {
Description = 'description',
Distance = 'distance',
DriverName = 'driver_name',
Duration = 'duration',
EcoLevel = 'eco_level',
EndAddress = 'end_address',
EndAddressComponents = 'end_address_components',
EndCoordinates = 'end_coordinates',
EndOdometer = 'end_odometer',
EndTime = 'end_time',
Event = 'event',
Id = 'id',
MaximumSpeed = 'maximum_speed',
RoadType = 'road_type',
StartAddress = 'start_address',
Expand Down
2 changes: 1 addition & 1 deletion src/configuration/configuration.json

Large diffs are not rendered by default.

0 comments on commit 5bc89b4

Please sign in to comment.