2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-16 16:56:04 +00:00

49_SSCam: HTTPS Support, buttons for refresh SSCamSTRM-devices

git-svn-id: https://svn.fhem.de/fhem/trunk@16941 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2018-07-03 20:25:44 +00:00
parent 7066009476
commit 83becdba5e

View File

@ -362,7 +362,7 @@ sub SSCam_Define($@) {
my $camname = $a[2];
my $serveraddr = $a[3];
my $serverport = $a[4] ? $a[4] : 5000;
my $proto = $a[5] ? $a[5] : "http";
my $proto = $a[5] ? lc($a[5]) : "http";
$hash->{SERVERADDR} = $serveraddr;
$hash->{SERVERPORT} = $serverport;