Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions drivers/SmartThings/zigbee-switch/fingerprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2457,6 +2457,11 @@ zigbeeManufacturer:
manufacturer: FIRSTLED
model: M4S4BAC
deviceProfileName: switch-light-restore-wireless
- id: "FIRSTLED/MX2S2BAC"
deviceLabel: Matrix X Series 2x2 1
manufacturer: FIRSTLED
model: MX2S2BAC
deviceProfileName: switch-light-restore-wireless
- id: "FIRSTLED/MX1S2BAC"
deviceLabel: Matrix X Series 1x2 1
manufacturer: FIRSTLED
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
--The driver supports a series of device combinations, such as 4+4, 3+3, 2+2, 4+0, etc., of switch and button type products.
return {
{ mfr = "FIRSTLED", model = "M4S4BAC", children = 4, buttons = 4, child_profile = "switch-wireless" },
{ mfr = "FIRSTLED", model = "MX2S2BAC", children = 2, buttons = 2, child_profile = "switch-wireless" },
{ mfr = "FIRSTLED", model = "MX1S2BAC", children = 1, buttons = 2, child_profile = "switch-wireless" },
{ mfr = "FIRSTLED", model = "G3S3BAC", children = 3, buttons = 3, child_profile = "switch-wireless" },
{ mfr = "FIRSTLED", model = "G2S2BAC", children = 2, buttons = 2, child_profile = "switch-wireless" },
Expand Down
1 change: 1 addition & 0 deletions tools/localizations/cn.csv
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ Aqara Wireless Mini Switch T1,Aqara 无线开关 T1
"MultiIR Smoke Detector MIR-SM200",麦乐克烟雾报警器MIR-SM200
"MultiIR Siren MIR-SR100",麦乐克声光报警器MIR-SR100
"Mirror Series 4x4 1",镜系列4x4 1
"Matrix X Series 2x2 1",矩阵系列2x2 1
"Matrix X Series 1x2 1",矩阵系列1x2 1
"Guanzhi Series 3x3 1",观致系列3x3 1
"Guanzhi Series 2x2 1",观致系列2x2 1
Expand Down
Loading