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.
- {pyimouapi-1.1.3 → pyimouapi-1.1.4}/PKG-INFO +1 -1
- {pyimouapi-1.1.3 → pyimouapi-1.1.4}/pyimouapi/device.py +1 -1
- {pyimouapi-1.1.3 → pyimouapi-1.1.4}/pyimouapi.egg-info/PKG-INFO +1 -1
- {pyimouapi-1.1.3 → pyimouapi-1.1.4}/setup.py +1 -1
- {pyimouapi-1.1.3 → pyimouapi-1.1.4}/LICENSE +0 -0
- {pyimouapi-1.1.3 → pyimouapi-1.1.4}/README.md +0 -0
- {pyimouapi-1.1.3 → pyimouapi-1.1.4}/pyimouapi/__init__.py +0 -0
- {pyimouapi-1.1.3 → pyimouapi-1.1.4}/pyimouapi/const.py +0 -0
- {pyimouapi-1.1.3 → pyimouapi-1.1.4}/pyimouapi/exceptions.py +0 -0
- {pyimouapi-1.1.3 → pyimouapi-1.1.4}/pyimouapi/ha_device.py +0 -0
- {pyimouapi-1.1.3 → pyimouapi-1.1.4}/pyimouapi/openapi.py +0 -0
- {pyimouapi-1.1.3 → pyimouapi-1.1.4}/pyimouapi.egg-info/SOURCES.txt +0 -0
- {pyimouapi-1.1.3 → pyimouapi-1.1.4}/pyimouapi.egg-info/dependency_links.txt +0 -0
- {pyimouapi-1.1.3 → pyimouapi-1.1.4}/pyimouapi.egg-info/top_level.txt +0 -0
- {pyimouapi-1.1.3 → pyimouapi-1.1.4}/setup.cfg +0 -0
|
@@ -439,7 +439,7 @@ class ImouDeviceManager:
|
|
|
439
439
|
|
|
440
440
|
async def async_get_product_model(self, product_id: str):
|
|
441
441
|
params = {
|
|
442
|
-
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|