Skip to content

Commit c52ce2e

Browse files
committed
Add gateway documentation
### ADDED - Gateway documentation for "ADT Pulse Gateway iHub-3001 / HW 3.4 / BL 1.4"
1 parent c54d0e9 commit c52ce2e

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "homebridge-adt-pulse",
33
"displayName": "Homebridge ADT Pulse",
4-
"version": "3.2.6",
4+
"version": "3.2.7",
55
"description": "Homebridge security system platform for ADT Pulse",
66
"main": "./build/index.js",
77
"exports": "./build/index.js",

src/lib/items.ts

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ export const collectionSensorActions: CollectionSensorActions = [
342342
*/
343343
export const deviceGateways: DeviceGateways = [
344344
{
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',
346346
gateway: {
347347
broadbandConnectionStatus: 'Active',
348348
cellularConnectionStatus: 'N/A',
@@ -355,7 +355,7 @@ export const deviceGateways: DeviceGateways = [
355355
},
356356
},
357357
{
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',
359359
gateway: {
360360
broadbandConnectionStatus: 'Unavailable',
361361
cellularConnectionStatus: 'N/A',
@@ -367,6 +367,32 @@ export const deviceGateways: DeviceGateways = [
367367
primaryConnectionType: 'Broadband',
368368
},
369369
},
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+
},
370396
{
371397
description: 'ADT Pulse Gateway PGZNG1 / HW 1 / Broadband Active',
372398
gateway: {

0 commit comments

Comments
 (0)