mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 19:23:34 +00:00
Fix incorrectly named attribute_getter
This commit is contained in:
parent
b961c5e4f7
commit
c509b601a0
@ -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,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user