change state to connected
This commit is contained in:
		@@ -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);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user