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

Fix factory_close and factory_destroy #229

Open palesz opened 1 year ago

palesz commented 1 year ago

Removed the 'factory.' from the factory_close and factory_destroy API calls, since as per the documentation ( https://s3.amazonaws.com/amcrest-files/AMCREST_CGI_SDK_API.pdf ) the action for close and destroy is simply 'close' and 'destroy' without the 'factory.' prefix.