From 148043a48be1ce780f38199f64c292176f1eeb92 Mon Sep 17 00:00:00 2001 From: Luke Date: Thu, 2 Oct 2025 11:51:29 -0400 Subject: [PATCH] fix: use correct replace times --- roborock/const.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roborock/const.py b/roborock/const.py index b8ed64fe..510c745e 100644 --- a/roborock/const.py +++ b/roborock/const.py @@ -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"