2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-08 19:32:42 +00:00

49_SSCam: contrib 7.7.0

git-svn-id: https://svn.fhem.de/fhem/trunk@17915 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2018-12-07 18:25:23 +00:00
parent 613637a7b7
commit e375536fce

View File

@ -45,7 +45,7 @@ use HttpUtils;
# Versions History intern
our %SSCam_vNotesIntern = (
"7.7.0" => "06.12.2018 SVS-Device: autocreateCams command added, some other fixes and improvements ",
"7.7.0" => "07.12.2018 SVS-Device: autocreateCams command added, some other fixes and improvements ",
"7.6.0" => "02.12.2018 sub SSCam_ptzpanel completed by Preset and Patrol, minor fixes ",
"7.5.0" => "02.12.2018 sub SSCam_StreamDev and SSCam_composegallery changed to use popup window ",
"7.4.1" => "26.11.2018 sub composegallery deleted, SSCam_composegallery changed to get information for SSCam_refresh ",
@ -98,7 +98,7 @@ our %SSCam_vNotesIntern = (
# Versions History extern
our %SSCam_vNotesExtern = (
"7.7.0" => "06.12.2018 autocreateCams command added in SVS device. BY this command all cameras installed in SVS can be defined automatically. ",
"7.7.0" => "07.12.2018 autocreateCams command added in SVS device. BY this command all cameras installed in SVS can be defined automatically. ",
"7.6.0" => "02.12.2018 The PTZ panel is completed by \"Preset\" and \"Patrol\" (only for PTZ cameras) ",
"7.5.0" => "02.12.2018 A click on suitable content in a stream- or snapgallery device opens a popup window. ".
"The popup size can be adjusted by attribute \"popupWindowSize\". ",
@ -5909,8 +5909,8 @@ sub SSCam_Autocreate ($$) {
my $type = $hash->{TYPE};
my ($cmd, $err);
my $camname = makeDeviceName($sn); # erlaubten Kameranamen für FHEM erzeugen
my $camhash = $defs{$camname}; # Test ob SSCam-Device schon definiert ist
my $camname = "SSCam.".makeDeviceName($sn); # erlaubten Kameranamen für FHEM erzeugen
my $camhash = $defs{$camname}; # Test ob SSCam-Device schon definiert ist
if(!$camhash) {
my $arg = $hash->{SERVERADDR}." ".$hash->{SERVERPORT};