From f0186d7d1b05e0cbeca2e29ad6c6ace543f441cc Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Thu, 30 May 2024 21:02:56 +0200 Subject: [PATCH] feat(add): 046677585235 https://github.com/Koenkk/zigbee2mqtt/issues/22828 --- src/devices/philips.ts | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/devices/philips.ts b/src/devices/philips.ts index 32edf42d30a2d..14c448057cf6d 100644 --- a/src/devices/philips.ts +++ b/src/devices/philips.ts @@ -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; @@ -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',