devel #40

Merged
sebastianschwarz merged 28 commits from devel into testing 2021-07-23 09:27:49 +00:00
2 changed files with 5 additions and 2 deletions
Showing only changes of commit 10718f1355 - Show all commits

View File

@ -1233,7 +1233,10 @@ Log3 $name, 1, "[DEBUG] Teufelnchen 3: ".$payload;
}
$uri = '/devices/'.InternalVal($hash->{helper}{debug_device}, 'DEVICEID', 0 ) if ( exists ($hash->{helper}{debug_device}));
$uri = '/auth/token' if ( !defined( $hash->{helper}{session_id} ) );
if ( !defined( $hash->{helper}{session_id} ) ){
$uri = '/auth/token';
$method = 'POST';
};
if ( defined( $hash->{helper}{locations_id} ) ) {
if ( defined($abilities) && $abilities =~ /.*_settings/ ) {

View File

@ -1,2 +1,2 @@
UPD 2021-06-21_20:44:35 47344 FHEM/73_GardenaSmartBridge.pm
UPD 2021-06-21_20:46:14 47382 FHEM/73_GardenaSmartBridge.pm
UPD 2021-06-09_09:52:26 55505 FHEM/74_GardenaSmartDevice.pm