We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 142c56d commit 7105772Copy full SHA for 7105772
eufy/http.js
@@ -23,7 +23,7 @@ class EufyHttp {
23
return this.devices
24
}
25
26
- winston.info('Refreshing devices...')
+ winston.debug('Refreshing devices...')
27
28
this.devices = await this.httpService.listDevices()
29
this.devicesRefreshedAt = new Date().getTime()
0 commit comments