pypetkitapi 1.18.1__py3-none-any.whl → 1.19.0__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.
pypetkitapi/__init__.py CHANGED
@@ -51,7 +51,7 @@ from .media import DownloadDecryptMedia, MediaCloud, MediaFile, MediaManager
51
51
  from .purifier_container import Purifier
52
52
  from .water_fountain_container import WaterFountain
53
53
 
54
- __version__ = "1.18.1"
54
+ __version__ = "1.19.0"
55
55
 
56
56
  __all__ = [
57
57
  "CTW3",
@@ -56,6 +56,7 @@ class SettingsLitter(BaseModel):
56
56
  fixed_time_spray: int | None = Field(None, alias="fixedTimeSpray")
57
57
  garbage_notify: int | None = Field(None, alias="garbageNotify")
58
58
  highlight: int | None = Field(None, alias="highlight")
59
+ home_mode: int | None = Field(None, alias="homeMode")
59
60
  kitten: int | None = None
60
61
  kitten_percent: float | None = Field(None, alias="kittenPercent")
61
62
  kitten_tips_time: int | None = Field(None, alias="kittenTipsTime")
@@ -174,6 +175,7 @@ class StateLitter(BaseModel):
174
175
  spray_reset_time: int | None = Field(None, alias="sprayResetTime")
175
176
  spray_state: int | None = Field(None, alias="sprayState")
176
177
  top_ins: int | None = Field(None, alias="topIns")
178
+ trunk_state: int | None = Field(None, alias="trunkState")
177
179
  used_times: int | None = Field(None, alias="usedTimes")
178
180
  wander_time: int | None = Field(None, alias="wanderTime")
179
181
  weight_state: int | None = Field(None, alias="weightState")
@@ -450,14 +452,14 @@ class Litter(BaseModel):
450
452
  device_pet_graph_out: list[PetOutGraph] | None = None
451
453
  device_records: list[LitterRecord] | None = None
452
454
  device_stats: LitterStats | None = None
453
- firmware: float
455
+ firmware: float | str | None = None
454
456
  firmware_details: list[FirmwareDetail] = Field(alias="firmwareDetails")
455
457
  hardware: int
456
458
  id: int
457
459
  in_times: int | None = Field(None, alias="inTimes")
458
460
  is_pet_out_tips: int | None = Field(None, alias="isPetOutTips")
459
461
  k3_device: Purifier | None = Field(None, alias="k3Device")
460
- last_out_time: int | None = None
462
+ last_out_time: int | None = Field(None, alias="lastOutTime")
461
463
  locale: str | None = None
462
464
  mac: str | None = None
463
465
  maintenance_time: int | None = Field(None, alias="maintenanceTime")
@@ -472,6 +474,7 @@ class Litter(BaseModel):
472
474
  pet_out_records: list[list[int]] | None = Field(None, alias="petOutRecords")
473
475
  pet_out_tips: list[Any] | None = Field(None, alias="petOutTips")
474
476
  purification_tip: int | None = Field(None, alias="purificationTip")
477
+ ph_error_popup: int | None = Field(None, alias="phErrorPopup")
475
478
  secret: str | None = None
476
479
  service_status: int | None = Field(None, alias="serviceStatus")
477
480
  settings: SettingsLitter | None = None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pypetkitapi
3
- Version: 1.18.1
3
+ Version: 1.19.0
4
4
  Summary: Python client for PetKit API
5
5
  License: MIT
6
6
  Author: Jezza34000
@@ -1,4 +1,4 @@
1
- pypetkitapi/__init__.py,sha256=cj8JaAuO1F1wiAkP3f6yGdTWdzu5QajYws6Kv3Q6l2k,2107
1
+ pypetkitapi/__init__.py,sha256=xJq4DjmPTdrt24val9j3WkFeki_VYgB4HtQVYj1pC1w,2107
2
2
  pypetkitapi/bluetooth.py,sha256=VNoJ3E9WXzEfqRoWwKiemITKIt9aa9ICRzDvFuJ3PP0,9915
3
3
  pypetkitapi/client.py,sha256=D49j-5oks0iJDgQbHKDyapZjhtfCNE7rrowl3yL_YSk,31299
4
4
  pypetkitapi/command.py,sha256=zw4h1SCInG2T0-wAA_al59_FTL36TUZldtJkYKw6ATI,7655
@@ -6,14 +6,14 @@ pypetkitapi/const.py,sha256=EQaU3KCbu2wY4doilspdffNZApgdB-ZQ__w33NvgxzQ,5009
6
6
  pypetkitapi/containers.py,sha256=MWfSHLU-ZEIf220nv3-96U41PhCl9Gh6ETBV_SYBvV4,6648
7
7
  pypetkitapi/exceptions.py,sha256=4BXUyYXLfZjNxdnOGJPjyE9ASIl7JmQphjws87jvHtE,1631
8
8
  pypetkitapi/feeder_container.py,sha256=PhidWd5WpsZqtdKZy60PzE67YXgQfApjm8CqvMCHK3U,14743
9
- pypetkitapi/litter_container.py,sha256=17Qf23MgdSTgTVjLGAjpiMyClngBemyaHGQN4tDOiJE,20919
9
+ pypetkitapi/litter_container.py,sha256=g_touAaz_tT38ZF_4pdvH-PffNO2J4tK2on5Z6xTx3c,21154
10
10
  pypetkitapi/media.py,sha256=G2Krx5Ad7-bJJDzjRpurdI7_w1OVxQzl3YC-04_-atE,30424
11
11
  pypetkitapi/purifier_container.py,sha256=NlDZ2eAuD3xnqLGfFzaXErQXBPHjSbUI9tXln5K9mG4,3200
12
12
  pypetkitapi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
13
  pypetkitapi/schedule_container.py,sha256=ycIHeQHkVILDp7ZBjaVdGI_9rhHrgqeKBfvQAX3JMGE,2071
14
14
  pypetkitapi/utils.py,sha256=z7325kcJQUburnF28HSXrJMvY_gY9007K73Zwxp-4DQ,743
15
15
  pypetkitapi/water_fountain_container.py,sha256=5J0b-fDZYcFLNX2El7fifv8H6JMhBCt-ttxSow1ozRQ,6787
16
- pypetkitapi-1.18.1.dist-info/LICENSE,sha256=u5jNkZEn6YMrtN4Kr5rU3TcBJ5-eAt0qMx4JDsbsnzM,1074
17
- pypetkitapi-1.18.1.dist-info/METADATA,sha256=VD0Z2ZZrs2wqrM32GnvA8BdpaG_YtwFWqzH1AtHItac,12977
18
- pypetkitapi-1.18.1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
19
- pypetkitapi-1.18.1.dist-info/RECORD,,
16
+ pypetkitapi-1.19.0.dist-info/LICENSE,sha256=u5jNkZEn6YMrtN4Kr5rU3TcBJ5-eAt0qMx4JDsbsnzM,1074
17
+ pypetkitapi-1.19.0.dist-info/METADATA,sha256=GXC8r7WuhbKZolxqdl-OJjuqhdKbTQ68gCCFLHtKHGc,12977
18
+ pypetkitapi-1.19.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
19
+ pypetkitapi-1.19.0.dist-info/RECORD,,