pyimouapi 1.1.3__tar.gz → 1.1.4__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.1
2
2
  Name: pyimouapi
3
- Version: 1.1.3
3
+ Version: 1.1.4
4
4
  Summary: A package for imou open api
5
5
  Home-page: https://github.com/Imou-OpenPlatform/Py-Imou-Open-Api
6
6
  Author: Imou-OpenPlatform
@@ -439,7 +439,7 @@ class ImouDeviceManager:
439
439
 
440
440
  async def async_get_product_model(self, product_id: str):
441
441
  params = {
442
- PARAM_DEVICE_ID: product_id,
442
+ PARAM_PRODUCT_ID: product_id,
443
443
  }
444
444
  return await self._imou_api_client.async_request_api(
445
445
  API_ENDPOINT_GET_PRODUCT_MODEL, params
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyimouapi
3
- Version: 1.1.3
3
+ Version: 1.1.4
4
4
  Summary: A package for imou open api
5
5
  Home-page: https://github.com/Imou-OpenPlatform/Py-Imou-Open-Api
6
6
  Author: Imou-OpenPlatform
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="pyimouapi",
5
- version="1.1.3",
5
+ version="1.1.4",
6
6
  packages=find_packages(),
7
7
  description="A package for imou open api",
8
8
  # long_description=open('README.md').read(),
File without changes
File without changes
File without changes
File without changes