Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
### FIXED
- The security panel "Security Panel - Impassa/SCW" detection was incorrectly detected.
  • Loading branch information
mrjackyliang committed Jan 9, 2025
1 parent 93c1609 commit 3a5a285
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "homebridge-adt-pulse",
"displayName": "Homebridge ADT Pulse",
"version": "3.4.5",
"version": "3.4.6",
"description": "Homebridge security system platform for ADT Pulse",
"main": "./build/index.js",
"exports": "./build/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ export const deviceSecurityPanels: DeviceSecurityPanels = [
{
description: 'DSC Impassa/SCW',
panel: {
manufacturerProvider: 'DSC',
manufacturerProvider: null,
typeModel: 'Security Panel - Impassa/SCW',
},
},
Expand Down

0 comments on commit 3a5a285

Please sign in to comment.