ready for release #46

Merged
marko merged 55 commits from testing into master 2021-10-27 03:20:14 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 44a251f7f7 - Show all commits

View File

@ -343,7 +343,7 @@ sub Notify {
my $devtype = $dev->{TYPE}; my $devtype = $dev->{TYPE};
my $events = deviceEvents( $dev, 1 ); my $events = deviceEvents( $dev, 1 );
return if ( !$events ); return if ( !$events );
Log3 $name, 1 , "AWAW: $devtype";
getToken($hash) getToken($hash)
if ( if (
( (
@ -521,7 +521,7 @@ sub ErrorHandling {
Log3 $name, 4, "GardenaSmartBridge ($name) - Request: $data"; Log3 $name, 4, "GardenaSmartBridge ($name) - Request: $data";
my $decode_json = eval { decode_json($data) } if ( lc $param->{'method'} ne 'put' ); my $decode_json = eval { decode_json($data) } if ( length($data) > 0 );
if ($@) { if ($@) {
Log3 $name, 3, "GardenaSmartBridge ($name) - JSON error while request"; Log3 $name, 3, "GardenaSmartBridge ($name) - JSON error while request";
} }

View File

@ -1,2 +1,2 @@
UPD 2021-06-09_13:23:15 47174 FHEM/73_GardenaSmartBridge.pm UPD 2021-06-11_19:05:32 47194 FHEM/73_GardenaSmartBridge.pm
UPD 2021-06-09_09:52:26 55505 FHEM/74_GardenaSmartDevice.pm UPD 2021-06-09_09:52:26 55505 FHEM/74_GardenaSmartDevice.pm