Skip to content

Commit 7467c32

Browse files
committed
Documented buttons
### ADDED - Button documentation for the "Clear Alarm" button.
1 parent c52ce2e commit 7467c32

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
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.2.7",
4+
"version": "3.2.8",
55
"description": "Homebridge security system platform for ADT Pulse",
66
"main": "./build/index.js",
77
"exports": "./build/index.js",

src/lib/items.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,16 @@ export const collectionOrbSecurityButtons: CollectionOrbSecurityButtons = [
9494
},
9595
],
9696
},
97+
{
98+
description: 'System disarmed / Uncleared alarm',
99+
buttons: [
100+
{
101+
buttonDisabled: false,
102+
buttonText: 'Clear Alarm',
103+
loadingText: 'Disarming',
104+
},
105+
],
106+
},
97107
{
98108
description: 'System armed',
99109
buttons: [

0 commit comments

Comments
 (0)