hard post
This commit is contained in:
parent
b0638c525e
commit
10718f1355
@ -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/ ) {
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user