Skip to content

Commit 270a65c

Browse files
fix: trigger new release
1 parent 6657b40 commit 270a65c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roborock/api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ async def get_dock_summary(self, dock_type: RoborockDockTypeCode) -> DockSummary
318318

319319
@fallback_cache()
320320
async def get_prop(self) -> DeviceProp | None:
321+
"""Gets device general properties."""
321322
[status, dnd_timer, clean_summary, consumable] = await asyncio.gather(
322323
*[
323324
self.get_status(),

0 commit comments

Comments
 (0)