Skip to content

Commit

Permalink
More fixes and enhancements
Browse files Browse the repository at this point in the history
### UPDATED
- [REVERT] Attempt to fix security panel not properly retrieving statuses.
- Types for defining an object with an arbritary key to `Record` instead.
- Accessories array in platform made private.
- Method in attempts to get the most updated security system and sensor statuses.

### FIXED
- Glass break sensors were returning the wrong characteristic values.
- Instances where the plugin does not wait long enough after arming the system and then generating the "Arm disarm handler failed to find new security buttons" error.

### ADDED
- Unknown statuses for `co`, `doorWindow`, `fire`, `glass`, and `motion`.
- Okay statuses for `flood`, `heat`, and `temperature`.
- `Bypassed, Closed` sensor action items for `doorWindow`.

v3.0.0-beta.23
  • Loading branch information
mrjackyliang committed Jan 9, 2024
1 parent 17e277f commit e174456
Show file tree
Hide file tree
Showing 6 changed files with 376 additions and 106 deletions.
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": "3.0.0-beta.22",
"version": "3.0.0-beta.23",
"description": "Homebridge security system platform for ADT Pulse",
"main": "./build/src/index.js",
"exports": "./build/src/index.js",
Expand Down
Loading

0 comments on commit e174456

Please sign in to comment.