Skip to content

Commit a7a331d

Browse files
tholland15Koenkk
andauthored
feat(add): 1745930V7 (#8111)
* Add definition for Philips Hue 1745930V7 outdoor Impress wall lamp * Update src/devices/philips.ts --------- Co-authored-by: Koen Kanters <[email protected]>
1 parent e644326 commit a7a331d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/devices/philips.ts

+7
Original file line numberDiff line numberDiff line change
@@ -1869,6 +1869,13 @@ const definitions: DefinitionWithExtend[] = [
18691869
description: 'Hue outdoor Impress wall lamp',
18701870
extend: [philipsLight({colorTemp: {range: undefined}, color: true})],
18711871
},
1872+
{
1873+
zigbeeModel: ['1745930V7'],
1874+
model: '1745930V7',
1875+
vendor: 'Philips',
1876+
description: 'Hue outdoor Impress wall lamp',
1877+
extend: [philipsLight({colorTemp: {range: [153, 500]}, color: {modes: ['xy', 'hs'], enhancedHue: true}})],
1878+
},
18721879
{
18731880
zigbeeModel: ['1745930P7'],
18741881
model: '1745930P7',

0 commit comments

Comments
 (0)