mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-07-04 02:29: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 = [
|
CONSUMABLES = [
|
||||||
# TODO: there is also main_brush_roll, which one to use?
|
# TODO: there is also main_brush_lid_time
|
||||||
Consumable(
|
Consumable(
|
||||||
"Main brush",
|
"Main brush",
|
||||||
feature_basename="main_brush",
|
feature_basename="main_brush",
|
||||||
data_key="main_brush_lid_time",
|
data_key="roll_brush_time",
|
||||||
lifetime=timedelta(hours=400),
|
lifetime=timedelta(hours=400),
|
||||||
),
|
),
|
||||||
Consumable(
|
Consumable(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user