From 718b87fd12799ce5e1f08cf4156aece6921183bc Mon Sep 17 00:00:00 2001 From: UpstreamData Date: Thu, 25 Jan 2024 16:32:33 -0700 Subject: [PATCH] refactor: rename overwritten method. --- pyasic/web/auradine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyasic/web/auradine.py b/pyasic/web/auradine.py index bd81936a..7c52e48d 100644 --- a/pyasic/web/auradine.py +++ b/pyasic/web/auradine.py @@ -244,7 +244,7 @@ class AuradineWebAPI(BaseWebAPI): async def timedate(self, ntp: str, timezone: str) -> dict: return await self.send_command("timedate", ntp=ntp, timezone=timezone) - async def token(self) -> dict: + async def get_token(self) -> dict: return await self.send_command("token", user=self.username, password=self.pwd) async def update_pools(self, pools: list[dict]) -> dict: