Skip to content

Commit

Permalink
Disable window heater switch
Browse files Browse the repository at this point in the history
  • Loading branch information
stickpin committed Jan 23, 2024
1 parent f2ddefe commit 111359f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion volkswagencarnet/vw_vehicle.py
Original file line number Diff line number Diff line change
Expand Up @@ -1324,7 +1324,9 @@ def window_heater_last_updated(self) -> datetime:
@property
def is_window_heater_supported(self) -> bool:
"""Return true if vehicle has heater."""
return self.is_window_heater_front_supported
# return self.is_window_heater_front_supported
# CURRENTLY NOT SUPPORTED
return False

# Parking heater, "legacy" auxiliary climatisation
@property
Expand Down

0 comments on commit 111359f

Please sign in to comment.