Skip to content

Commit

Permalink
Added security panel documentation
Browse files Browse the repository at this point in the history
### ADDED
- TSSC Life Safety Module (3 emergency keys)
  • Loading branch information
mrjackyliang committed Feb 17, 2024
1 parent 75433e3 commit e533d02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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.1.6",
"version": "3.1.7",
"description": "Homebridge security system platform for ADT Pulse",
"main": "./build/index.js",
"exports": "./build/index.js",
Expand Down
5 changes: 5 additions & 0 deletions src/lib/items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,11 @@ export const deviceSecurityPanels: DeviceSecurityPanels = [
manufacturerProvider: 'ADT',
typeModel: 'TSSC Life Safety Module',
},
{
emergencyKeys: 'Button: Fire Alarm (Zone 995) Button: Personal Emergency (Zone 996) Button: Audible Panic Alarm (Zone 999)',
manufacturerProvider: 'ADT',
typeModel: 'TSSC Life Safety Module',
},
{
emergencyKeys: null,
manufacturerProvider: 'DSC',
Expand Down

0 comments on commit e533d02

Please sign in to comment.