We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c52ce2e commit 7467c32Copy full SHA for 7467c32
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "homebridge-adt-pulse",
3
"displayName": "Homebridge ADT Pulse",
4
- "version": "3.2.7",
+ "version": "3.2.8",
5
"description": "Homebridge security system platform for ADT Pulse",
6
"main": "./build/index.js",
7
"exports": "./build/index.js",
src/lib/items.ts
@@ -94,6 +94,16 @@ export const collectionOrbSecurityButtons: CollectionOrbSecurityButtons = [
94
},
95
],
96
97
+ {
98
+ description: 'System disarmed / Uncleared alarm',
99
+ buttons: [
100
101
+ buttonDisabled: false,
102
+ buttonText: 'Clear Alarm',
103
+ loadingText: 'Disarming',
104
+ },
105
+ ],
106
107
108
description: 'System armed',
109
buttons: [
0 commit comments