Skip to content

Commit

Permalink
separate seat heater fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dandelionclock committed Jun 6, 2024
1 parent d686c76 commit ad7b5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teslajsonpy/car.py
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ async def remote_seat_heater_request(self, level: int, seat_id: int) -> None:
wake_if_asleep = level > 0
data = await self._send_command(
"REMOTE_SEAT_HEATER_REQUEST",
seat_position=seat_id,
heater=seat_id,
level=level,
wake_if_asleep=wake_if_asleep,
)
Expand Down

0 comments on commit ad7b5de

Please sign in to comment.