Skip to content

Commit

Permalink
Add shinasystem's full buttons switch for wwst (#1748)
Browse files Browse the repository at this point in the history
- SQM300Z4, SQM300Z6
  • Loading branch information
shinasys authored Dec 3, 2024
1 parent f150282 commit 46bff8d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions drivers/SmartThings/zigbee-switch/fingerprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1120,6 +1120,16 @@ zigbeeManufacturer:
manufacturer: ShinaSystem
model: SQM300Z3
deviceProfileName: basic-switch
- id: ShinaSystem/SQM300Z4
deviceLabel: SiHAS Switch 1
manufacturer: ShinaSystem
model: SQM300Z4
deviceProfileName: basic-switch
- id: ShinaSystem/SQM300Z6
deviceLabel: SiHAS Switch 1
manufacturer: ShinaSystem
model: SQM300Z6
deviceProfileName: basic-switch
- id: Samsung/SAMSUNG-ITM-Z-002
deviceLabel: Samsung Light
manufacturer: Samsung Electronics
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ local MULTI_SWITCH_NO_MASTER_FINGERPRINTS = {
{ mfr = "ShinaSystem", model = "SBM300Z6", children = 5 },
{ mfr = "ShinaSystem", model = "SQM300Z2", children = 1 },
{ mfr = "ShinaSystem", model = "SQM300Z3", children = 2 },
{ mfr = "ShinaSystem", model = "SQM300Z4", children = 3 },
{ mfr = "ShinaSystem", model = "SQM300Z6", children = 5 },
{ model = "E220-KR2N0Z0-HA", children = 1 },
{ model = "E220-KR3N0Z0-HA", children = 2 },
{ model = "E220-KR4N0Z0-HA", children = 3 },
Expand Down

0 comments on commit 46bff8d

Please sign in to comment.