Use roll_brush_time instead of main_brush_lid_time for main brush

This commit is contained in:
Teemu Rytilahti 2024-12-02 13:48:23 +01:00
parent 7721a4d388
commit 88bd53e42b

View File

@ -27,11 +27,11 @@ class Consumable:
CONSUMABLES = [
# TODO: there is also main_brush_roll, which one to use?
# TODO: there is also main_brush_lid_time
Consumable(
"Main brush",
feature_basename="main_brush",
data_key="main_brush_lid_time",
data_key="roll_brush_time",
lifetime=timedelta(hours=400),
),
Consumable(