mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-15 11:58:02 +00:00
Fix incorrectly named attribute_getter
This commit is contained in:
@@ -110,7 +110,7 @@ class VacuumRecords(SmartModule):
|
|||||||
"total_clean_time",
|
"total_clean_time",
|
||||||
"Total time cleaned",
|
"Total time cleaned",
|
||||||
container=self,
|
container=self,
|
||||||
attribute_getter="total_clean_area",
|
attribute_getter="total_clean_time",
|
||||||
category=Feature.Category.Info,
|
category=Feature.Category.Info,
|
||||||
type=Feature.Type.Sensor,
|
type=Feature.Type.Sensor,
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user