change state reading to value Connected
This commit is contained in:
		@@ -63,7 +63,7 @@ use POSIX;
 | 
				
			|||||||
use FHEM::Meta;
 | 
					use FHEM::Meta;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
use HttpUtils;
 | 
					use HttpUtils;
 | 
				
			||||||
our $VERSION = '1.6.8';
 | 
					our $VERSION = '1.6.9';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
my $missingModul = '';
 | 
					my $missingModul = '';
 | 
				
			||||||
eval "use Encode qw(encode encode_utf8 decode_utf8);1"
 | 
					eval "use Encode qw(encode encode_utf8 decode_utf8);1"
 | 
				
			||||||
@@ -395,7 +395,7 @@ sub Notify($$) {
 | 
				
			|||||||
    if (
 | 
					    if (
 | 
				
			||||||
        $devtype eq 'GardenaSmartBridge'
 | 
					        $devtype eq 'GardenaSmartBridge'
 | 
				
			||||||
        and (
 | 
					        and (
 | 
				
			||||||
            grep /^state:.connected.to.cloud$/,
 | 
					            grep /^state:.Connected$/,
 | 
				
			||||||
            @{$events} or grep /^lastRequestState:.request_error$/,
 | 
					            @{$events} or grep /^lastRequestState:.request_error$/,
 | 
				
			||||||
            @{$events}
 | 
					            @{$events}
 | 
				
			||||||
        )
 | 
					        )
 | 
				
			||||||
@@ -697,7 +697,7 @@ sub ErrorHandling($$$) {
 | 
				
			|||||||
        return;
 | 
					        return;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    readingsSingleUpdate( $hash, 'state', 'connected to cloud', 1 )
 | 
					    readingsSingleUpdate( $hash, 'state', 'Connected', 1 )
 | 
				
			||||||
      if ( defined( $hash->{helper}{locations_id} ) );
 | 
					      if ( defined( $hash->{helper}{locations_id} ) );
 | 
				
			||||||
    ResponseProcessing( $hash, $data )
 | 
					    ResponseProcessing( $hash, $data )
 | 
				
			||||||
      if ( ref($decode_json) eq 'HASH' );
 | 
					      if ( ref($decode_json) eq 'HASH' );
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user