File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
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.4.2 " ,
4
+ "version" : " 3.4.3 " ,
5
5
"description" : " Homebridge security system platform for ADT Pulse" ,
6
6
"main" : " ./build/index.js" ,
7
7
"exports" : " ./build/index.js" ,
62
62
],
63
63
"homepage" : " https://github.com/mrjackyliang/homebridge-adt-pulse" ,
64
64
"engines" : {
65
- "homebridge" : " ~1.8.0 || ~ 2.0.0-beta.20 " ,
65
+ "homebridge" : " ~1.8.0 || ^ 2.0.0-beta.0 " ,
66
66
"node" : " >=20"
67
67
},
68
68
"dependencies" : {
Original file line number Diff line number Diff line change @@ -165,6 +165,7 @@ export const collectionSensorActions: CollectionSensorActions = [
165
165
'ALARM, Tripped' ,
166
166
'Bypassed, Okay' ,
167
167
'Bypassed, Tripped' ,
168
+ 'Installing' ,
168
169
'Low Battery, Okay' ,
169
170
'Low Battery, Tripped' ,
170
171
'Offline' ,
@@ -185,12 +186,14 @@ export const collectionSensorActions: CollectionSensorActions = [
185
186
'Bypassed, Closed' ,
186
187
'Bypassed, Open' ,
187
188
'Closed' ,
189
+ 'Installing' ,
188
190
'Low Battery, Closed' ,
189
191
'Low Battery, Open' ,
190
192
'Offline' ,
191
193
'Open' ,
192
194
'Tampered, Closed' ,
193
195
'Tampered, Open' ,
196
+ 'Tripped' ,
194
197
'Trouble, Closed' ,
195
198
'Trouble, Open' ,
196
199
'Unknown' ,
@@ -203,6 +206,7 @@ export const collectionSensorActions: CollectionSensorActions = [
203
206
'ALARM, Tripped' ,
204
207
'Bypassed, Okay' ,
205
208
'Bypassed, Tripped' ,
209
+ 'Installing' ,
206
210
'Low Battery, Okay' ,
207
211
'Low Battery, Tripped' ,
208
212
'Offline' ,
@@ -222,6 +226,7 @@ export const collectionSensorActions: CollectionSensorActions = [
222
226
'ALARM, Tripped' ,
223
227
'Bypassed, Okay' ,
224
228
'Bypassed, Tripped' ,
229
+ 'Installing' ,
225
230
'Low Battery, Okay' ,
226
231
'Low Battery, Tripped' ,
227
232
'Offline' ,
@@ -241,6 +246,7 @@ export const collectionSensorActions: CollectionSensorActions = [
241
246
'ALARM, Tripped' ,
242
247
'Bypassed, Okay' ,
243
248
'Bypassed, Tripped' ,
249
+ 'Installing' ,
244
250
'Low Battery, Okay' ,
245
251
'Low Battery, Tripped' ,
246
252
'Offline' ,
@@ -260,6 +266,7 @@ export const collectionSensorActions: CollectionSensorActions = [
260
266
'ALARM, Tripped' ,
261
267
'Bypassed, Okay' ,
262
268
'Bypassed, Tripped' ,
269
+ 'Installing' ,
263
270
'Low Battery, Okay' ,
264
271
'Low Battery, Tripped' ,
265
272
'Offline' ,
@@ -281,6 +288,7 @@ export const collectionSensorActions: CollectionSensorActions = [
281
288
'Bypassed, Motion' ,
282
289
'Bypassed, No Motion' ,
283
290
'Bypassed, Okay' ,
291
+ 'Installing' ,
284
292
'Low Battery, Motion' ,
285
293
'Low Battery, No Motion' ,
286
294
'Low Battery, Okay' ,
@@ -304,6 +312,7 @@ export const collectionSensorActions: CollectionSensorActions = [
304
312
'ALARM, Tripped' ,
305
313
'Bypassed, Okay' ,
306
314
'Bypassed, Tripped' ,
315
+ 'Installing' ,
307
316
'Low Battery, Okay' ,
308
317
'Low Battery, Tripped' ,
309
318
'Offline' ,
@@ -323,6 +332,7 @@ export const collectionSensorActions: CollectionSensorActions = [
323
332
'ALARM, Tripped' ,
324
333
'Bypassed, Okay' ,
325
334
'Bypassed, Tripped' ,
335
+ 'Installing' ,
326
336
'Low Battery, Okay' ,
327
337
'Low Battery, Tripped' ,
328
338
'Offline' ,
You can’t perform that action at this time.
0 commit comments