mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-09 20:24:02 +00:00
Add smartdevice module for smooth transitions (#759)
* Add smart module for smooth transitions * Fix tests * Fix linting
This commit is contained in:
@@ -2,6 +2,13 @@
|
||||
from .childdevicemodule import ChildDeviceModule
|
||||
from .devicemodule import DeviceModule
|
||||
from .energymodule import EnergyModule
|
||||
from .lighttransitionmodule import LightTransitionModule
|
||||
from .timemodule import TimeModule
|
||||
|
||||
__all__ = ["TimeModule", "EnergyModule", "DeviceModule", "ChildDeviceModule"]
|
||||
__all__ = [
|
||||
"TimeModule",
|
||||
"EnergyModule",
|
||||
"DeviceModule",
|
||||
"ChildDeviceModule",
|
||||
"LightTransitionModule",
|
||||
]
|
||||
|
Reference in New Issue
Block a user