Skip to content

Commit

Permalink
remove unneeded error log, handled by online state
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafał Drozda committed Oct 19, 2024
1 parent 86d20e6 commit 6db0eac
Show file tree
Hide file tree
Showing 4 changed files with 548 additions and 557 deletions.
2 changes: 1 addition & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "wled",
"version": "0.7.3-beta.0",
"version": "0.7.3-beta.1",
"news": {
"0.7.2": {
"en": "Show online state of device in object tree\nBugfix: Update online state correctly in situation connection is lost, fixes #611\nReset brightness to 0 and on to false during adapter start and if a device disconnects, fixes #565",
Expand Down
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ class Wled extends utils.Adapter {
const deviceData = response.data;
return deviceData;
} catch (e) {
this.log.error(`[requestDeviceDataByAPI] ${e}`)
this.log.debug(`[requestDeviceDataByAPI] ${e}`)
}

};
Expand Down
Loading

0 comments on commit 6db0eac

Please sign in to comment.