Skip to content

Commit

Permalink
Merge pull request #919 from liuyd96/add_wallhero_switch_4way
Browse files Browse the repository at this point in the history
WALL HERO: Add 4-way switch fingerprint
  • Loading branch information
greens authored Aug 17, 2023
2 parents 3d69c78 + c84f974 commit d0eadcd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions drivers/SmartThings/zigbee-switch/fingerprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2111,6 +2111,11 @@ zigbeeManufacturer:
deviceLabel: ROBB SMARRT Zigbee dimmer 2-wire
deviceProfileName: light-level-power-energy
# Wall Hero
- id: "WALL HERO/M4T2804A-ZB"
deviceLabel: 四键开关 1 (普通开关)
manufacturer: WALL HERO
model: M4T2804A-ZB
deviceProfileName: basic-switch
- id: "WALL HERO/M4T2828A-ZB"
deviceLabel: 八键开关 1 (普通开关)
manufacturer: WALL HERO
Expand Down
1 change: 1 addition & 0 deletions drivers/SmartThings/zigbee-switch/src/wallhero/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ local zcl_clusters = require "st.zigbee.zcl.clusters"
local Scenes = zcl_clusters.Scenes

local FINGERPRINTS = {
{ mfr = "WALL HERO", model = "M4T2804A-ZB", switches = 4, buttons = 0 },
{ mfr = "WALL HERO", model = "M4T2828A-ZB", switches = 4, buttons = 4 }
}

Expand Down

0 comments on commit d0eadcd

Please sign in to comment.