change state to connected
This commit is contained in:
parent
fe7b1cada4
commit
bb72f0284b
@ -68,7 +68,7 @@ eval "use JSON;1" or $missingModul .= "JSON ";
|
|||||||
eval "use IO::Socket::SSL;1" or $missingModul .= "IO::Socket::SSL ";
|
eval "use IO::Socket::SSL;1" or $missingModul .= "IO::Socket::SSL ";
|
||||||
|
|
||||||
|
|
||||||
my $version = "0.2.7";
|
my $version = "0.2.8";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -450,7 +450,7 @@ sub GardenaSmartBridge_ErrorHandling($$$) {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
readingsSingleUpdate($hash,'state','connect to cloud',1) if( defined($hash->{helper}{locations_id}) );
|
readingsSingleUpdate($hash,'state','connected to cloud',1) if( defined($hash->{helper}{locations_id}) );
|
||||||
GardenaSmartBridge_ResponseProcessing($hash,$data);
|
GardenaSmartBridge_ResponseProcessing($hash,$data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user