mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-12 02:18:02 +00:00
Create common Time module and add time set cli command (#1157)
This commit is contained in:
@@ -6,6 +6,7 @@ from .led import Led
|
||||
from .light import Light, LightState
|
||||
from .lighteffect import LightEffect
|
||||
from .lightpreset import LightPreset
|
||||
from .time import Time
|
||||
|
||||
__all__ = [
|
||||
"Fan",
|
||||
@@ -15,4 +16,5 @@ __all__ = [
|
||||
"LightEffect",
|
||||
"LightState",
|
||||
"LightPreset",
|
||||
"Time",
|
||||
]
|
||||
|
Reference in New Issue
Block a user