aioamazondevices 0.11.0__py3-none-any.whl → 0.11.1__py3-none-any.whl

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
  """aioamazondevices library."""
2
2
 
3
- __version__ = "0.11.0"
3
+ __version__ = "0.11.1"
4
4
 
5
5
 
6
6
  from .api import AmazonDevice, AmazonEchoApi
aioamazondevices/api.py CHANGED
@@ -43,13 +43,15 @@ from .exceptions import CannotAuthenticate, CannotRegisterDevice, WrongMethod
43
43
  class AmazonDevice:
44
44
  """Amazon device class."""
45
45
 
46
- connected: bool
47
- connection_type: str
48
- ip_address: str
49
- name: str
50
- mac: str
51
- type: str
52
- wifi: str
46
+ account_name: str
47
+ capabilities: list[str]
48
+ device_family: str
49
+ device_type: str
50
+ serial_number: str
51
+ software_version: str
52
+ do_not_disturb: bool
53
+ response_style: str
54
+ bluetooth_state: bool
53
55
 
54
56
 
55
57
  class AmazonEchoApi:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aioamazondevices
3
- Version: 0.11.0
3
+ Version: 0.11.1
4
4
  Summary: Python library to control Amazon devices
5
5
  Home-page: https://github.com/chemelli74/aioamazondevices
6
6
  License: Apache-2.0
@@ -0,0 +1,10 @@
1
+ aioamazondevices/__init__.py,sha256=akBvRqfCUpiabNsm5jUMpv-R-f9w2wkuNvmSdisGhK0,277
2
+ aioamazondevices/api.py,sha256=bDKV6Tb55WfZusA1e5FogHP4Ig3n5i03ufbdzg4XYvw,18880
3
+ aioamazondevices/auth.py,sha256=vLJh7iOEUYu-44WOvmrmZZueOcwz5dmHAGQmqs9fJME,10099
4
+ aioamazondevices/const.py,sha256=T143A-tHoBTjIocWin9q4BQ_2kUozj-EwWGba3RoqSs,1852
5
+ aioamazondevices/exceptions.py,sha256=qK_Hak9pc-lC2FPW-0i4rYIwNpEOHMmA9Rii8F2lkQo,1260
6
+ aioamazondevices/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
+ aioamazondevices-0.11.1.dist-info/LICENSE,sha256=sS48k5sp9bFV-NSHDfAJuTZZ_-AP9ZDqUzQ9sffGlsg,11346
8
+ aioamazondevices-0.11.1.dist-info/METADATA,sha256=d4SrpvMAaTUaiGR6l0e7YkbAoHr4ozg9tL1cPCZOxp8,4743
9
+ aioamazondevices-0.11.1.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
10
+ aioamazondevices-0.11.1.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- aioamazondevices/__init__.py,sha256=eHj5kvzoE6UEcFSzlUNHQLMnf0dOnaLkg1fTo_HzBF8,277
2
- aioamazondevices/api.py,sha256=e0hlC1sznOeu735ckO-ihHuDh6MofI_1PxL-r2sEaYc,18782
3
- aioamazondevices/auth.py,sha256=vLJh7iOEUYu-44WOvmrmZZueOcwz5dmHAGQmqs9fJME,10099
4
- aioamazondevices/const.py,sha256=T143A-tHoBTjIocWin9q4BQ_2kUozj-EwWGba3RoqSs,1852
5
- aioamazondevices/exceptions.py,sha256=qK_Hak9pc-lC2FPW-0i4rYIwNpEOHMmA9Rii8F2lkQo,1260
6
- aioamazondevices/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- aioamazondevices-0.11.0.dist-info/LICENSE,sha256=sS48k5sp9bFV-NSHDfAJuTZZ_-AP9ZDqUzQ9sffGlsg,11346
8
- aioamazondevices-0.11.0.dist-info/METADATA,sha256=OfxPWgkBJEubCOu4Zo5r9qMIOAbU4BURJmx7CK_wv98,4743
9
- aioamazondevices-0.11.0.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
10
- aioamazondevices-0.11.0.dist-info/RECORD,,