JurajNyiri / pytapo

Python library for communication with Tapo Cameras
MIT License
279 stars 58 forks source link

Is it possible to get the current amount of motion detected, or whether motion detection is triggered? #30

Closed prehensile closed 2 years ago

prehensile commented 2 years ago

getMotionDetection() returns whether it is set or not, but I'd like to be able to get whether motion detection is currently triggered.

prehensile commented 2 years ago

never mind, I can see you've already answered this question: https://github.com/JurajNyiri/pytapo/issues/18