mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-28 03:01:58 +00:00
Add PowerProtection to Module
This commit is contained in:
@@ -150,6 +150,9 @@ class Module(ABC):
|
||||
"ChildProtection"
|
||||
)
|
||||
TriggerLogs: Final[ModuleName[smart.TriggerLogs]] = ModuleName("TriggerLogs")
|
||||
PowerProtection: Final[ModuleName[smart.PowerProtection]] = ModuleName(
|
||||
"PowerProtection"
|
||||
)
|
||||
|
||||
# SMARTCAM only modules
|
||||
Camera: Final[ModuleName[smartcam.Camera]] = ModuleName("Camera")
|
||||
|
||||
Reference in New Issue
Block a user