Skip to content

Commit

Permalink
Merge pull request #255 from robinostlund/v4.4.72
Browse files Browse the repository at this point in the history
v4.4.72
  • Loading branch information
stickpin authored Mar 15, 2024
2 parents 20aa760 + b95e832 commit dc6e665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volkswagencarnet/vw_vehicle.py
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ def is_oil_inspection_supported(self) -> bool:
if not self.has_combustion_engine:
return False
return is_valid_path(
self.attrs, f"{Services.VEHICLE_HEALTH_INSPECTION}.maintenanceStatus.value.carCapturedTimestamp"
self.attrs, f"{Services.VEHICLE_HEALTH_INSPECTION}.maintenanceStatus.value.oilServiceDue_days"
)

@property
Expand Down

0 comments on commit dc6e665

Please sign in to comment.