@@ -354,6 +354,19 @@ export const deviceGateways: DeviceGateways = [
354
354
primaryConnectionType : 'Broadband' ,
355
355
} ,
356
356
} ,
357
+ {
358
+ description : 'ADT Pulse Gateway iHub-3001 / HW 3.4 / Broadband Unavailable' ,
359
+ gateway : {
360
+ broadbandConnectionStatus : 'Unavailable' ,
361
+ cellularConnectionStatus : 'N/A' ,
362
+ cellularSignalStrength : 'N/A' ,
363
+ firmwareVersion : '24.0.0-9' ,
364
+ hardwareVersion : 'HW=3.4, BL=ICONTROL_CFE 1.3, PL=24.0.0-9, SKU=0YUC0500MY5' ,
365
+ manufacturer : 'ADT Pulse Gateway' ,
366
+ model : 'iHub-3001' ,
367
+ primaryConnectionType : 'Broadband' ,
368
+ } ,
369
+ } ,
357
370
{
358
371
description : 'ADT Pulse Gateway PGZNG1 / HW 1 / Broadband Active' ,
359
372
gateway : {
@@ -406,6 +419,32 @@ export const deviceGateways: DeviceGateways = [
406
419
primaryConnectionType : 'Broadband' ,
407
420
} ,
408
421
} ,
422
+ {
423
+ description : 'ADT TSSC Lifestyle Module / HW 1 / Broadband Active' ,
424
+ gateway : {
425
+ broadbandConnectionStatus : 'Active' ,
426
+ cellularConnectionStatus : 'N/A' ,
427
+ cellularSignalStrength : 'N/A' ,
428
+ firmwareVersion : '24.0.0-9' ,
429
+ hardwareVersion : 'HW=0001, BL=UBOOT 2009.08-svn99, PL=5.5.0-5, SKU=TSSC-NA-NONE-01' ,
430
+ manufacturer : 'ADT' ,
431
+ model : 'TSSC Lifestyle Module' ,
432
+ primaryConnectionType : 'Broadband' ,
433
+ } ,
434
+ } ,
435
+ {
436
+ description : 'ADT TSSC Lifestyle Module / HW 1 / Broadband Unavailable' ,
437
+ gateway : {
438
+ broadbandConnectionStatus : 'Unavailable' ,
439
+ cellularConnectionStatus : 'N/A' ,
440
+ cellularSignalStrength : 'N/A' ,
441
+ firmwareVersion : '24.0.0-9' ,
442
+ hardwareVersion : 'HW=0001, BL=UBOOT 2009.08-svn99, PL=5.5.0-5, SKU=TSSC-NA-NONE-01' ,
443
+ manufacturer : 'ADT' ,
444
+ model : 'TSSC Lifestyle Module' ,
445
+ primaryConnectionType : 'Broadband' ,
446
+ } ,
447
+ } ,
409
448
{
410
449
description : 'ADT TSSC Lifestyle Module / HW 2 / Broadband Active' ,
411
450
gateway : {
@@ -419,6 +458,19 @@ export const deviceGateways: DeviceGateways = [
419
458
primaryConnectionType : 'Broadband' ,
420
459
} ,
421
460
} ,
461
+ {
462
+ description : 'ADT TSSC Lifestyle Module / HW 2 / Broadband Unavailable' ,
463
+ gateway : {
464
+ broadbandConnectionStatus : 'Unavailable' ,
465
+ cellularConnectionStatus : 'N/A' ,
466
+ cellularSignalStrength : 'N/A' ,
467
+ firmwareVersion : '24.0.0-9' ,
468
+ hardwareVersion : 'HW=0002, BL=UBOOT 2009.08-svn99, PL=5.5.0-5, SKU=TSSC-NA-NONE-01' ,
469
+ manufacturer : 'ADT' ,
470
+ model : 'TSSC Lifestyle Module' ,
471
+ primaryConnectionType : 'Broadband' ,
472
+ } ,
473
+ } ,
422
474
{
423
475
description : 'Compact SMA Protocol Gateway / HW 2 / Broadband Active' ,
424
476
gateway : {
@@ -432,6 +484,19 @@ export const deviceGateways: DeviceGateways = [
432
484
primaryConnectionType : 'Broadband' ,
433
485
} ,
434
486
} ,
487
+ {
488
+ description : 'Compact SMA Protocol Gateway / HW 2 / Broadband Unavailable' ,
489
+ gateway : {
490
+ broadbandConnectionStatus : 'Unavailable' ,
491
+ cellularConnectionStatus : 'N/A' ,
492
+ cellularSignalStrength : 'N/A' ,
493
+ firmwareVersion : '27.0.0-140' ,
494
+ hardwareVersion : 'HW=02_CSMAP, BL=NA, PL=27.0.0-140' ,
495
+ manufacturer : null ,
496
+ model : 'Compact SMA Protocol Gateway' ,
497
+ primaryConnectionType : 'Broadband' ,
498
+ } ,
499
+ } ,
435
500
{
436
501
description : 'Compact SMA Protocol Gateway / HW 2 / Cellular Active' ,
437
502
gateway : {
@@ -471,6 +536,19 @@ export const deviceGateways: DeviceGateways = [
471
536
primaryConnectionType : 'Cellular' ,
472
537
} ,
473
538
} ,
539
+ {
540
+ description : 'Lynx/QuickConnect Cellular-Only Gateway / HW 2 / Cellular Unavailable' ,
541
+ gateway : {
542
+ broadbandConnectionStatus : null ,
543
+ cellularConnectionStatus : 'Unavailable' ,
544
+ cellularSignalStrength : 'N/A' ,
545
+ firmwareVersion : '27.0.0-140' ,
546
+ hardwareVersion : 'HW=02_Lynx, BL=ICONTROL_CFE 1.0, PL=27.0.0-140' ,
547
+ manufacturer : null ,
548
+ model : 'Lynx/QuickConnect Cellular-Only Gateway' ,
549
+ primaryConnectionType : 'Cellular' ,
550
+ } ,
551
+ } ,
474
552
] ;
475
553
476
554
/**
@@ -551,6 +629,14 @@ export const deviceSecurityPanels: DeviceSecurityPanels = [
551
629
typeModel : 'Security Panel - Concord 4' ,
552
630
} ,
553
631
} ,
632
+ {
633
+ description : 'Honeywell Security Vista-20PSIA - Emergency Keys PE 95/FA 96/APA 99' ,
634
+ panel : {
635
+ emergencyKeys : 'Button: Personal Emergency (Zone 95) Button: Fire Alarm (Zone 96) Button: Audible Panic Alarm (Zone 99)' ,
636
+ manufacturerProvider : 'Honeywell Security' ,
637
+ typeModel : 'Security Panel - Vista-20PSIA' ,
638
+ } ,
639
+ } ,
554
640
] ;
555
641
556
642
/**
0 commit comments