Skip to content

Commit

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

### REMOVED
- Support for `23.0.0-99`
  • Loading branch information
mrjackyliang committed Apr 2, 2023
1 parent e4881ef commit a21bfac
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 = ['23.0.0-99', '24.0.0-117'];
this.testedBuilds = ['24.0.0-117', '25.0.0.21'];

// 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.5",
"version": "2.1.6",
"description": "Homebridge security system platform for ADT Pulse",
"main": "index.js",
"private": false,
Expand Down

0 comments on commit a21bfac

Please sign in to comment.