mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-13 19:08:02 +00:00
Add bare-bones matter modules to smart and smartcam devices (#1371)
This commit is contained in:
@@ -5,6 +5,7 @@ from .camera import Camera
|
||||
from .childdevice import ChildDevice
|
||||
from .device import DeviceModule
|
||||
from .led import Led
|
||||
from .matter import Matter
|
||||
from .pantilt import PanTilt
|
||||
from .time import Time
|
||||
|
||||
@@ -16,4 +17,5 @@ __all__ = [
|
||||
"Led",
|
||||
"PanTilt",
|
||||
"Time",
|
||||
"Matter",
|
||||
]
|
||||
|
Reference in New Issue
Block a user