Skip to content

Commit

Permalink
Fix currentJourneyId
Browse files Browse the repository at this point in the history
  • Loading branch information
nanomad committed Apr 5, 2024
1 parent 66e9db3 commit 38d02bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "saic_ismart_client_ng"
version = "0.1.0"
version = "0.1.1"
authors = [
{ name = "Giovanni Condello", email = "[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion src/saic_ismart_client_ng/api/vehicle/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class BasicVehicleStatus:
bootStatus: int = None
canBusActive: int = None
clstrDspdFuelLvlSgmt: int = None
currentJourneyID: int = None
currentJourneyId: int = None
currentJourneyDistance: int = None
dippedBeamStatus: int = None
driverDoor: int = None
Expand Down

0 comments on commit 38d02bd

Please sign in to comment.