File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " homebridge-adt-pulse" ,
3
3
"displayName" : " Homebridge ADT Pulse" ,
4
- "version" : " 3.2.0 " ,
4
+ "version" : " 3.2.1 " ,
5
5
"description" : " Homebridge security system platform for ADT Pulse" ,
6
6
"main" : " ./build/index.js" ,
7
7
"exports" : " ./build/index.js" ,
Original file line number Diff line number Diff line change @@ -65,32 +65,39 @@ export const collectionOrbSecurityButtons: CollectionOrbSecurityButtons = [
65
65
loadingText : 'Arming Stay' ,
66
66
} ,
67
67
] ,
68
+ [
69
+ {
70
+ buttonDisabled : false ,
71
+ buttonText : 'Disarm' ,
72
+ loadingText : 'Disarming' ,
73
+ } ,
74
+ ] ,
68
75
[
69
76
{
70
77
buttonDisabled : true ,
71
- buttonText : 'Arming Away ' ,
78
+ buttonText : 'Disarming ' ,
72
79
loadingText : null ,
73
80
} ,
74
81
] ,
75
82
[
76
83
{
77
84
buttonDisabled : true ,
78
- buttonText : 'Arming Stay ' ,
85
+ buttonText : 'Arming Away ' ,
79
86
loadingText : null ,
80
87
} ,
81
88
] ,
82
89
[
83
90
{
84
91
buttonDisabled : true ,
85
- buttonText : 'Arming Night ' ,
92
+ buttonText : 'Arming Stay ' ,
86
93
loadingText : null ,
87
94
} ,
88
95
] ,
89
96
[
90
97
{
91
- buttonDisabled : false ,
92
- buttonText : 'Disarm ' ,
93
- loadingText : 'Disarming' ,
98
+ buttonDisabled : true ,
99
+ buttonText : 'Arming Night ' ,
100
+ loadingText : null ,
94
101
} ,
95
102
] ,
96
103
[
You can’t perform that action at this time.
0 commit comments