Skip to content

Commit 8e3ed7c

Browse files
committed
feat(add): 929003711401 Koenkk/zigbee2mqtt#24965
1 parent 6636ec5 commit 8e3ed7c

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

src/devices/philips.ts

+3-13
Original file line numberDiff line numberDiff line change
@@ -3953,20 +3953,10 @@ const definitions: DefinitionWithExtend[] = [
39533953
model: '929003711201',
39543954
vendor: 'Philips',
39553955
description: 'Hue Twilight sleep and wake-up light white',
3956-
extend: [
3957-
deviceEndpoints({endpoints: {switch: 1, back: 11, front: 12}}),
3958-
3959-
philipsLight({colorTemp: {range: [153, 500]}, color: true, endpointNames: ['front']}),
3960-
philipsLight({colorTemp: {range: [153, 500]}, color: true, gradient: true, endpointNames: ['back']}),
3961-
3962-
philipsTwilightOnOff(),
3956+
whiteLabel: [
3957+
{model: '929003711301', vendor: 'Philips', description: 'Hue Twilight sleep and wake-up light black', fingerprint: [{modelID: 'LGT002'}]},
3958+
{model: '929003711401', vendor: 'Philips', description: 'Hue Twilight sleep and wake-up light black', fingerprint: [{modelID: 'LGT003'}]},
39633959
],
3964-
},
3965-
{
3966-
zigbeeModel: ['LGT002'],
3967-
model: '929003711301',
3968-
vendor: 'Philips',
3969-
description: 'Hue Twilight sleep and wake-up light black',
39703960
extend: [
39713961
deviceEndpoints({endpoints: {switch: 1, back: 11, front: 12}}),
39723962

0 commit comments

Comments
 (0)