Skip to content

Commit

Permalink
Add Leviton dimmer switch fingerprints
Browse files Browse the repository at this point in the history
Adds fingerprints specifically for the 3301/3201 Leviton products.
Without this change, the fingerprint was too permissive and
was causing the Levition 3601 product to incorrectly match the same
switch level profile as the 3301/3201 products. The 3601 product
should now correctly match the right generic fingerprint.
  • Loading branch information
ctowns committed Mar 13, 2023
1 parent eb97e8e commit 8672477
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/SmartThings/zwave-switch/fingerprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,13 @@ zwaveManufacturer:
deviceLabel: Leviton Dimmer Switch
manufacturerId: 0x001D
productId: 0x0001
productType: 0x3301
deviceProfileName: switch-level
- id: 001D/3201/0001
deviceLabel: Leviton Dimmer Switch
manufacturerId: 0x001D
productId: 0x0001
productType: 0x3201
deviceProfileName: switch-level
- id: 001D/1B03/0334
deviceLabel: Leviton Dimmer Switch
Expand Down

0 comments on commit 8672477

Please sign in to comment.