mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-09 20:24:02 +00:00
Add alarm module for smartcamera hubs (#1258)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
"""Modules for SMARTCAMERA devices."""
|
||||
|
||||
from .alarm import Alarm
|
||||
from .camera import Camera
|
||||
from .childdevice import ChildDevice
|
||||
from .device import DeviceModule
|
||||
@@ -7,6 +8,7 @@ from .led import Led
|
||||
from .time import Time
|
||||
|
||||
__all__ = [
|
||||
"Alarm",
|
||||
"Camera",
|
||||
"ChildDevice",
|
||||
"DeviceModule",
|
||||
|
Reference in New Issue
Block a user