38_netatmo:remove some debug logging

git-svn-id: https://svn.fhem.de/fhem/trunk@18321 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
moises
2019-01-18 18:30:11 +00:00
parent 3bd2ca6597
commit 3f74212096

View File

@@ -1704,6 +1704,10 @@ netatmo_getDeviceDetail($$)
return $device if( $device->{_id} eq $id );
}
Log3 $name, 4, "$name getDeviceDetail not found";
netatmo_getDevices($hash,1);
netatmo_getHomecoachs($hash,1);
return undef;
}
sub
@@ -5489,7 +5493,7 @@ netatmo_parseAddress($$)
Log3 $name, 4, "$name: parseAddress";
if( $json ) {
Log3 $name, 2, "$name: ".Dumper($json);
Log3 $name, 5, "$name: ".Dumper($json);
#$hash->{status} = $json->{status};
#$hash->{status} = $json->{error}{message} if( $json->{error} );
if( defined($json) ) {