@@ -342,7 +342,7 @@ export const collectionSensorActions: CollectionSensorActions = [
342
342
*/
343
343
export const deviceGateways : DeviceGateways = [
344
344
{
345
- description : 'ADT Pulse Gateway iHub-3001 / HW 3.4 / Broadband Active' ,
345
+ description : 'ADT Pulse Gateway iHub-3001 / HW 3.4 / BL 1.3 / Broadband Active' ,
346
346
gateway : {
347
347
broadbandConnectionStatus : 'Active' ,
348
348
cellularConnectionStatus : 'N/A' ,
@@ -355,7 +355,7 @@ export const deviceGateways: DeviceGateways = [
355
355
} ,
356
356
} ,
357
357
{
358
- description : 'ADT Pulse Gateway iHub-3001 / HW 3.4 / Broadband Unavailable' ,
358
+ description : 'ADT Pulse Gateway iHub-3001 / HW 3.4 / BL 1.3 / Broadband Unavailable' ,
359
359
gateway : {
360
360
broadbandConnectionStatus : 'Unavailable' ,
361
361
cellularConnectionStatus : 'N/A' ,
@@ -367,6 +367,32 @@ export const deviceGateways: DeviceGateways = [
367
367
primaryConnectionType : 'Broadband' ,
368
368
} ,
369
369
} ,
370
+ {
371
+ description : 'ADT Pulse Gateway iHub-3001 / HW 3.4 / BL 1.4 / Broadband Active' ,
372
+ gateway : {
373
+ broadbandConnectionStatus : 'Active' ,
374
+ cellularConnectionStatus : 'N/A' ,
375
+ cellularSignalStrength : 'N/A' ,
376
+ firmwareVersion : '24.0.0-9' ,
377
+ hardwareVersion : 'HW=3.4, BL=ICONTROL_CFE 1.4, PL=24.0.0-9, SKU=0YUC0500MY5' ,
378
+ manufacturer : 'ADT Pulse Gateway' ,
379
+ model : 'iHub-3001' ,
380
+ primaryConnectionType : 'Broadband' ,
381
+ } ,
382
+ } ,
383
+ {
384
+ description : 'ADT Pulse Gateway iHub-3001 / HW 3.4 / BL 1.4 / Broadband Unavailable' ,
385
+ gateway : {
386
+ broadbandConnectionStatus : 'Unavailable' ,
387
+ cellularConnectionStatus : 'N/A' ,
388
+ cellularSignalStrength : 'N/A' ,
389
+ firmwareVersion : '24.0.0-9' ,
390
+ hardwareVersion : 'HW=3.4, BL=ICONTROL_CFE 1.4, PL=24.0.0-9, SKU=0YUC0500MY5' ,
391
+ manufacturer : 'ADT Pulse Gateway' ,
392
+ model : 'iHub-3001' ,
393
+ primaryConnectionType : 'Broadband' ,
394
+ } ,
395
+ } ,
370
396
{
371
397
description : 'ADT Pulse Gateway PGZNG1 / HW 1 / Broadband Active' ,
372
398
gateway : {
0 commit comments