tchellomello / python-amcrest

A Python 2.7/3.x module for Amcrest and Dahua Cameras using the SDK HTTP API.
GNU General Public License v2.0
213 stars 76 forks source link

Fixed privacy mode to use lower case boolean #206

Closed TySeddon closed 2 years ago

TySeddon commented 2 years ago

HTTP endpoint expects a lowercase true or false.

flacjacket commented 2 years ago

This is now fixed with #199 merged