From 566f85de9c76e87129f6923b83b9177fd5287376 Mon Sep 17 00:00:00 2001 From: chenpeixiang <101627956+chenpeixiang@users.noreply.github.com> Date: Fri, 31 May 2024 11:26:33 +0800 Subject: [PATCH 1/2] Add AiDot Matter Color Temperature Light for Certification --- .../matter-switch/fingerprints.yml | 7 +++++- ...ght-level-colorTemperature-2700K-6500K.yml | 24 +++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 drivers/SmartThings/matter-switch/profiles/light-level-colorTemperature-2700K-6500K.yml diff --git a/drivers/SmartThings/matter-switch/fingerprints.yml b/drivers/SmartThings/matter-switch/fingerprints.yml index 6e7ae7d250..52b1b13b51 100644 --- a/drivers/SmartThings/matter-switch/fingerprints.yml +++ b/drivers/SmartThings/matter-switch/fingerprints.yml @@ -218,7 +218,7 @@ matterManufacturer: vendorId: 0x115A productId: 0x711 deviceProfileName: light-color-level-2700K-6500K - - id: "4442/72" + - id: "4442/72" deviceLabel: Essentials Indoor Lights vendorId: 0x115A productId: 0x0048 @@ -303,6 +303,11 @@ matterManufacturer: vendorId: 0x1168 productId: 0x03F3 deviceProfileName: light-color-level-1800K-6500K + - id: "Linkind/Smart/Light/Bulb/A19/CCT" + deviceLabel: Smart Light Bulb A19 CCT + vendorId: 0x1168 + productId: 0x03f9 + deviceProfileName: light-level-colorTemperature-2700K-6500K #WiZ - id: "WiZ A19" deviceLabel: WiZ A19 diff --git a/drivers/SmartThings/matter-switch/profiles/light-level-colorTemperature-2700K-6500K.yml b/drivers/SmartThings/matter-switch/profiles/light-level-colorTemperature-2700K-6500K.yml new file mode 100644 index 0000000000..1a1e957b0c --- /dev/null +++ b/drivers/SmartThings/matter-switch/profiles/light-level-colorTemperature-2700K-6500K.yml @@ -0,0 +1,24 @@ +name: light-level-colorTemperature-2700K-6500K +components: +- id: main + capabilities: + - id: switch + version: 1 + - id: switchLevel + version: 1 + config: + values: + - key: "level.value" + range: [1, 100] + - id: colorTemperature + version: 1 + config: + values: + - key: "colorTemperature.value" + range: [ 2700, 6500 ] + - id: firmwareUpdate + version: 1 + - id: refresh + version: 1 + categories: + - name: Light \ No newline at end of file From 1760771a21bc28f1ca89d3af9311019bc417fd6a Mon Sep 17 00:00:00 2001 From: lelandblue <79465613+lelandblue@users.noreply.github.com> Date: Fri, 31 May 2024 11:30:28 -0400 Subject: [PATCH 2/2] Update drivers/SmartThings/matter-switch/fingerprints.yml Co-authored-by: Cooper Towns --- drivers/SmartThings/matter-switch/fingerprints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/SmartThings/matter-switch/fingerprints.yml b/drivers/SmartThings/matter-switch/fingerprints.yml index 52b1b13b51..2b8d741d81 100644 --- a/drivers/SmartThings/matter-switch/fingerprints.yml +++ b/drivers/SmartThings/matter-switch/fingerprints.yml @@ -218,7 +218,7 @@ matterManufacturer: vendorId: 0x115A productId: 0x711 deviceProfileName: light-color-level-2700K-6500K - - id: "4442/72" + - id: "4442/72" deviceLabel: Essentials Indoor Lights vendorId: 0x115A productId: 0x0048