Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Mar 10, 2024
1 parent 29a5dcc commit 23f2edf
Show file tree
Hide file tree
Showing 4 changed files with 863 additions and 518 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ This project tries to adhere to [Semantic Versioning](http://semver.org/). In pr
- `MINOR` version when a new device type is added, or when a new feature is added that is backwards-compatible
- `PATCH` version when backwards-compatible bug fixes are implemented

## BETA

## 6.1.1 (2023-08-28)

⚠️ Note this will be the last version of the plugin to support Node 16.
Expand Down
4 changes: 2 additions & 2 deletions lib/platform.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ export default class {
this.deviceConf = {};
this.ignoredDevices = [];

// Make sure user is running Homebridge v1.5 or above
if (!api?.versionGreaterOrEqual('1.5.0')) {
// Make sure user is running Homebridge v1.6 or above
if (!api?.versionGreaterOrEqual('1.6.0')) {
throw new Error(platformLang.hbVersionFail);
}

Expand Down
Loading

0 comments on commit 23f2edf

Please sign in to comment.