change state to connected

This commit is contained in:
Marko Oldenburg 2017-11-21 08:28:14 +01:00
parent fe7b1cada4
commit bb72f0284b

View File

@ -68,7 +68,7 @@ eval "use JSON;1" or $missingModul .= "JSON ";
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);
}