Skip to content

Commit

Permalink
feat(add): 929003711401 Koenkk/zigbee2mqtt#24965
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Nov 30, 2024
1 parent 6636ec5 commit 8e3ed7c
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions src/devices/philips.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3953,20 +3953,10 @@ const definitions: DefinitionWithExtend[] = [
model: '929003711201',
vendor: 'Philips',
description: 'Hue Twilight sleep and wake-up light white',
extend: [
deviceEndpoints({endpoints: {switch: 1, back: 11, front: 12}}),

philipsLight({colorTemp: {range: [153, 500]}, color: true, endpointNames: ['front']}),
philipsLight({colorTemp: {range: [153, 500]}, color: true, gradient: true, endpointNames: ['back']}),

philipsTwilightOnOff(),
whiteLabel: [
{model: '929003711301', vendor: 'Philips', description: 'Hue Twilight sleep and wake-up light black', fingerprint: [{modelID: 'LGT002'}]},
{model: '929003711401', vendor: 'Philips', description: 'Hue Twilight sleep and wake-up light black', fingerprint: [{modelID: 'LGT003'}]},
],
},
{
zigbeeModel: ['LGT002'],
model: '929003711301',
vendor: 'Philips',
description: 'Hue Twilight sleep and wake-up light black',
extend: [
deviceEndpoints({endpoints: {switch: 1, back: 11, front: 12}}),

Expand Down

0 comments on commit 8e3ed7c

Please sign in to comment.