From bd260a098fecb5d56f4812af4f622965ce0eb703 Mon Sep 17 00:00:00 2001 From: thinkaName <962679819@qq.com> Date: Mon, 20 Jul 2026 16:18:54 +0800 Subject: [PATCH] firstled_light Change to the correct manufacturer --- drivers/SmartThings/zigbee-switch/fingerprints.yml | 4 ++-- .../zigbee-switch/src/firstled-light/fingerprints.lua | 2 +- .../zigbee-switch/src/test/test_firstled_light.lua | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/SmartThings/zigbee-switch/fingerprints.yml b/drivers/SmartThings/zigbee-switch/fingerprints.yml index 439bb5da28..08eb875591 100644 --- a/drivers/SmartThings/zigbee-switch/fingerprints.yml +++ b/drivers/SmartThings/zigbee-switch/fingerprints.yml @@ -2542,9 +2542,9 @@ zigbeeManufacturer: manufacturer: FIRSTLED model: M2S2BAC deviceProfileName: switch-light-restore-wireless - - id: "ManDai Technology/DC2DC12MiV1" + - id: "FIRSTLED/DC2DC12MiV1" deviceLabel: Easy-Fit Driver - manufacturer: ManDai Technology + manufacturer: FIRSTLED model: DC2DC12MiV1 deviceProfileName: light-color-temp-time-restore zigbeeGeneric: diff --git a/drivers/SmartThings/zigbee-switch/src/firstled-light/fingerprints.lua b/drivers/SmartThings/zigbee-switch/src/firstled-light/fingerprints.lua index ba8c2347b3..a406321a2c 100644 --- a/drivers/SmartThings/zigbee-switch/src/firstled-light/fingerprints.lua +++ b/drivers/SmartThings/zigbee-switch/src/firstled-light/fingerprints.lua @@ -2,5 +2,5 @@ -- Licensed under the Apache License, Version 2.0 return { - { mfr = "ManDai Technology", model = "DC2DC12MiV1" } + { mfr = "FIRSTLED", model = "DC2DC12MiV1" } } diff --git a/drivers/SmartThings/zigbee-switch/src/test/test_firstled_light.lua b/drivers/SmartThings/zigbee-switch/src/test/test_firstled_light.lua index 79b77ab12a..05a04a06ad 100644 --- a/drivers/SmartThings/zigbee-switch/src/test/test_firstled_light.lua +++ b/drivers/SmartThings/zigbee-switch/src/test/test_firstled_light.lua @@ -16,7 +16,7 @@ local mock_device = test.mock_device.build_test_zigbee_device( zigbee_endpoints = { [1] = { id = 1, - manufacturer = "ManDai Technology", + manufacturer = "FIRSTLED", model = "DC2DC12MiV1", server_clusters = { 0x0006, 0x0008, 0x0300 } }