From 0fef6fc8fdb7757fab3633393a89bd46eaa9be01 Mon Sep 17 00:00:00 2001 From: AOGU <2287634260@qq.com> Date: Tue, 17 Dec 2024 09:50:50 +0800 Subject: [PATCH 1/2] Add GL-D-008P --- src/devices/gledopto.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/devices/gledopto.ts b/src/devices/gledopto.ts index 987e0c26892dd..e9b2f1775dfe5 100644 --- a/src/devices/gledopto.ts +++ b/src/devices/gledopto.ts @@ -817,6 +817,14 @@ const definitions: DefinitionWithExtend[] = [ ota: true, extend: [gledoptoLight({colorTemp: {range: [158, 495]}, color: true})], }, + { + zigbeeModel: ['GL-D-008P'], + model: 'GL-D-008P', + vendor: 'Gledopto', + description: 'Na Versiion Smart Led 9w downlight', + ota: true, + extend: [gledoptoLight({colorTemp: {range: [158, 495]}, color: true})], + }, { zigbeeModel: ['GL-FL-004TZ'], model: 'GL-FL-004TZ', From 75fbdc6eaf3ed843d97f4063b010d6f4a61c20d5 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Tue, 17 Dec 2024 21:21:17 +0100 Subject: [PATCH 2/2] Update src/devices/gledopto.ts --- src/devices/gledopto.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/gledopto.ts b/src/devices/gledopto.ts index e9b2f1775dfe5..aa5d1f5a420c4 100644 --- a/src/devices/gledopto.ts +++ b/src/devices/gledopto.ts @@ -821,7 +821,7 @@ const definitions: DefinitionWithExtend[] = [ zigbeeModel: ['GL-D-008P'], model: 'GL-D-008P', vendor: 'Gledopto', - description: 'Na Versiion Smart Led 9w downlight', + description: 'Na Versiion smart led 9w downlight', ota: true, extend: [gledoptoLight({colorTemp: {range: [158, 495]}, color: true})], },