mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-07-03 10:09:58 +00:00
Use roll_brush_time instead of main_brush_lid_time for main brush
This commit is contained in:
parent
7721a4d388
commit
88bd53e42b
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user