Skip to content

Commit 7c2ce87

Browse files
authored
Merge pull request #408 from highmobility/mr/L13.5
update to L13.5
2 parents 0978ab5 + 06f0939 commit 7c2ce87

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

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.8.0",
3+
"version": "1.9.0",
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
@@ -74,6 +74,7 @@ enum Properties {
7474
SmartChargingOption = 'smart_charging_option',
7575
SmartChargingStatus = 'smart_charging_status',
7676
StarterBatteryState = 'starter_battery_state',
77+
StateOfHealth = 'state_of_health',
7778
StationDisplayedStatus = 'station_displayed_status',
7879
StationPowerType = 'station_power_type',
7980
StationStatus = 'station_status',

src/configuration/configuration.json

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

0 commit comments

Comments
 (0)