pypetkitapi 1.7.8__tar.gz → 1.7.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.
- {pypetkitapi-1.7.8 → pypetkitapi-1.7.9}/PKG-INFO +1 -1
- {pypetkitapi-1.7.8 → pypetkitapi-1.7.9}/pypetkitapi/litter_container.py +2 -0
- {pypetkitapi-1.7.8 → pypetkitapi-1.7.9}/pyproject.toml +2 -2
- {pypetkitapi-1.7.8 → pypetkitapi-1.7.9}/LICENSE +0 -0
- {pypetkitapi-1.7.8 → pypetkitapi-1.7.9}/README.md +0 -0
- {pypetkitapi-1.7.8 → pypetkitapi-1.7.9}/pypetkitapi/__init__.py +0 -0
- {pypetkitapi-1.7.8 → pypetkitapi-1.7.9}/pypetkitapi/client.py +0 -0
- {pypetkitapi-1.7.8 → pypetkitapi-1.7.9}/pypetkitapi/command.py +0 -0
- {pypetkitapi-1.7.8 → pypetkitapi-1.7.9}/pypetkitapi/const.py +0 -0
- {pypetkitapi-1.7.8 → pypetkitapi-1.7.9}/pypetkitapi/containers.py +0 -0
- {pypetkitapi-1.7.8 → pypetkitapi-1.7.9}/pypetkitapi/exceptions.py +0 -0
- {pypetkitapi-1.7.8 → pypetkitapi-1.7.9}/pypetkitapi/feeder_container.py +0 -0
- {pypetkitapi-1.7.8 → pypetkitapi-1.7.9}/pypetkitapi/medias.py +0 -0
- {pypetkitapi-1.7.8 → pypetkitapi-1.7.9}/pypetkitapi/py.typed +0 -0
- {pypetkitapi-1.7.8 → pypetkitapi-1.7.9}/pypetkitapi/water_fountain_container.py +0 -0
@@ -51,6 +51,7 @@ class SettingsLitter(BaseModel):
|
|
51
51
|
lightest: int | None = Field(None, alias="lightest")
|
52
52
|
litter_full_notify: int | None = Field(None, alias="litterFullNotify")
|
53
53
|
manual_lock: int | None = Field(None, alias="manualLock")
|
54
|
+
no_remind: int | None = Field(None, alias="noRemind")
|
54
55
|
pet_in_notify: int | None = Field(None, alias="petInNotify")
|
55
56
|
relate_k3_switch: int | None = Field(None, alias="relateK3Switch")
|
56
57
|
sand_type: int | None = Field(None, alias="sandType")
|
@@ -76,6 +77,7 @@ class SettingsLitter(BaseModel):
|
|
76
77
|
pet_detection: int | None = Field(None, alias="petDetection")
|
77
78
|
pet_notify: int | None = Field(None, alias="petNotify")
|
78
79
|
pre_live: int | None = Field(None, alias="preLive")
|
80
|
+
shortest: int | None = None
|
79
81
|
system_sound_enable: int | None = Field(None, alias="systemSoundEnable")
|
80
82
|
time_display: int | None = Field(None, alias="timeDisplay")
|
81
83
|
toilet_detection: int | None = Field(None, alias="toiletDetection")
|
@@ -187,7 +187,7 @@ build-backend = "poetry.core.masonry.api"
|
|
187
187
|
|
188
188
|
[tool.poetry]
|
189
189
|
name = "pypetkitapi"
|
190
|
-
version = "1.7.
|
190
|
+
version = "1.7.9"
|
191
191
|
description = "Python client for PetKit API"
|
192
192
|
authors = ["Jezza34000 <info@mail.com>"]
|
193
193
|
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.7.
|
211
|
+
current_version = "1.7.9"
|
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
|