Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions roborock/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
FILTER_REPLACE_TIME = 540000
SENSOR_DIRTY_REPLACE_TIME = 108000
MOP_ROLLER_REPLACE_TIME = 1080000
STRAINER_REPLACE_TIME = 540000
CLEANING_BRUSH_REPLACE_TIME = 1080000
DUST_COLLECTION_REPLACE_TIME = 81000
FLOOR_CLEANER_REPLACE_TIME = 1080000
STRAINER_REPLACE_TIME = 150
CLEANING_BRUSH_REPLACE_TIME = 300
DUST_COLLECTION_REPLACE_TIME = 90
FLOOR_CLEANER_REPLACE_TIME = 300


ROBOROCK_V1 = "ROBOROCK.vacuum.v1"
Expand Down