We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae38235 commit 845dce7Copy full SHA for 845dce7
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "saic_ismart_client_ng"
3
-version = "0.9.1"
+version = "0.9.2"
4
description = "SAIC next gen client library (MG iSMART)"
5
authors = [
6
{ name = "Giovanni Condello", email = "[email protected]" },
src/saic_ismart_client_ng/api/vehicle_charging/schema.py
@@ -69,6 +69,7 @@ class BmsChargingStatusCode(Enum):
69
CHARGING_10 = 10 # Potentially DC fast charging
70
SUPER_OFFBOARD_CHARGING = 11
71
CHARGING_12 = 12
72
+ V2X_DISCHARGING = 13
73
74
@staticmethod
75
def to_code(code: int) -> BmsChargingStatusCode | None:
0 commit comments