@@ -329,6 +329,19 @@ export const collectionSensorActions: CollectionSensorActions = [
329
329
* @since 1.0.0
330
330
*/
331
331
export const deviceGateways : DeviceGateways = [
332
+ {
333
+ description : 'ADT Pulse Gateway iHub-3001 / HW 3.4 / Broadband Active' ,
334
+ gateway : {
335
+ broadbandConnectionStatus : 'Active' ,
336
+ cellularConnectionStatus : 'N/A' ,
337
+ cellularSignalStrength : 'N/A' ,
338
+ firmwareVersion : '24.0.0-9' ,
339
+ hardwareVersion : 'HW=3.4, BL=ICONTROL_CFE 1.3, PL=24.0.0-9, SKU=0YUC0500MY5' ,
340
+ manufacturer : 'ADT Pulse Gateway' ,
341
+ model : 'iHub-3001' ,
342
+ primaryConnectionType : 'Broadband' ,
343
+ } ,
344
+ } ,
332
345
{
333
346
description : 'ADT Pulse Gateway PGZNG1 / HW 1 / Broadband Active' ,
334
347
gateway : {
@@ -381,6 +394,19 @@ export const deviceGateways: DeviceGateways = [
381
394
primaryConnectionType : 'Broadband' ,
382
395
} ,
383
396
} ,
397
+ {
398
+ description : 'Compact SMA Protocol Gateway / HW 2 / Broadband Active' ,
399
+ gateway : {
400
+ broadbandConnectionStatus : 'Active' ,
401
+ cellularConnectionStatus : 'N/A' ,
402
+ cellularSignalStrength : 'N/A' ,
403
+ firmwareVersion : '27.0.0-140' ,
404
+ hardwareVersion : 'HW=02_CSMAP, BL=NA, PL=27.0.0-140' ,
405
+ manufacturer : null ,
406
+ model : 'Compact SMA Protocol Gateway' ,
407
+ primaryConnectionType : 'Broadband' ,
408
+ } ,
409
+ } ,
384
410
{
385
411
description : 'Compact SMA Protocol Gateway / HW 2 / Cellular Active' ,
386
412
gateway : {
@@ -455,6 +481,14 @@ export const deviceSecurityPanels: DeviceSecurityPanels = [
455
481
typeModel : 'Security Panel - LYNX/QuickConnect' ,
456
482
} ,
457
483
} ,
484
+ {
485
+ description : 'Ademco LYNX/ADT QuickConnect - Emergency Keys 95/96/99' ,
486
+ panel : {
487
+ emergencyKeys : 'Button: Fire Alarm (Zone 95) Button: Personal Emergency (Zone 96) Button: Personal Emergency (Zone 99)' ,
488
+ manufacturerProvider : null ,
489
+ typeModel : 'Security Panel - LYNX/QuickConnect' ,
490
+ } ,
491
+ } ,
458
492
{
459
493
description : 'DSC Impassa SCW9057' ,
460
494
panel : {
@@ -463,6 +497,14 @@ export const deviceSecurityPanels: DeviceSecurityPanels = [
463
497
typeModel : 'Security Panel - Impassa SCW9057' ,
464
498
} ,
465
499
} ,
500
+ {
501
+ description : 'GE Security Concord 4' ,
502
+ panel : {
503
+ emergencyKeys : null ,
504
+ manufacturerProvider : 'GE Security' ,
505
+ typeModel : 'Security Panel - Concord 4' ,
506
+ } ,
507
+ } ,
466
508
] ;
467
509
468
510
/**
0 commit comments