There was an error while loading. Please reload this page.
1 parent 7559c38 commit 50e95f7Copy full SHA for 50e95f7
1 file changed
roborock/data/containers.py
@@ -258,6 +258,10 @@ class HomeDataDevice(RoborockBase):
258
silent_ota_switch: bool | None = None
259
setting: Any | None = None
260
f: bool | None = None
261
+ create_time: int | None = None
262
+ cid: str | None = None
263
+ share_type: Any | None = None
264
+ share_expired_time: int | None = None
265
266
267
@dataclass
0 commit comments