mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-07-04 10:40:00 +00:00
Add PowerProtection to Module
This commit is contained in:
parent
bd30f4bb1f
commit
51d112e6f8
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user