Skip to content

Commit 3a5a285

Browse files
committed
Bug fixes
### FIXED - The security panel "Security Panel - Impassa/SCW" detection was incorrectly detected.
1 parent 93c1609 commit 3a5a285

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.4.5",
4+
"version": "3.4.6",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ export const deviceSecurityPanels: DeviceSecurityPanels = [
440440
{
441441
description: 'DSC Impassa/SCW',
442442
panel: {
443-
manufacturerProvider: 'DSC',
443+
manufacturerProvider: null,
444444
typeModel: 'Security Panel - Impassa/SCW',
445445
},
446446
},

0 commit comments

Comments
 (0)