Skip to content

Commit f44005c

Browse files
committed
enable logging for unknown scene codes for the ice maker
1 parent 35ff21c commit f44005c

File tree

3 files changed

+20
-26
lines changed

3 files changed

+20
-26
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,18 @@ This project tries to adhere to [Semantic Versioning](http://semver.org/). In pr
88
- `MINOR` version when a new device type is added, or when a new feature is added that is backwards-compatible
99
- `PATCH` version when backwards-compatible bug fixes are implemented
1010

11-
## v11.0.1 (2025-05-18)
11+
## v11.0.2 (2025-05-20)
1212

1313
⚠️ This plugin no longer officially supports Node 18. Please update to Node 20 or 22.
1414

1515
### Changed
1616

17+
- enable logging for unknown scene codes for the ice maker
18+
19+
## v11.0.1 (2025-05-18)
20+
21+
### Changed
22+
1723
- downgrade bluetooth packages to fix child bridge restart issues
1824

1925
## v11.0.0 (2025-05-18)

lib/device/ice-maker-H7172.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default class {
3838

3939
switch (deviceFunction) {
4040
default:
41-
this.accessory.logDebugWarn(`${platformLang.newScene}: [${command}] [${hexString}]`)
41+
this.accessory.logWarn(`${platformLang.newScene}: [${command}] [${hexString}]`)
4242
break
4343
}
4444
})

package-lock.json

Lines changed: 12 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)