pypetkitapi 1.16.1__tar.gz → 1.16.3__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.
- {pypetkitapi-1.16.1 → pypetkitapi-1.16.3}/PKG-INFO +1 -1
- {pypetkitapi-1.16.1 → pypetkitapi-1.16.3}/pypetkitapi/__init__.py +1 -1
- {pypetkitapi-1.16.1 → pypetkitapi-1.16.3}/pypetkitapi/litter_container.py +4 -3
- {pypetkitapi-1.16.1 → pypetkitapi-1.16.3}/pyproject.toml +2 -2
- {pypetkitapi-1.16.1 → pypetkitapi-1.16.3}/LICENSE +0 -0
- {pypetkitapi-1.16.1 → pypetkitapi-1.16.3}/README.md +0 -0
- {pypetkitapi-1.16.1 → pypetkitapi-1.16.3}/pypetkitapi/bluetooth.py +0 -0
- {pypetkitapi-1.16.1 → pypetkitapi-1.16.3}/pypetkitapi/client.py +0 -0
- {pypetkitapi-1.16.1 → pypetkitapi-1.16.3}/pypetkitapi/command.py +0 -0
- {pypetkitapi-1.16.1 → pypetkitapi-1.16.3}/pypetkitapi/const.py +0 -0
- {pypetkitapi-1.16.1 → pypetkitapi-1.16.3}/pypetkitapi/containers.py +0 -0
- {pypetkitapi-1.16.1 → pypetkitapi-1.16.3}/pypetkitapi/exceptions.py +0 -0
- {pypetkitapi-1.16.1 → pypetkitapi-1.16.3}/pypetkitapi/feeder_container.py +0 -0
- {pypetkitapi-1.16.1 → pypetkitapi-1.16.3}/pypetkitapi/media.py +0 -0
- {pypetkitapi-1.16.1 → pypetkitapi-1.16.3}/pypetkitapi/purifier_container.py +0 -0
- {pypetkitapi-1.16.1 → pypetkitapi-1.16.3}/pypetkitapi/py.typed +0 -0
- {pypetkitapi-1.16.1 → pypetkitapi-1.16.3}/pypetkitapi/schedule_container.py +0 -0
- {pypetkitapi-1.16.1 → pypetkitapi-1.16.3}/pypetkitapi/utils.py +0 -0
- {pypetkitapi-1.16.1 → pypetkitapi-1.16.3}/pypetkitapi/water_fountain_container.py +0 -0
@@ -213,6 +213,7 @@ class LRContent(BaseModel):
|
|
213
213
|
time_out: int | None = Field(None, alias="timeOut")
|
214
214
|
toilet_detection: int | None = Field(None, alias="toiletDetection")
|
215
215
|
upload: int | None = None
|
216
|
+
error: int | None = None
|
216
217
|
|
217
218
|
|
218
219
|
class LRSubContent(BaseModel):
|
@@ -447,7 +448,7 @@ class Litter(BaseModel):
|
|
447
448
|
firmware_details: list[FirmwareDetail] = Field(alias="firmwareDetails")
|
448
449
|
hardware: int
|
449
450
|
id: int
|
450
|
-
in_times: int | None = None
|
451
|
+
in_times: int | None = Field(None, alias="inTimes")
|
451
452
|
is_pet_out_tips: int | None = Field(None, alias="isPetOutTips")
|
452
453
|
k3_device: Purifier | None = Field(None, alias="k3Device")
|
453
454
|
last_out_time: int | None = None
|
@@ -466,14 +467,14 @@ class Litter(BaseModel):
|
|
466
467
|
pet_out_tips: list[Any] | None = Field(None, alias="petOutTips")
|
467
468
|
purification_tip: int | None = Field(None, alias="purificationTip")
|
468
469
|
secret: str | None = None
|
469
|
-
service_status: int | None = None
|
470
|
+
service_status: int | None = Field(None, alias="serviceStatus")
|
470
471
|
settings: SettingsLitter | None = None
|
471
472
|
share_open: int | None = Field(None, alias="shareOpen")
|
472
473
|
signup_at: str | None = Field(None, alias="signupAt")
|
473
474
|
sn: str
|
474
475
|
state: StateLitter | None = None
|
475
476
|
timezone: float | None = None
|
476
|
-
total_time: int | None = None
|
477
|
+
total_time: int | None = Field(None, alias="totalTime")
|
477
478
|
user: UserDevice | None = None
|
478
479
|
with_k3: int | None = Field(None, alias="withK3")
|
479
480
|
|
@@ -186,7 +186,7 @@ build-backend = "poetry.core.masonry.api"
|
|
186
186
|
|
187
187
|
[tool.poetry]
|
188
188
|
name = "pypetkitapi"
|
189
|
-
version = "1.16.
|
189
|
+
version = "1.16.3"
|
190
190
|
description = "Python client for PetKit API"
|
191
191
|
authors = ["Jezza34000 <info@mail.com>"]
|
192
192
|
readme = "README.md"
|
@@ -208,7 +208,7 @@ ruff = "^0.8.1"
|
|
208
208
|
types-aiofiles = "^24.1.0.20240626"
|
209
209
|
|
210
210
|
[tool.bumpver]
|
211
|
-
current_version = "1.16.
|
211
|
+
current_version = "1.16.3"
|
212
212
|
version_pattern = "MAJOR.MINOR.PATCH"
|
213
213
|
commit_message = "bump version {old_version} -> {new_version}"
|
214
214
|
tag_message = "{new_version}"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|