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

committed by
GitHub

parent
980f6a38ca
commit
fd6067e5a0
@@ -13,6 +13,7 @@ from .matter import Matter
|
||||
from .motiondetection import MotionDetection
|
||||
from .pantilt import PanTilt
|
||||
from .persondetection import PersonDetection
|
||||
from .petdetection import PetDetection
|
||||
from .tamperdetection import TamperDetection
|
||||
from .time import Time
|
||||
|
||||
@@ -26,6 +27,7 @@ __all__ = [
|
||||
"Led",
|
||||
"PanTilt",
|
||||
"PersonDetection",
|
||||
"PetDetection",
|
||||
"Time",
|
||||
"HomeKit",
|
||||
"Matter",
|
||||
|
Reference in New Issue
Block a user