Skip to content

Commit

Permalink
Add shinasystem's full buttons switch for wwst (#1604)
Browse files Browse the repository at this point in the history
  • Loading branch information
shinasys authored Aug 30, 2024
1 parent 615fd2d commit c29e5e0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions drivers/SmartThings/zigbee-switch/fingerprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1090,6 +1090,21 @@ zigbeeManufacturer:
manufacturer: ShinaSystem
model: SBM300Z6
deviceProfileName: basic-switch
- id: ShinaSystem/SQM300Z1
deviceLabel: SiHAS Switch
manufacturer: ShinaSystem
model: SQM300Z1
deviceProfileName: basic-switch
- id: ShinaSystem/SQM300Z2
deviceLabel: SiHAS Switch 1
manufacturer: ShinaSystem
model: SQM300Z2
deviceProfileName: basic-switch
- id: ShinaSystem/SQM300Z3
deviceLabel: SiHAS Switch 1
manufacturer: ShinaSystem
model: SQM300Z3
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 @@ -46,6 +46,8 @@ local MULTI_SWITCH_NO_MASTER_FINGERPRINTS = {
{ mfr = "ShinaSystem", model = "SBM300Z4", children = 3 },
{ mfr = "ShinaSystem", model = "SBM300Z5", children = 4 },
{ mfr = "ShinaSystem", model = "SBM300Z6", children = 5 },
{ mfr = "ShinaSystem", model = "SQM300Z2", children = 1 },
{ mfr = "ShinaSystem", model = "SQM300Z3", children = 2 },
{ model = "E220-KR2N0Z0-HA", children = 1 },
{ model = "E220-KR3N0Z0-HA", children = 2 },
{ model = "E220-KR4N0Z0-HA", children = 3 },
Expand Down

0 comments on commit c29e5e0

Please sign in to comment.