Skip to content

Commit

Permalink
Updated portal version support
Browse files Browse the repository at this point in the history
### ADDED
- Support for `24.0.0-117`

### REMOVED
- Support for `22.0.0-233`
  • Loading branch information
mrjackyliang committed Nov 14, 2022
1 parent 79f4114 commit c2bf2c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function ADTPulsePlatform(log, config, api) {
this.setDeviceTimeout = 6; // 6 seconds.

// Tested builds.
this.testedBuilds = ['22.0.0-233', '23.0.0-99'];
this.testedBuilds = ['23.0.0-99', '24.0.0-117'];

// Setup logging function.
if (typeof this.logLevel !== 'number' || ![10, 20, 30, 40, 50].includes(this.logLevel)) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "homebridge-adt-pulse",
"displayName": "Homebridge ADT Pulse",
"version": "2.1.4",
"version": "2.1.5",
"description": "Homebridge security system platform for ADT Pulse",
"main": "index.js",
"private": false,
Expand Down

0 comments on commit c2bf2c6

Please sign in to comment.