Woersty / LoxBerry-Plugin-cam-connect

A LoxBerry Plugin
http://plugins.loxberry.de
Apache License 2.0
2 stars 2 forks source link

Cameralist update request #59

Open theduek1 opened 1 year ago

theduek1 commented 1 year ago

Please add the following camera:

46|Reolink|E1|/cgi-bin/api.cgi?cmd=Snap&channel=0&rs=wuuPhkmUCeI9WG7C|CURLAUTH_DIGEST

I also added this extension in line 305 so that authentication with reolink works

curl_setopt($curl, CURLOPT_URL, $plugin_cfg['url']."&user=".$plugin_cfg['user']."&password=".$plugin_cfg['pass']);

If you have a better Idea i will be very thankful.

BR