patch-async_run_parseJson #48

Merged
marko merged 20 commits from patch-async_run_parseJson into devel 2022-02-09 13:11:54 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit ddbe145179 - Show all commits

View File

@ -923,7 +923,7 @@ qq{GardenaSmartBridge ($name) - got result from asynchronous parsing}
CleanSubprocess($hash); CleanSubprocess($hash);
if ( ref( @{$response} ) eq 'ARRAY' ) { if ( ref($response) eq 'ARRAY' ) {
for my $json ( @{$response} ) { for my $json ( @{$response} ) {
################# #################

View File

@ -1,2 +1,2 @@
UPD 2022-02-01_09:54:04 49897 FHEM/73_GardenaSmartBridge.pm UPD 2022-02-01_10:58:50 49892 FHEM/73_GardenaSmartBridge.pm
UPD 2022-01-31_19:35:42 56993 FHEM/74_GardenaSmartDevice.pm UPD 2022-01-31_19:35:42 56993 FHEM/74_GardenaSmartDevice.pm