Skip to content

Commit 845dce7

Browse files
committed
0.9.2: Decode V2X discharging state
Fixes #21
1 parent ae38235 commit 845dce7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "saic_ismart_client_ng"
3-
version = "0.9.1"
3+
version = "0.9.2"
44
description = "SAIC next gen client library (MG iSMART)"
55
authors = [
66
{ name = "Giovanni Condello", email = "[email protected]" },

src/saic_ismart_client_ng/api/vehicle_charging/schema.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ class BmsChargingStatusCode(Enum):
6969
CHARGING_10 = 10 # Potentially DC fast charging
7070
SUPER_OFFBOARD_CHARGING = 11
7171
CHARGING_12 = 12
72+
V2X_DISCHARGING = 13
7273

7374
@staticmethod
7475
def to_code(code: int) -> BmsChargingStatusCode | None:

0 commit comments

Comments
 (0)