pypetkitapi 1.16.3__tar.gz → 1.16.4__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.3 → pypetkitapi-1.16.4}/PKG-INFO +1 -1
- {pypetkitapi-1.16.3 → pypetkitapi-1.16.4}/pypetkitapi/__init__.py +1 -1
- {pypetkitapi-1.16.3 → pypetkitapi-1.16.4}/pypetkitapi/litter_container.py +1 -0
- {pypetkitapi-1.16.3 → pypetkitapi-1.16.4}/pyproject.toml +2 -2
- {pypetkitapi-1.16.3 → pypetkitapi-1.16.4}/LICENSE +0 -0
- {pypetkitapi-1.16.3 → pypetkitapi-1.16.4}/README.md +0 -0
- {pypetkitapi-1.16.3 → pypetkitapi-1.16.4}/pypetkitapi/bluetooth.py +0 -0
- {pypetkitapi-1.16.3 → pypetkitapi-1.16.4}/pypetkitapi/client.py +0 -0
- {pypetkitapi-1.16.3 → pypetkitapi-1.16.4}/pypetkitapi/command.py +0 -0
- {pypetkitapi-1.16.3 → pypetkitapi-1.16.4}/pypetkitapi/const.py +0 -0
- {pypetkitapi-1.16.3 → pypetkitapi-1.16.4}/pypetkitapi/containers.py +0 -0
- {pypetkitapi-1.16.3 → pypetkitapi-1.16.4}/pypetkitapi/exceptions.py +0 -0
- {pypetkitapi-1.16.3 → pypetkitapi-1.16.4}/pypetkitapi/feeder_container.py +0 -0
- {pypetkitapi-1.16.3 → pypetkitapi-1.16.4}/pypetkitapi/media.py +0 -0
- {pypetkitapi-1.16.3 → pypetkitapi-1.16.4}/pypetkitapi/purifier_container.py +0 -0
- {pypetkitapi-1.16.3 → pypetkitapi-1.16.4}/pypetkitapi/py.typed +0 -0
- {pypetkitapi-1.16.3 → pypetkitapi-1.16.4}/pypetkitapi/schedule_container.py +0 -0
- {pypetkitapi-1.16.3 → pypetkitapi-1.16.4}/pypetkitapi/utils.py +0 -0
- {pypetkitapi-1.16.3 → pypetkitapi-1.16.4}/pypetkitapi/water_fountain_container.py +0 -0
@@ -83,6 +83,7 @@ class SettingsLitter(BaseModel):
|
|
83
83
|
pet_notify: int | None = Field(None, alias="petNotify")
|
84
84
|
pre_live: int | None = Field(None, alias="preLive")
|
85
85
|
relate_k3_switch: int | None = Field(None, alias="relateK3Switch")
|
86
|
+
sand_saving: int | None = Field(None, alias="sandSaving")
|
86
87
|
sand_type: int | None = Field(None, alias="sandType")
|
87
88
|
soft_mode: int | None = Field(None, alias="softMode")
|
88
89
|
spray_notify: int | None = Field(None, alias="sprayNotify")
|
@@ -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.4"
|
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.4"
|
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
|