git-svn-id: https://svn.fhem.de/fhem/trunk@15774 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme1968
2018-01-03 20:41:45 +00:00
parent 18e66e2361
commit 24ad44bb44

View File

@@ -1041,7 +1041,7 @@ HUEDevice_GetUpdate($)
my $result = HUEDevice_ReadFromServer($hash,$hash->{ID});
if( !defined($result) ) {
$hash->{helper}{reachable} = 0;
$hash->{STATE} = "unknown";
#$hash->{STATE} = "unknown";
return;
} elsif( $result->{'error'} ) {
$hash->{helper}{reachable} = 0;