50_SSFile.pm: contrib Version 0.5.0

git-svn-id: https://svn.fhem.de/fhem/trunk@23045 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
DS_Starter
2020-10-29 14:15:35 +00:00
parent 5ce4d07a9c
commit 7a96f8bf0e

View File

@@ -333,8 +333,9 @@ sub DelayedShutdown {
my $type = $hash->{TYPE};
if($data{$type}{$name}{uploaded}) { # Cache File für Uploads schreiben
my @upl;
my $json = encode_json ($data{$type}{$name}{uploaded});
push my @upl, $json;
push @upl, $json;
my $file = $uldcache.$name;
my $error = FileWrite($file, @upl);
if ($error) {