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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pypetkitapi
3
- Version: 1.7.8
3
+ Version: 1.7.9
4
4
  Summary: Python client for PetKit API
5
5
  Home-page: https://github.com/Jezza34000/pypetkit
6
6
  License: MIT
@@ -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.8"
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.8"
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