From 7a2bcc9d303b3da377d435fb4a374b15f5a63f87 Mon Sep 17 00:00:00 2001 From: Konrad Klimczuk Date: Thu, 24 Sep 2026 11:39:22 +0200 Subject: [PATCH 1/3] adds new fingerprint for Legrand Micromodule switch --- drivers/SmartThings/zigbee-switch/fingerprints.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/drivers/SmartThings/zigbee-switch/fingerprints.yml b/drivers/SmartThings/zigbee-switch/fingerprints.yml index bb2ce5f027..870f2e3805 100644 --- a/drivers/SmartThings/zigbee-switch/fingerprints.yml +++ b/drivers/SmartThings/zigbee-switch/fingerprints.yml @@ -2542,6 +2542,12 @@ zigbeeManufacturer: manufacturer: FIRSTLED model: DC2DC12MiV1 deviceProfileName: light-color-temp-time-restore +#Legrand/BTicino + - id: Legrand/Micromodule switch + deviceLabel: Connected Lighting Micromodule + manufacturer: Legrand + model: Micromodule switch + deviceProfileName: basic-switch zigbeeGeneric: - id: "genericSwitch" deviceLabel: Zigbee Switch From 58f8015fcfef2eb133a698ea8e25996c3c0edde0 Mon Sep 17 00:00:00 2001 From: Konrad Klimczuk Date: Thu, 24 Sep 2026 12:02:56 +0200 Subject: [PATCH 2/3] adds new fingerprint for Legrand/BTicino Light switch --- drivers/SmartThings/zigbee-switch/fingerprints.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/drivers/SmartThings/zigbee-switch/fingerprints.yml b/drivers/SmartThings/zigbee-switch/fingerprints.yml index 870f2e3805..a92b8d02df 100644 --- a/drivers/SmartThings/zigbee-switch/fingerprints.yml +++ b/drivers/SmartThings/zigbee-switch/fingerprints.yml @@ -2548,6 +2548,11 @@ zigbeeManufacturer: manufacturer: Legrand model: Micromodule switch deviceProfileName: basic-switch + - id: Legrand/Light switch with neutral + deviceLabel: Connected Switch with Neutral + manufacturer: Legrand + model: Light switch with neutral + deviceProfileName: basic-switch zigbeeGeneric: - id: "genericSwitch" deviceLabel: Zigbee Switch From 89245d8ab2e767f6954684d41293afd775e40b3e Mon Sep 17 00:00:00 2001 From: Konrad Klimczuk Date: Fri, 25 Sep 2026 08:10:08 +0200 Subject: [PATCH 3/3] adds new fingerprint for Legrand Connected outlet --- drivers/SmartThings/zigbee-switch/fingerprints.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/drivers/SmartThings/zigbee-switch/fingerprints.yml b/drivers/SmartThings/zigbee-switch/fingerprints.yml index a92b8d02df..613c471dcb 100644 --- a/drivers/SmartThings/zigbee-switch/fingerprints.yml +++ b/drivers/SmartThings/zigbee-switch/fingerprints.yml @@ -2553,6 +2553,11 @@ zigbeeManufacturer: manufacturer: Legrand model: Light switch with neutral deviceProfileName: basic-switch + - id: Legrand/Connected outlet + deviceLabel: Connected Socket + manufacturer: Legrand + model: Connected outlet + deviceProfileName: switch-power zigbeeGeneric: - id: "genericSwitch" deviceLabel: Zigbee Switch