python-aidot 0.3.48__tar.gz → 0.3.49__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-aidot
3
- Version: 0.3.48
3
+ Version: 0.3.49
4
4
  Summary: aidot control wifi lights
5
5
  Home-page: https://github.com/Aidot-Development-Team/python-aidot
6
6
  Author: aidotdev2024
@@ -77,7 +77,7 @@ class AidotClient:
77
77
  password: str | None = None,
78
78
  token: dict | None = None,
79
79
  ) -> None:
80
- _LOGGER.info(f"Aidot Client Version: v0.3.46")
80
+ _LOGGER.warning(f"Aidot Client Version: v0.3.49")
81
81
  self.session = session
82
82
  self.username = username
83
83
  self.password = password
@@ -258,7 +258,7 @@ class DeviceClient(object):
258
258
  except (BrokenPipeError, ConnectionResetError, asyncio.IncompleteReadError) as e:
259
259
  _LOGGER.error(f"{self._TAG}:read status error {e}")
260
260
  # await self.reset()
261
- syncio.get_running_loop().call_soon(
261
+ asyncio.get_running_loop().call_soon(
262
262
  lambda: asyncio.create_task(self.reset())
263
263
  )
264
264
  return
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-aidot
3
- Version: 0.3.48
3
+ Version: 0.3.49
4
4
  Summary: aidot control wifi lights
5
5
  Home-page: https://github.com/Aidot-Development-Team/python-aidot
6
6
  Author: aidotdev2024
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
5
5
 
6
6
  setuptools.setup(
7
7
  name="python-aidot",
8
- version="0.3.48",
8
+ version="0.3.49",
9
9
  author="aidotdev2024",
10
10
  url='https://github.com/Aidot-Development-Team/python-aidot',
11
11
  description="aidot control wifi lights",
File without changes
File without changes
File without changes