50_SSFile: contrib V0.7.6
git-svn-id: https://svn.fhem.de/fhem/trunk@23388 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -144,6 +144,7 @@ BEGIN {
|
|||||||
|
|
||||||
# Versions History intern
|
# Versions History intern
|
||||||
my %vNotesIntern = (
|
my %vNotesIntern = (
|
||||||
|
"0.7.6" => "20.12.2020 minor change to avoid increase memory ",
|
||||||
"0.7.5" => "07.12.2020 minor fix avoid overtakers ",
|
"0.7.5" => "07.12.2020 minor fix avoid overtakers ",
|
||||||
"0.7.4" => "30.11.2020 add mtime, crtime to uploaded files ",
|
"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.3" => "29.11.2020 fix (prepare)Download without dest= option",
|
||||||
@@ -1674,6 +1675,7 @@ sub execOp_parse {
|
|||||||
|
|
||||||
if($hmodep{$opmode} && defined &{$hmodep{$opmode}{fn}}) {
|
if($hmodep{$opmode} && defined &{$hmodep{$opmode}{fn}}) {
|
||||||
$ret = &{$hmodep{$opmode}{fn}} ($params) // q{};
|
$ret = &{$hmodep{$opmode}{fn}} ($params) // q{};
|
||||||
|
undef $params;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
Log3($name, 1, qq{$name - ERROR - no operation parse function found for "$opmode"});
|
Log3($name, 1, qq{$name - ERROR - no operation parse function found for "$opmode"});
|
||||||
|
|||||||
Reference in New Issue
Block a user