aioamazondevices 3.2.8__tar.gz → 3.2.9__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.2.8 → aioamazondevices-3.2.9}/PKG-INFO +1 -1
- {aioamazondevices-3.2.8 → aioamazondevices-3.2.9}/pyproject.toml +1 -1
- {aioamazondevices-3.2.8 → aioamazondevices-3.2.9}/src/aioamazondevices/__init__.py +1 -1
- {aioamazondevices-3.2.8 → aioamazondevices-3.2.9}/src/aioamazondevices/api.py +2 -0
- {aioamazondevices-3.2.8 → aioamazondevices-3.2.9}/src/aioamazondevices/const.py +1 -1
- {aioamazondevices-3.2.8 → aioamazondevices-3.2.9}/LICENSE +0 -0
- {aioamazondevices-3.2.8 → aioamazondevices-3.2.9}/README.md +0 -0
- {aioamazondevices-3.2.8 → aioamazondevices-3.2.9}/src/aioamazondevices/exceptions.py +0 -0
- {aioamazondevices-3.2.8 → aioamazondevices-3.2.9}/src/aioamazondevices/py.typed +0 -0
- {aioamazondevices-3.2.8 → aioamazondevices-3.2.9}/src/aioamazondevices/sounds.py +0 -0
- {aioamazondevices-3.2.8 → aioamazondevices-3.2.9}/src/aioamazondevices/utils.py +0 -0
@@ -1017,6 +1017,8 @@ class AmazonEchoApi:
|
|
1017
1017
|
"skillId": "amzn1.ask.1p.tellalexa",
|
1018
1018
|
"text": message_body,
|
1019
1019
|
}
|
1020
|
+
else:
|
1021
|
+
raise ValueError(f"Message type <{message_type}> is not recognised")
|
1020
1022
|
|
1021
1023
|
sequence = {
|
1022
1024
|
"@type": "com.amazon.alexa.behaviors.model.Sequence",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|