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

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

View File

@ -362,7 +362,7 @@ sub SSCam_Define($@) {
my $camname = $a[2]; my $camname = $a[2];
my $serveraddr = $a[3]; my $serveraddr = $a[3];
my $serverport = $a[4] ? $a[4] : 5000; 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->{SERVERADDR} = $serveraddr;
$hash->{SERVERPORT} = $serverport; $hash->{SERVERPORT} = $serverport;