Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ After the Adapter has connected to the Daikin Device a structure of objects are
* VIS widget

## Changelog
### __WORK IN PROGRESS__
* (@Apollon77) Changes some info log entries to debug level

### 1.5.1 (2025-05-25)
* (@Matze2) Handles potential error case when using demand control data

Expand Down
2 changes: 1 addition & 1 deletion daikin.js
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ async function storeDaikinData(err) {
return sum + num;
}, 0);
if (updatedTotal > 0) {
adapter.log.info(`${updatedTotal} Values updated: ${JSON.stringify(updated)}`);
adapter.log.debug(`${updatedTotal} Values updated: ${JSON.stringify(updated)}`);
}
} else {
setConnected(false);
Expand Down
Loading