mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-04-26 00:26:25 +00:00
Change category for empty dustbin feature from Primary to Config (#1485)
This commit is contained in:
parent
656c88771a
commit
1df05af208
@ -34,7 +34,7 @@ class Dustbin(SmartModule):
|
|||||||
name="Empty dustbin",
|
name="Empty dustbin",
|
||||||
container=self,
|
container=self,
|
||||||
attribute_setter="start_emptying",
|
attribute_setter="start_emptying",
|
||||||
category=Feature.Category.Primary,
|
category=Feature.Category.Config,
|
||||||
type=Feature.Action,
|
type=Feature.Action,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user