mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
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:
parent
47b537c11b
commit
c645309735
@ -5898,7 +5898,7 @@ sub camOp {
|
||||
if($hash->{HELPER}{CALL}) { # neue camOp Ausführungsvariante
|
||||
my $akey = delete $hash->{HELPER}{CALL}{AKEY}; # API Key
|
||||
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};
|
||||
|
||||
$httptimeout += $to;
|
||||
|
Loading…
x
Reference in New Issue
Block a user