Skip to content

Commit 70c04a3

Browse files
chore: removing local_api.py nonworking commands from api.py
1 parent 12bf756 commit 70c04a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roborock/typing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def __init__(self, dust_collection_mode: RoborockDockDustCollectionType,
7272

7373
class RoborockDeviceProp:
7474
def __init__(self, status: Status, dnd_timer: DNDTimer, clean_summary: CleanSummary, consumable: Consumable,
75-
last_clean_record: CleanRecord, dock_summary: RoborockDockSummary):
75+
last_clean_record: CleanRecord = None, dock_summary: RoborockDockSummary = None):
7676
self.status = status
7777
self.dnd_timer = dnd_timer
7878
self.clean_summary = clean_summary

0 commit comments

Comments
 (0)