mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-07 12:58:13 +00:00
50_SSFile: contrib 0.7.5
git-svn-id: https://svn.fhem.de/fhem/trunk@23311 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
47582dbd0f
commit
494cda3e16
@ -144,6 +144,7 @@ BEGIN {
|
||||
|
||||
# Versions History intern
|
||||
my %vNotesIntern = (
|
||||
"0.7.5" => "07.12.2020 minor fix avoid overtakers ",
|
||||
"0.7.4" => "30.11.2020 add mtime, crtime to uploaded files ",
|
||||
"0.7.3" => "29.11.2020 fix (prepare)Download without dest= option",
|
||||
"0.7.2" => "22.11.2020 undef variables containing a lot of data in execOp ",
|
||||
@ -1347,6 +1348,11 @@ sub getApiSites {
|
||||
return $ret;
|
||||
}
|
||||
|
||||
if($hash->{OPMODE}) { # Überholer vermeiden wenn eine Operation läuft (V. 0.7.5" => "07.12.2020)
|
||||
Log3($name, 4, qq{$name - Operation "$hash->{OPMODE} (idx: $hash->{OPIDX})" is still running. Next operation start postponed});
|
||||
return;
|
||||
}
|
||||
|
||||
# den nächsten Eintrag aus "SendQueue" selektieren und ausführen wenn nicht forbidSend gesetzt ist
|
||||
for my $idx (sort{$a<=>$b} keys %{$data{$type}{$name}{sendqueue}{entries}}) {
|
||||
if (!$data{$type}{$name}{sendqueue}{entries}{$idx}{forbidSend}) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user