pypetkitapi 1.16.1__tar.gz → 1.16.2__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.16.1
3
+ Version: 1.16.2
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.16.1"
54
+ __version__ = "1.16.2"
55
55
 
56
56
  __all__ = [
57
57
  "CTW3",
@@ -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):
@@ -186,7 +186,7 @@ build-backend = "poetry.core.masonry.api"
186
186
 
187
187
  [tool.poetry]
188
188
  name = "pypetkitapi"
189
- version = "1.16.1"
189
+ version = "1.16.2"
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.1"
211
+ current_version = "1.16.2"
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