diff --git a/FHEM/73_GardenaSmartBridge.pm b/FHEM/73_GardenaSmartBridge.pm index fa9134d..a402c06 100644 --- a/FHEM/73_GardenaSmartBridge.pm +++ b/FHEM/73_GardenaSmartBridge.pm @@ -923,7 +923,7 @@ qq{GardenaSmartBridge ($name) - got result from asynchronous parsing} CleanSubprocess($hash); - if ( ref( @{$response} ) eq 'ARRAY' ) { + if ( ref($response) eq 'ARRAY' ) { for my $json ( @{$response} ) { ################# diff --git a/controls_GardenaSmartDevice.txt b/controls_GardenaSmartDevice.txt index f791c4a..03b8b81 100644 --- a/controls_GardenaSmartDevice.txt +++ b/controls_GardenaSmartDevice.txt @@ -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