Skip to content

Commit

Permalink
wallhero s3i s2i s1i add backlight control (#1086)
Browse files Browse the repository at this point in the history
* wallhero s3i s2i s1i add backlight control

* wall hero ACL-401ON add backlight control
  • Loading branch information
thinkaName authored Dec 1, 2023
1 parent fb05027 commit af2d335
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions drivers/SmartThings/zigbee-switch/fingerprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2150,22 +2150,22 @@ zigbeeManufacturer:
deviceLabel: 智能墙面五孔插座
manufacturer: WALL HERO
model: ACL-401ON
deviceProfileName: basic-switch
deviceProfileName: wallhero
- id: "WALL HERO/ACL-401S1I"
deviceLabel: 一位智能开关面板
manufacturer: WALL HERO
model: ACL-401S1I
deviceProfileName: basic-switch
deviceProfileName: wallhero
- id: "WALL HERO/ACL-401S3I"
deviceLabel: 三位智能开关面板 1
manufacturer: WALL HERO
model: ACL-401S3I
deviceProfileName: basic-switch
deviceProfileName: wallhero
- id: "WALL HERO/ACL-401S2I"
deviceLabel: 二位智能开关面板 1
manufacturer: WALL HERO
model: ACL-401S2I
deviceProfileName: basic-switch
deviceProfileName: wallhero
# End Wall Hero
- id: "Insta GmbH/Switching Actuator"
deviceLabel: NEXENTRO Switching Actuator
Expand Down
4 changes: 3 additions & 1 deletion drivers/SmartThings/zigbee-switch/src/wallhero/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ local FINGERPRINTS = {
{ mfr = "WALL HERO", model = "ACL-401S4I", switches = 4, buttons = 0 },
{ mfr = "WALL HERO", model = "ACL-401S8I", switches = 4, buttons = 4 },
{ mfr = "WALL HERO", model = "ACL-401S3I", switches = 3, buttons = 0 },
{ mfr = "WALL HERO", model = "ACL-401S2I", switches = 2, buttons = 0 }
{ mfr = "WALL HERO", model = "ACL-401S2I", switches = 2, buttons = 0 },
{ mfr = "WALL HERO", model = "ACL-401S1I", switches = 1, buttons = 0 },
{ mfr = "WALL HERO", model = "ACL-401ON", switches = 1, buttons = 0 }
}

local function can_handle_wallhero_switch(opts, driver, device, ...)
Expand Down

0 comments on commit af2d335

Please sign in to comment.