Skip to content

Commit e174456

Browse files
committed
More fixes and enhancements
### 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
1 parent 17e277f commit e174456

File tree

6 files changed

+376
-106
lines changed

6 files changed

+376
-106
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "homebridge-adt-pulse",
33
"displayName": "Homebridge ADT Pulse",
4-
"version": "3.0.0-beta.22",
4+
"version": "3.0.0-beta.23",
55
"description": "Homebridge security system platform for ADT Pulse",
66
"main": "./build/src/index.js",
77
"exports": "./build/src/index.js",

0 commit comments

Comments
 (0)