49_SSCam: version 9.7.13

git-svn-id: https://svn.fhem.de/fhem/trunk@22752 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
DS_Starter
2020-09-10 08:21:03 +00:00
parent 6a9cc29f8e
commit c559f2b5f1

View File

@@ -5898,7 +5898,7 @@ sub camOp {
if($hash->{HELPER}{CALL}) { # neue camOp Ausführungsvariante if($hash->{HELPER}{CALL}) { # neue camOp Ausführungsvariante
my $akey = delete $hash->{HELPER}{CALL}{AKEY}; # API Key my $akey = delete $hash->{HELPER}{CALL}{AKEY}; # API Key
my $part = delete $hash->{HELPER}{CALL}{PART}; # URL-Teilstring ohne Startsequenz (Server, Port, ...) my $part = delete $hash->{HELPER}{CALL}{PART}; # URL-Teilstring ohne Startsequenz (Server, Port, ...)
my $to = delete $hash->{HELPER}{CALL}{TO}; # evtl. zuätzlicher Timeout Add-On my $to = delete $hash->{HELPER}{CALL}{TO} // 0; # evtl. zuätzlicher Timeout Add-On
delete $hash->{HELPER}{CALL}; delete $hash->{HELPER}{CALL};
$httptimeout += $to; $httptimeout += $to;