Skip to content

Commit

Permalink
Rename with async_
Browse files Browse the repository at this point in the history
  • Loading branch information
cyr-ius committed Jul 30, 2024
1 parent 4b243ee commit 2fd9e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audiconnectpy/vehicle.py
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ async def post_req(headers: dict[str, Any], data: Any) -> None:
data = json.dumps(data)
await post_req(headers, data)

async def set_auxiliary_climatisation(
async def async_set_auxiliary_climatisation(
self, action: bool, duration: int = 60
) -> None:
"""Set pre heater."""
Expand Down

0 comments on commit 2fd9e5a

Please sign in to comment.