Skip to content

Commit

Permalink
fix: Fixed BTicino K4027C family detection (#6423)
Browse files Browse the repository at this point in the history
* 067776A: added additional HW version for BTicino whitelabels
  • Loading branch information
FabianMangold committed Nov 7, 2023
1 parent 5be8bf3 commit c14fe4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/legrand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ const definitions: Definition[] = [
whiteLabel: [
{
model: 'K4027C/L4027C/N4027C/NT4027C', vendor: 'BTicino', description: 'Shutter SW with level control',
fingerprint: [{hardwareVersion: 13}],
fingerprint: [{hardwareVersion: 9}, {hardwareVersion: 13}],
},
],
ota: ota.zigbeeOTA,
Expand Down

0 comments on commit c14fe4d

Please sign in to comment.