fix little bug
This commit is contained in:
parent
ad0ab78d9a
commit
bf70f2ffec
@ -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;
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user