pypetkitapi 1.19.0__tar.gz → 1.19.1__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pypetkitapi
3
- Version: 1.19.0
3
+ Version: 1.19.1
4
4
  Summary: Python client for PetKit API
5
5
  License: MIT
6
6
  Author: Jezza34000
@@ -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.19.0"
54
+ __version__ = "1.19.1"
55
55
 
56
56
  __all__ = [
57
57
  "CTW3",
@@ -38,7 +38,9 @@ class SettingsLitter(BaseModel):
38
38
  bury: int | None = None
39
39
  camera: int | None = None
40
40
  camera_config: int | None = Field(None, alias="cameraConfig")
41
+ camera_inward: int | None = Field(None, alias="cameraInward")
41
42
  camera_light: int | None = Field(None, alias="cameraLight")
43
+ camera_off: int | None = Field(None, alias="cameraOff")
42
44
  cleanning_notify: int | None = Field(None, alias="cleanningNotify")
43
45
  click_ok_enable: int | None = Field(None, alias="clickOkEnable")
44
46
  control_settings: int | None = Field(None, alias="controlSettings")
@@ -78,6 +80,7 @@ class SettingsLitter(BaseModel):
78
80
  move_notify: int | None = Field(None, alias="moveNotify")
79
81
  night: int | None = None
80
82
  no_remind: int | None = Field(None, alias="noRemind")
83
+ no_sound: int | None = Field(None, alias="noSound")
81
84
  package_standard: list[int] | None = Field(None, alias="packageStandard")
82
85
  pet_detection: int | None = Field(None, alias="petDetection")
83
86
  pet_in_notify: int | None = Field(None, alias="petInNotify")
@@ -187,7 +187,7 @@ build-backend = "poetry.core.masonry.api"
187
187
 
188
188
  [tool.poetry]
189
189
  name = "pypetkitapi"
190
- version = "1.19.0"
190
+ version = "1.19.1"
191
191
  description = "Python client for PetKit API"
192
192
  authors = ["Jezza34000 <info@mail.com>"]
193
193
  readme = "README.md"
@@ -209,7 +209,7 @@ ruff = "^0.8.1"
209
209
  types-aiofiles = "^24.1.0.20240626"
210
210
 
211
211
  [tool.bumpver]
212
- current_version = "1.19.0"
212
+ current_version = "1.19.1"
213
213
  version_pattern = "MAJOR.MINOR.PATCH"
214
214
  commit_message = "bump version {old_version} -> {new_version}"
215
215
  tag_message = "{new_version}"
File without changes
File without changes