mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-09 20:24:02 +00:00
Change category for empty dustbin feature from Primary to Config (#1485)
This commit is contained in:
@@ -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,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user