Skip to content

Commit 2e088b2

Browse files
committed
1.4.1
1 parent c831e23 commit 2e088b2

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@highmobility/auto-api-javascript",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Auto API for JavaScript - the parsing library for the Auto API vehicle data model",
55
"main": "lib/index.js",
66
"module": "es/index.js",

src/capabilities/Charging.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ enum Properties {
4343
CurrentType = 'current_type',
4444
DepartureTimeDisplay = 'departure_time_display',
4545
DepartureTimes = 'departure_times',
46+
DistanceToCompleteCharge = 'distance_to_complete_charge',
4647
DrivingModePhev = 'driving_mode_phev',
4748
EstimatedRange = 'estimated_range',
4849
EstimatedRangeTarget = 'estimated_range_target',

src/configuration/configuration.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)