mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 19:23:34 +00:00
Demote device_time back to debug (#1001)
Reverts unintentional change of feature category for device_time.
This commit is contained in:
parent
f041f9d7e9
commit
1b619effe5
@ -29,7 +29,7 @@ class Time(SmartModule):
|
|||||||
name="Device time",
|
name="Device time",
|
||||||
attribute_getter="time",
|
attribute_getter="time",
|
||||||
container=self,
|
container=self,
|
||||||
category=Feature.Category.Info,
|
category=Feature.Category.Debug,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user