diff --git a/pyproject.toml b/pyproject.toml index 82550e1..90805ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "saic-python-client@nanomad.net" }, ] diff --git a/src/saic_ismart_client_ng/api/vehicle/schema.py b/src/saic_ismart_client_ng/api/vehicle/schema.py index da401f8..28f8fc9 100644 --- a/src/saic_ismart_client_ng/api/vehicle/schema.py +++ b/src/saic_ismart_client_ng/api/vehicle/schema.py @@ -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