Skip to content

Commit

Permalink
feat(add): 046677585235 Koenkk/zigbee2mqtt#22828
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed May 30, 2024
1 parent 273d843 commit f0186d7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/devices/philips.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import tz from '../converters/toZigbee';
import * as ota from '../lib/ota';
import * as reporting from '../lib/reporting';
import {philipsOnOff, philipsLight, philipsFz, philipsTz} from '../lib/philips';
import {quirkCheckinInterval} from '../lib/modernExtend';
import {deviceEndpoints, quirkCheckinInterval} from '../lib/modernExtend';

const e = exposes.presets;
const ea = exposes.access;
Expand Down Expand Up @@ -1113,6 +1113,16 @@ const definitions: Definition[] = [
description: 'Hue white and color ambiance LightStrip outdoor 2m',
extend: [philipsLight({colorTemp: {range: undefined}, color: true})],
},
{
zigbeeModel: ['LCW004'],
model: '046677585235',
vendor: 'Philips',
description: 'Hue Dymera indoor and outdoor wall light',
extend: [
deviceEndpoints({endpoints: {'top': 11, 'bottom': 12}}),
philipsLight({colorTemp: {range: [153, 500]}, color: true, endpointNames: ['top', 'bottom']}),
],
},
{
zigbeeModel: ['LCA001', 'LCA002', 'LCA003'],
model: '9290022166',
Expand Down

0 comments on commit f0186d7

Please sign in to comment.