mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-09 07:44:19 +00:00
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:
parent
d7eae1610e
commit
8ec4a741ad
@ -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) ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user