From 38d02bd0508eba58ad098c1aab6ba666572f3035 Mon Sep 17 00:00:00 2001 From: Giovanni Condello Date: Fri, 5 Apr 2024 22:20:37 +0200 Subject: [PATCH] Fix currentJourneyId --- pyproject.toml | 2 +- src/saic_ismart_client_ng/api/vehicle/schema.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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