Skip to content

Commit

Permalink
prep
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Sep 18, 2023
1 parent 4a729ce commit de073f5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to homebridge-wemo will be documented in this file.

## 6.1.1 (2023-08-28)
## 6.1.2 (2023-09-18)

⚠️ Note this will be the last version of the plugin to support Node 16.
- Node 16 moves to 'end of life' on 2023-09-11 ([more info](https://nodejs.org/en/blog/announcements/nodejs16-eol))
Expand All @@ -11,6 +11,16 @@ All notable changes to homebridge-wemo will be documented in this file.

### Changed

- Bump `node` supported versions to v16.20.1 or v18.17.1 or v20.7.0

### Fixed

- Properly ignore serial numbers if they aren't already in upper case

## 6.1.1 (2023-08-28)

### Changed

- Updated dependencies

### Fixed
Expand Down
3 changes: 0 additions & 3 deletions lib/platform.js
Original file line number Diff line number Diff line change
Expand Up @@ -571,9 +571,6 @@ export default class {
return;
}

this.log.error(deviceUDN.toUpperCase());
this.log.error(JSON.stringify(this.ignoredDevices));

const deviceData = await this.getDeviceInfo(deviceIP, devicePort);

// Don't continue if we haven't found the correct port
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"engines": {
"homebridge": "^1.6.0 || ^2.0.0-beta.0",
"node": "^16.20.2 || ^18.17.1 || ^20.5.1"
"node": "^16.20.2 || ^18.17.1 || ^20.7.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit de073f5

Please sign in to comment.