Skip to content

Commit

Permalink
Added whiteLabel for Legrand 064888 (BTicino 3584C and Legrand 199142)
Browse files Browse the repository at this point in the history
  • Loading branch information
xraver authored Dec 11, 2024
1 parent e3636ed commit 20028c3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/devices/legrand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -385,10 +385,13 @@ const definitions: Definition[] = [
},
{
zigbeeModel: [' Micromodule switch\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000'],
model: '064888 / 199142',
model: '064888',
vendor: 'Legrand',
description: 'Wired micromodule switch',
whiteLabel: [{vendor: 'BTicino', model: '3584C'}],
whiteLabel: [
{vendor: 'Legrand', description: 'Micromodule switch', model: '199142'},
{vendor: 'BTicino', description: 'Connected lighting micromodule', model: '3584C'},
],
extend: [onOff()],
ota: ota.zigbeeOTA,
fromZigbee: [fz.identify],
Expand Down

0 comments on commit 20028c3

Please sign in to comment.