Skip to content

Commit d6dbbcf

Browse files
authored
Merge pull request #2424 from thinkaName/yanmi-Y-K00x-001
WWSTCERT-8785 add yanmi Y-K003-001 switch
2 parents a862ebb + 588bd12 commit d6dbbcf

File tree

4 files changed

+417
-1
lines changed

4 files changed

+417
-1
lines changed

drivers/SmartThings/zigbee-switch/fingerprints.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2390,6 +2390,11 @@ zigbeeManufacturer:
23902390
manufacturer: NodOn
23912391
model: SIN-4-1-21
23922392
deviceProfileName: switch-power-energy
2393+
- id: "JNL/Y-K003-001"
2394+
deviceLabel: Yanmi Switch (3 Way) 1
2395+
manufacturer: JNL
2396+
model: Y-K003-001
2397+
deviceProfileName: basic-switch
23932398
zigbeeGeneric:
23942399
- id: "genericSwitch"
23952400
deviceLabel: Zigbee Switch

drivers/SmartThings/zigbee-switch/src/multi-switch-no-master/fingerprints.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@ return {
4242
{ model = "E220-KR3N0Z0-HA", children = 2 },
4343
{ model = "E220-KR4N0Z0-HA", children = 3 },
4444
{ model = "E220-KR5N0Z0-HA", children = 4 },
45-
{ model = "E220-KR6N0Z0-HA", children = 5 }
45+
{ model = "E220-KR6N0Z0-HA", children = 5 },
46+
{ mfr = "JNL", model = "Y-K003-001", children = 2 }
4647
}

0 commit comments

Comments
 (0)