aioamazondevices 3.6.0__tar.gz → 3.7.0__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.
- {aioamazondevices-3.6.0 → aioamazondevices-3.7.0}/PKG-INFO +1 -1
- {aioamazondevices-3.6.0 → aioamazondevices-3.7.0}/pyproject.toml +1 -1
- {aioamazondevices-3.6.0 → aioamazondevices-3.7.0}/src/aioamazondevices/__init__.py +1 -1
- {aioamazondevices-3.6.0 → aioamazondevices-3.7.0}/src/aioamazondevices/const.py +5 -0
- {aioamazondevices-3.6.0 → aioamazondevices-3.7.0}/LICENSE +0 -0
- {aioamazondevices-3.6.0 → aioamazondevices-3.7.0}/README.md +0 -0
- {aioamazondevices-3.6.0 → aioamazondevices-3.7.0}/src/aioamazondevices/api.py +0 -0
- {aioamazondevices-3.6.0 → aioamazondevices-3.7.0}/src/aioamazondevices/exceptions.py +0 -0
- {aioamazondevices-3.6.0 → aioamazondevices-3.7.0}/src/aioamazondevices/py.typed +0 -0
- {aioamazondevices-3.6.0 → aioamazondevices-3.7.0}/src/aioamazondevices/sounds.py +0 -0
- {aioamazondevices-3.6.0 → aioamazondevices-3.7.0}/src/aioamazondevices/utils.py +0 -0
@@ -242,6 +242,11 @@ DEVICE_TYPE_TO_MODEL: dict[str, dict[str, str | None]] = {
|
|
242
242
|
"model": "Echo Dot Clock",
|
243
243
|
"hw_version": "Gen5",
|
244
244
|
},
|
245
|
+
"A2F7IJUT32OLN4": {
|
246
|
+
"manufacturer": "Samsung Electronics Co., Ltd.",
|
247
|
+
"model": "Soundbar Q990D",
|
248
|
+
"hw_version": None,
|
249
|
+
},
|
245
250
|
"A2GFL5ZMWNE0PX": {
|
246
251
|
"model": "Fire TV",
|
247
252
|
"hw_version": "Gen3",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|