Übernahme in den Testing Zweig #22

Merged
marko merged 24 commits from devel into testing 2021-05-12 07:27:15 +00:00
2 changed files with 6 additions and 7 deletions
Showing only changes of commit 4f48c4ff67 - Show all commits

View File

@ -604,11 +604,10 @@ sub WriteReadings {
#Log3 $name, 1, " - KEIN ARRAY" if ( ref( $decode_json->{settings}[$settings]{value} ) ne "ARRAY");
#Log3 $name, 1, " - IST ARRAY" if ( ref( $decode_json->{settings}[$settings]{value} ) eq "ARRAY");
if ( defined($settings)
&& exists($decode_json->{settings})
&& ( $decode_json->{settings}[$settings]{name} eq 'schedules_paused_until'
|| $decode_json->{settings}[$settings]{name} eq 'eco_mode' )
)
if ( exists($decode_json->{settings}[$settings]{name})
&& ( $decode_json->{settings}[$settings]{name} eq 'schedules_paused_until'
|| $decode_json->{settings}[$settings]{name} eq 'eco_mode' )
)
{
if ( $hash->{helper}{$decode_json->{settings}[$settings]{name}.'_id'} ne
$decode_json->{settings}[$settings]{id} )

View File

@ -1,2 +1,2 @@
UPD 2021-04-26_09:37:22 46169 FHEM/73_GardenaSmartBridge.pm
UPD 2021-04-26_14:39:40 48444 FHEM/74_GardenaSmartDevice.pm
UPD 2021-04-22_18:29:35 46169 FHEM/73_GardenaSmartBridge.pm
UPD 2021-04-26_20:00:59 48421 FHEM/74_GardenaSmartDevice.pm