mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-12 18:38:03 +00:00
Add smartcam pet detection toggle module (#1465)
This commit is contained in:

committed by
GitHub

parent
980f6a38ca
commit
fd6067e5a0
@@ -26,6 +26,9 @@ class SmartCamModule(SmartModule):
|
||||
SmartCamPersonDetection: Final[ModuleName[modules.PersonDetection]] = ModuleName(
|
||||
"PersonDetection"
|
||||
)
|
||||
SmartCamPetDetection: Final[ModuleName[modules.PetDetection]] = ModuleName(
|
||||
"PetDetection"
|
||||
)
|
||||
SmartCamTamperDetection: Final[ModuleName[modules.TamperDetection]] = ModuleName(
|
||||
"TamperDetection"
|
||||
)
|
||||
|
Reference in New Issue
Block a user