mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-12-01 21:58:17 +00:00
Extend smartcam detection support (#1552)
New detection added with tests: - bark detection - glass detection - line crossing detection - meow detection - vehicle detection
This commit is contained in:
committed by
GitHub
parent
e21ab90e96
commit
0cd0434160
@@ -1,6 +1,7 @@
|
||||
"""Package for supporting tapo-branded cameras."""
|
||||
|
||||
from .detectionmodule import DetectionModule
|
||||
from .smartcamchild import SmartCamChild
|
||||
from .smartcamdevice import SmartCamDevice
|
||||
|
||||
__all__ = ["SmartCamDevice", "SmartCamChild"]
|
||||
__all__ = ["SmartCamDevice", "SmartCamChild", "DetectionModule"]
|
||||
|
||||
Reference in New Issue
Block a user