[fix] - debug stuff

This commit is contained in:
Sebastian 2022-06-28 13:10:10 +02:00
parent 2a5872002f
commit 9b1170a978
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
[fix] - fixup debug code stuff [fix] - debug stuff

View File

@ -747,7 +747,7 @@ sub ErrorHandling {
for my $dev_settings ( @{ $devJson->{abilities} } ) { for my $dev_settings ( @{ $devJson->{abilities} } ) {
$output .= "[" . $i++ . "]\nid: $dev_settings->{id} \n"; $output .= "[" . $i++ . "]\nid: $dev_settings->{id} \n";
$output .= "name: $dev_settings->{name} "; $output .= "name: $dev_settings->{name} \n";
} }
$hash->{helper}{debug_device_output} = $output; $hash->{helper}{debug_device_output} = $output;

View File

@ -1,2 +1,2 @@
UPD 2022-06-28_13:08:35 49241 FHEM/73_GardenaSmartBridge.pm UPD 2022-06-28_13:09:29 49243 FHEM/73_GardenaSmartBridge.pm
UPD 2022-06-26_19:24:09 70125 FHEM/74_GardenaSmartDevice.pm UPD 2022-06-26_19:24:09 70125 FHEM/74_GardenaSmartDevice.pm