Skip to content

Commit

Permalink
2.8.0
Browse files Browse the repository at this point in the history
- Tested for Homebride 2.0 beta and added as supported engine
  • Loading branch information
hjuhlin committed Jul 23, 2024
1 parent 7af75c1 commit 26335b9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ This is a plugin for Aqua Temp pool heater.
2.7.0
- Fixed the start up bug and a bug for shared device

2.8.0
- Tested for Homebride 2.0 beta and added as supported engine


# Default config

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": false,
"displayName": "Aqua Temp Plugin",
"name": "homebridge-aqua-temp",
"version": "2.7.0",
"version": "2.8.0",
"description": "This is a plugin for Aqua Temp pool heater.",
"license": "Apache-2.0",
"repository": {
Expand All @@ -14,7 +14,7 @@
},
"engines": {
"node": ">=10.17.0",
"homebridge": ">=1.3.0"
"homebridge": "^1.6.0 || ^2.0.0-beta.0"
},
"main": "dist/index.js",
"scripts": {
Expand All @@ -35,7 +35,7 @@
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"eslint": "^7.21.0",
"homebridge": "^1.3.1",
"homebridge": "^1.6.0",
"nodemon": "^2.0.7",
"rimraf": "^3.0.2",
"ts-node": "^9.1.1",
Expand Down

0 comments on commit 26335b9

Please sign in to comment.