From 28f0875956da829137b9851fcaecd701ac41f7b0 Mon Sep 17 00:00:00 2001 From: lelandblue <79465613+lelandblue@users.noreply.github.com> Date: Mon, 22 Jan 2024 21:24:29 -0500 Subject: [PATCH 1/2] Add multiple Lifx devices for WWST Certification This commit is to add multiple Matter Lifx devices. --- .../matter-switch/fingerprints.yml | 32 ++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/drivers/SmartThings/matter-switch/fingerprints.yml b/drivers/SmartThings/matter-switch/fingerprints.yml index 96ee824e7a..c9f615ea9b 100644 --- a/drivers/SmartThings/matter-switch/fingerprints.yml +++ b/drivers/SmartThings/matter-switch/fingerprints.yml @@ -32,7 +32,37 @@ matterManufacturer: vendorId: 0x1339 productId: 0xAC deviceProfileName: plug-binary - +#Lifx + - id: 5155/169 + deviceLabel: LIFX Color (A21) + vendorId: 0x1423 + productId: 0x00A9 + deviceProfileName: light-color-level + - id: 5155/171 + deviceLabel: LIFX Spot + vendorId: 0x1423 + productId: 0x00AB + deviceProfileName: light-color-level + - id: 5155/173 + deviceLabel: LIFX Path (Round) + vendorId: 0x1423 + productId: 0x00AD + deviceProfileName: light-color-level + - id: 5155/174 + deviceLabel: LIFX Path (Square) + vendorId: 0x1423 + productId: 0x00AE + deviceProfileName: light-color-level + - id: 5155/175 + deviceLabel: LIFX Color (PAR38) + vendorId: 0x1423 + productId: 0x00AF + deviceProfileName: light-color-level + - id: 5155/176 + deviceLabel: LIFX Ceiling + vendorId: 0x1423 + productId: 0x00B0 + deviceProfileName: light-color-level #Nanoleaf - id: "Nanoleaf NL53" deviceLabel: Essentials BR30 From caee5bb03e9354c67e379a4acfa0862e3dce1a1e Mon Sep 17 00:00:00 2001 From: lelandblue <79465613+lelandblue@users.noreply.github.com> Date: Tue, 23 Jan 2024 13:37:39 -0500 Subject: [PATCH 2/2] Update Quotes in ID feild for Lifx --- drivers/SmartThings/matter-switch/fingerprints.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/SmartThings/matter-switch/fingerprints.yml b/drivers/SmartThings/matter-switch/fingerprints.yml index c9f615ea9b..3dcc302ce2 100644 --- a/drivers/SmartThings/matter-switch/fingerprints.yml +++ b/drivers/SmartThings/matter-switch/fingerprints.yml @@ -33,32 +33,32 @@ matterManufacturer: productId: 0xAC deviceProfileName: plug-binary #Lifx - - id: 5155/169 + - id: "5155/169" deviceLabel: LIFX Color (A21) vendorId: 0x1423 productId: 0x00A9 deviceProfileName: light-color-level - - id: 5155/171 + - id: "5155/171" deviceLabel: LIFX Spot vendorId: 0x1423 productId: 0x00AB deviceProfileName: light-color-level - - id: 5155/173 + - id: "5155/173" deviceLabel: LIFX Path (Round) vendorId: 0x1423 productId: 0x00AD deviceProfileName: light-color-level - - id: 5155/174 + - id: "5155/174" deviceLabel: LIFX Path (Square) vendorId: 0x1423 productId: 0x00AE deviceProfileName: light-color-level - - id: 5155/175 + - id: "5155/175" deviceLabel: LIFX Color (PAR38) vendorId: 0x1423 productId: 0x00AF deviceProfileName: light-color-level - - id: 5155/176 + - id: "5155/176" deviceLabel: LIFX Ceiling vendorId: 0x1423 productId: 0x00B0