fix little bug

This commit is contained in:
Marko Oldenburg 2021-03-10 18:38:30 +01:00
parent ad0ab78d9a
commit bf70f2ffec
2 changed files with 6 additions and 7 deletions

View File

@ -791,16 +791,15 @@ sub ResponseProcessing {
. " Tail: " . " Tail: "
. $tail; . $tail;
} }
return;
}
elsif ( defined($decode_json->{message}) elsif ( defined($decode_json->{message})
&& $decode_json->{message} ) && $decode_json->{message} )
{ {
WriteReadings( $hash, $decode_json ); WriteReadings( $hash, $decode_json );
} }
return;
}
Log3 $name, 3, "GardenaSmartBridge ($name) - no Match for processing data"; Log3 $name, 3, "GardenaSmartBridge ($name) - no Match for processing data";
return; return;

View File

@ -1,2 +1,2 @@
UPD 2021-03-10_18:32:20 43098 FHEM/73_GardenaSmartBridge.pm UPD 2021-03-10_18:38:26 43072 FHEM/73_GardenaSmartBridge.pm
UPD 2020-05-01_22:05:14 45622 FHEM/74_GardenaSmartDevice.pm UPD 2020-05-01_22:05:14 45622 FHEM/74_GardenaSmartDevice.pm