wyzeapy 0.5.25__py3-none-any.whl → 0.5.26__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.
@@ -592,7 +592,7 @@ class BaseService:
592
592
 
593
593
  url_path = "/openapi/lock/v1/control"
594
594
 
595
- device_uuid = device.mac.split(".")[2]
595
+ device_uuid = device.mac.split(".")[-1]
596
596
 
597
597
  payload = {
598
598
  "uuid": device_uuid,
@@ -611,7 +611,7 @@ class BaseService:
611
611
 
612
612
  url_path = "/openapi/lock/v1/info"
613
613
 
614
- device_uuid = device.mac.split(".")[2]
614
+ device_uuid = device.mac.split(".")[-1]
615
615
 
616
616
  payload = {
617
617
  "uuid": device_uuid,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: wyzeapy
3
- Version: 0.5.25
3
+ Version: 0.5.26
4
4
  Summary: A library for interacting with Wyze devices
5
5
  License: GPL-3.0-only
6
6
  Author: Katie Mulliken
@@ -10,6 +10,7 @@ Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
10
10
  Classifier: Programming Language :: Python :: 3
11
11
  Classifier: Programming Language :: Python :: 3.11
12
12
  Classifier: Programming Language :: Python :: 3.12
13
+ Classifier: Programming Language :: Python :: 3.13
13
14
  Requires-Dist: aiodns (>=3.2.0,<4.0.0)
14
15
  Requires-Dist: aiohttp (>=3.10.8,<4.0.0)
15
16
  Requires-Dist: pycryptodome (>=3.21.0,<4.0.0)
@@ -4,7 +4,7 @@ wyzeapy/crypto.py,sha256=EI9WkKq4jS0nZS5CIEOSYD_9WtM7kEzrhqEg6YdPUIo,1342
4
4
  wyzeapy/exceptions.py,sha256=BVRF7GMMC2T_ZSfGoIVHQsEjVQ3URd5xT6OYqfNxkY0,759
5
5
  wyzeapy/payload_factory.py,sha256=PtnxN9awH4Wh7FPXrGhfHvyGPPYLLZc4XQ2ldZIZZjk,18897
6
6
  wyzeapy/services/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- wyzeapy/services/base_service.py,sha256=6wRppqI5WD0KRHQiCek39PRNh6Ze7dd2bLN1nz5-uMI,28140
7
+ wyzeapy/services/base_service.py,sha256=vGbEirVXyDrIMJ1aHd2ZYbgn8oA77Rryq2uU24NlIiY,28142
8
8
  wyzeapy/services/bulb_service.py,sha256=n2Pvuunz5d7Iv275vDQjKxByowBDkVoVrztBLyDAOZE,6840
9
9
  wyzeapy/services/camera_service.py,sha256=mco8YvhybiNUifBaMIf8oTGKc12D73EEAPydtB8ZhQA,9379
10
10
  wyzeapy/services/hms_service.py,sha256=3Fhqlmk96dm8LFajjW6P40DCIYMudfN3YIDoVIonqGw,2459
@@ -17,7 +17,7 @@ wyzeapy/services/wall_switch_service.py,sha256=gc6RDDJ5mceiKQUUs0n1wUKM2Y9Hj4_V2
17
17
  wyzeapy/types.py,sha256=22v06L9tugwo2BS-lzM7fRbQHkk4a_FQhzTNlpA7tPA,6366
18
18
  wyzeapy/utils.py,sha256=vxwshLArRvP7g3qpFBdFcXBCM2741ItNSSsfdeHD5GU,4755
19
19
  wyzeapy/wyze_auth_lib.py,sha256=ERDuTQiTpbcNH5-Z38dGFTbLynvkejghp_eCYtb7OQQ,13712
20
- wyzeapy-0.5.25.dist-info/LICENSES/GPL-3.0-only.txt,sha256=tqi_Y64slbCqJW7ndGgNe9GPIfRX2nVGb3YQs7FqzE4,34670
21
- wyzeapy-0.5.25.dist-info/METADATA,sha256=OxS2dfid9lEGAW4xD-NvfvU8EYS8ICcTfC4z3wRsj98,562
22
- wyzeapy-0.5.25.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
23
- wyzeapy-0.5.25.dist-info/RECORD,,
20
+ wyzeapy-0.5.26.dist-info/LICENSES/GPL-3.0-only.txt,sha256=tqi_Y64slbCqJW7ndGgNe9GPIfRX2nVGb3YQs7FqzE4,34670
21
+ wyzeapy-0.5.26.dist-info/METADATA,sha256=70rhe4o6i3JtjvfauVN_vsD4EA0pyWEWaXVieLIOapg,613
22
+ wyzeapy-0.5.26.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
23
+ wyzeapy-0.5.26.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.9.0
2
+ Generator: poetry-core 1.9.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any