MattTW / BlinkMonitorProtocol

Unofficial documentation for the Blink Wire-Free HD Home Monitoring & Alert System
412 stars 77 forks source link

Enable or Disable Motion Detection not working #55

Closed PharaDOS closed 3 years ago

PharaDOS commented 3 years ago

When I want to disable or Enable the Motion detection i only get "Not Found"

Enable Motion Detection : POST /network/{NetworkID}/camera/{CameraID}/enable Disable Motion Detection : POST /network/{NetworkID}/camera/{CameraID}/disable

https://rest-e001.immedia-semi.com/network/12345/camera/123456/enable https://rest-e001.immedia-semi.com/network/12345/camera/123456/disable

any idea ?

PharaDOS commented 3 years ago

i solve my problem, i sent a GET instead a POST :-(