Skip to content

Commit a6ac92c

Browse files
authored
fix: use correct replace times (#513)
1 parent 6a083ca commit a6ac92c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

roborock/const.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
FILTER_REPLACE_TIME = 540000
55
SENSOR_DIRTY_REPLACE_TIME = 108000
66
MOP_ROLLER_REPLACE_TIME = 1080000
7-
STRAINER_REPLACE_TIME = 540000
8-
CLEANING_BRUSH_REPLACE_TIME = 1080000
9-
DUST_COLLECTION_REPLACE_TIME = 81000
10-
FLOOR_CLEANER_REPLACE_TIME = 1080000
7+
STRAINER_REPLACE_TIME = 150
8+
CLEANING_BRUSH_REPLACE_TIME = 300
9+
DUST_COLLECTION_REPLACE_TIME = 90
10+
FLOOR_CLEANER_REPLACE_TIME = 300
1111

1212

1313
ROBOROCK_V1 = "ROBOROCK.vacuum.v1"

0 commit comments

Comments
 (0)