diff --git a/src/saic_ismart_client_ng/api/vehicle/schema.py b/src/saic_ismart_client_ng/api/vehicle/schema.py index 28f8fc9..28184c3 100644 --- a/src/saic_ismart_client_ng/api/vehicle/schema.py +++ b/src/saic_ismart_client_ng/api/vehicle/schema.py @@ -115,14 +115,6 @@ class VehicleStatusResp: gpsPosition: GpsPosition = None statusTime: int = None - @property - def is_charging(self) -> bool: - return ( - self.basicVehicleStatus and - self.basicVehicleStatus.extendedData2 - and self.basicVehicleStatus.extendedData2 >= 1 - ) - @property def is_parked(self) -> bool: return (