[fix] - debug stuff - cleanup

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

View File

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

View File

@ -1,2 +1,2 @@
UPD 2022-06-28_13:09:29 49243 FHEM/73_GardenaSmartBridge.pm UPD 2022-06-28_13:11:16 49241 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