mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 11:13: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 time cleaned",
|
||||
container=self,
|
||||
attribute_getter="total_clean_area",
|
||||
attribute_getter="total_clean_time",
|
||||
category=Feature.Category.Info,
|
||||
type=Feature.Type.Sensor,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user