Skip to content

Commit

Permalink
Add Smartvill Switch drivers (#1191)
Browse files Browse the repository at this point in the history
* Add Smartvill Switch drivers

* Modify the code according to the specifications.

* Correct an oversight

* use 2 spaces for our tab width

* Change to multi_switch_no_master

* Add a comment
  • Loading branch information
cy248740603 authored Feb 6, 2024
1 parent c175368 commit fcc57bd
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
31 changes: 31 additions & 0 deletions drivers/SmartThings/zigbee-switch/fingerprints.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,35 @@
zigbeeManufacturer:
#SMARTvill
- id: "SMARTvill/SLA06"
deviceLabel: "SMARTvill Switch 1"
manufacturer: SMARTvill
model: SLA06
deviceProfileName: basic-switch
- id: "SMARTvill/SLA05"
deviceLabel: "SMARTvill Switch 1"
manufacturer: SMARTvill
model: SLA05
deviceProfileName: basic-switch
- id: "SMARTvill/SLA04"
deviceLabel: "SMARTvill Switch 1"
manufacturer: SMARTvill
model: SLA04
deviceProfileName: basic-switch
- id: "SMARTvill/SLA03"
deviceLabel: "SMARTvill Switch 1"
manufacturer: SMARTvill
model: SLA03
deviceProfileName: basic-switch
- id: "SMARTvill/SLA02"
deviceLabel: "SMARTvill Switch 1"
manufacturer: SMARTvill
model: SLA02
deviceProfileName: basic-switch
- id: "SMARTvill/SLA01"
deviceLabel: SMARTvill Switch 1
manufacturer: SMARTvill
model: SLA01
deviceProfileName: basic-switch
#HANSSEM SMART SWITCH
- id: "Winners/LSS1-101"
deviceLabel: HS Switch 1(1 way)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ local MULTI_SWITCH_NO_MASTER_FINGERPRINTS = {
{ mfr = "eWeLink", model = "ZB-SW02", children = 1 },
{ mfr = "eWeLink", model = "ZB-SW03", children = 2 },
{ mfr = "eWeLink", model = "ZB-SW04", children = 3 },
{ mfr = "SMARTvill", model = "SLA02", children = 1 },
{ mfr = "SMARTvill", model = "SLA03", children = 2 },
{ mfr = "SMARTvill", model = "SLA04", children = 3 },
{ mfr = "SMARTvill", model = "SLA05", children = 4 },
{ mfr = "SMARTvill", model = "SLA06", children = 5 },
{ mfr = "ShinaSystem", model = "SBM300Z2", children = 1 },
{ mfr = "ShinaSystem", model = "SBM300Z3", children = 2 },
{ mfr = "ShinaSystem", model = "SBM300Z4", children = 3 },
Expand Down

0 comments on commit fcc57bd

Please sign in to comment.