Skip to content

Commit

Permalink
remove api mode for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ucpy7374 committed Mar 12, 2024
1 parent 23e3de4 commit 6e01582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/deltadore_tydom/tydom/tydom_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ async def listen_tydom(self, connection: ClientWebSocketResponse):
self._connection = connection
await self.ping()
await self.get_info()
await self.put_api_mode()
# await self.put_api_mode()
# await self.get_geoloc()
# await self.get_local_claim()
# await self.get_devices_meta()
Expand Down

0 comments on commit 6e01582

Please sign in to comment.