Add smartdevice module for led controls (#761)

Allows controlling LED on devices that support it.
This commit is contained in:
Teemu R
2024-02-19 20:59:09 +01:00
committed by GitHub
parent f5175c5632
commit 44b59efbb2
4 changed files with 83 additions and 0 deletions

View File

@@ -14,8 +14,10 @@ from ..feature import Feature, FeatureType
from ..smartprotocol import SmartProtocol
from .modules import ( # noqa: F401
ChildDeviceModule,
CloudModule,
DeviceModule,
EnergyModule,
LedModule,
LightTransitionModule,
TimeModule,
)