JurajNyiri / pytapo

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

method manual alarm not work #97

Closed tiz001 closed 7 months ago

tiz001 commented 8 months ago

cam 520ws firmware 1.2.5 build 231109 Rel 36811n

{ "method": "do", "msg_alarm": {"manual_msg_alarm": {"action": "start"}}, }

Exception: Error: Parameter to get/do does not exist, Response: {"error_code": -40106}

I Tried with: { "method": "get", "msg_alarm": {"manual_msg_alarm": {"action": "start"}}, } Exception: Error: Function not supported, Response: {"error_code": -40210}

Thanks in advance

JurajNyiri commented 7 months ago

It does not work on all cameras unfortunately and there is no way to detect whether camera supports it or not.