Skip to content

Commit

Permalink
DevWs for SHINA SYSTEM containing containing Zigbee Multi Button (Sma…
Browse files Browse the repository at this point in the history
  • Loading branch information
shinasys authored Apr 8, 2022
1 parent 6a8406e commit 34748fd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ def configure() {
if (isHeimanButton())
cmds += zigbee.writeAttribute(0x0000, 0x0012, DataType.BOOLEAN, 0x01) +
addHubToGroup(0x000F) + addHubToGroup(0x0010) + addHubToGroup(0x0011) + addHubToGroup(0x0012)
if (isShinaButton())
cmds += addHubToGroup(0x0000)
return cmds
}

Expand Down

0 comments on commit 34748fd

Please sign in to comment.