pypetkitapi 1.16.2__py3-none-any.whl → 1.16.4__py3-none-any.whl
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/__init__.py +1 -1
- pypetkitapi/litter_container.py +4 -3
- {pypetkitapi-1.16.2.dist-info → pypetkitapi-1.16.4.dist-info}/METADATA +1 -1
- {pypetkitapi-1.16.2.dist-info → pypetkitapi-1.16.4.dist-info}/RECORD +6 -6
- {pypetkitapi-1.16.2.dist-info → pypetkitapi-1.16.4.dist-info}/WHEEL +1 -1
- {pypetkitapi-1.16.2.dist-info → pypetkitapi-1.16.4.dist-info}/LICENSE +0 -0
pypetkitapi/__init__.py
CHANGED
pypetkitapi/litter_container.py
CHANGED
@@ -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")
|
@@ -448,7 +449,7 @@ class Litter(BaseModel):
|
|
448
449
|
firmware_details: list[FirmwareDetail] = Field(alias="firmwareDetails")
|
449
450
|
hardware: int
|
450
451
|
id: int
|
451
|
-
in_times: int | None = None
|
452
|
+
in_times: int | None = Field(None, alias="inTimes")
|
452
453
|
is_pet_out_tips: int | None = Field(None, alias="isPetOutTips")
|
453
454
|
k3_device: Purifier | None = Field(None, alias="k3Device")
|
454
455
|
last_out_time: int | None = None
|
@@ -467,14 +468,14 @@ class Litter(BaseModel):
|
|
467
468
|
pet_out_tips: list[Any] | None = Field(None, alias="petOutTips")
|
468
469
|
purification_tip: int | None = Field(None, alias="purificationTip")
|
469
470
|
secret: str | None = None
|
470
|
-
service_status: int | None = None
|
471
|
+
service_status: int | None = Field(None, alias="serviceStatus")
|
471
472
|
settings: SettingsLitter | None = None
|
472
473
|
share_open: int | None = Field(None, alias="shareOpen")
|
473
474
|
signup_at: str | None = Field(None, alias="signupAt")
|
474
475
|
sn: str
|
475
476
|
state: StateLitter | None = None
|
476
477
|
timezone: float | None = None
|
477
|
-
total_time: int | None = None
|
478
|
+
total_time: int | None = Field(None, alias="totalTime")
|
478
479
|
user: UserDevice | None = None
|
479
480
|
with_k3: int | None = Field(None, alias="withK3")
|
480
481
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
pypetkitapi/__init__.py,sha256=
|
1
|
+
pypetkitapi/__init__.py,sha256=oCd0MKsaUm2x-RKC_Zf-BY7Xo4dhOQb-FGvvFbz8L2I,2107
|
2
2
|
pypetkitapi/bluetooth.py,sha256=1zEZIrKNTttrZpqBiQ-6V37Uphft5_T8CH9OBfYjwxE,9915
|
3
3
|
pypetkitapi/client.py,sha256=cn3JIh-3AU5Rzka2rX7FgkSfWeQCG9Vw82-moK_rOPY,30889
|
4
4
|
pypetkitapi/command.py,sha256=zw4h1SCInG2T0-wAA_al59_FTL36TUZldtJkYKw6ATI,7655
|
@@ -6,14 +6,14 @@ pypetkitapi/const.py,sha256=MMxkCCKrlRCh29kqJT8MSKz98hCwqS34qzxwBILAbvQ,4779
|
|
6
6
|
pypetkitapi/containers.py,sha256=7wYKmaoBpMKrqIVMsoD4Iv2in7Kh5nNxrl4vC4eF2fg,6305
|
7
7
|
pypetkitapi/exceptions.py,sha256=4BXUyYXLfZjNxdnOGJPjyE9ASIl7JmQphjws87jvHtE,1631
|
8
8
|
pypetkitapi/feeder_container.py,sha256=PhidWd5WpsZqtdKZy60PzE67YXgQfApjm8CqvMCHK3U,14743
|
9
|
-
pypetkitapi/litter_container.py,sha256=
|
9
|
+
pypetkitapi/litter_container.py,sha256=g3PCVN2Yz5JGVzXXQK_jq5LApTiQR-td9kzS8JKW3Sk,20580
|
10
10
|
pypetkitapi/media.py,sha256=LNY3khU5eZN4i1MGHxJaPHcf3LA1fFaPVkn-wdn0YLI,27168
|
11
11
|
pypetkitapi/purifier_container.py,sha256=mAnvPF8Mm6YI43fitdxXEWScshM6sPg0KK6GXbylU1I,3179
|
12
12
|
pypetkitapi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
13
13
|
pypetkitapi/schedule_container.py,sha256=ycIHeQHkVILDp7ZBjaVdGI_9rhHrgqeKBfvQAX3JMGE,2071
|
14
14
|
pypetkitapi/utils.py,sha256=z7325kcJQUburnF28HSXrJMvY_gY9007K73Zwxp-4DQ,743
|
15
15
|
pypetkitapi/water_fountain_container.py,sha256=5J0b-fDZYcFLNX2El7fifv8H6JMhBCt-ttxSow1ozRQ,6787
|
16
|
-
pypetkitapi-1.16.
|
17
|
-
pypetkitapi-1.16.
|
18
|
-
pypetkitapi-1.16.
|
19
|
-
pypetkitapi-1.16.
|
16
|
+
pypetkitapi-1.16.4.dist-info/LICENSE,sha256=u5jNkZEn6YMrtN4Kr5rU3TcBJ5-eAt0qMx4JDsbsnzM,1074
|
17
|
+
pypetkitapi-1.16.4.dist-info/METADATA,sha256=OURQVCLN1F8F_3loIGfdeC9NdumumlwkG2v92HcY11A,8633
|
18
|
+
pypetkitapi-1.16.4.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
19
|
+
pypetkitapi-1.16.4.dist-info/RECORD,,
|
File without changes
|