@@ -260,6 +260,16 @@ export const collectionSensorActions: CollectionSensorActions = [
260
260
* @since 1.0.0
261
261
*/
262
262
export const deviceGateways : DeviceGateways = [
263
+ {
264
+ broadbandConnectionStatus : 'Active' ,
265
+ cellularConnectionStatus : 'N/A' ,
266
+ cellularSignalStrength : 'N/A' ,
267
+ firmwareVersion : '24.0.0-9' ,
268
+ hardwareVersion : 'HW=1, BL=1.1.9, PL=9.4.0.32.5, SKU=PGZNG1-1ADNAS' ,
269
+ manufacturer : 'ADT Pulse Gateway' ,
270
+ model : 'PGZNG1' ,
271
+ primaryConnectionType : 'Broadband' ,
272
+ } ,
263
273
{
264
274
broadbandConnectionStatus : 'Active' ,
265
275
cellularConnectionStatus : 'N/A' ,
@@ -280,6 +290,16 @@ export const deviceGateways: DeviceGateways = [
280
290
model : 'Compact SMA Protocol Gateway' ,
281
291
primaryConnectionType : 'Cellular' ,
282
292
} ,
293
+ {
294
+ broadbandConnectionStatus : null ,
295
+ cellularConnectionStatus : 'Active' ,
296
+ cellularSignalStrength : 'N/A' ,
297
+ firmwareVersion : '27.0.0-140' ,
298
+ hardwareVersion : 'HW=02_Lynx, BL=ICONTROL_CFE 1.0, PL=27.0.0-140' ,
299
+ manufacturer : null ,
300
+ model : 'Lynx/QuickConnect Cellular-Only Gateway' ,
301
+ primaryConnectionType : 'Cellular' ,
302
+ } ,
283
303
{
284
304
broadbandConnectionStatus : 'Active' ,
285
305
cellularConnectionStatus : 'N/A' ,
@@ -313,6 +333,11 @@ export const deviceSecurityPanels: DeviceSecurityPanels = [
313
333
manufacturerProvider : 'DSC' ,
314
334
typeModel : 'Security Panel - Impassa SCW9057' ,
315
335
} ,
336
+ {
337
+ emergencyKeys : 'Button: Fire Alarm (Zone 95) Button: Audible Panic Alarm (Zone 99)' ,
338
+ manufacturerProvider : null ,
339
+ typeModel : 'Security Panel - LYNX/QuickConnect' ,
340
+ } ,
316
341
{
317
342
emergencyKeys : 'Button: Fire Alarm (Zone 95) Button: Audible Panic Alarm (Zone 99)' ,
318
343
manufacturerProvider : 'ADT' ,
0 commit comments