dev #74

Merged
sebastianschwarz merged 126 commits from dev into testing 2022-09-06 11:31:54 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 9b1170a978 - Show all commits

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} } ) {
$output .= "[" . $i++ . "]\nid: $dev_settings->{id} \n";
$output .= "name: $dev_settings->{name} ";
$output .= "name: $dev_settings->{name} \n";
}
$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