Skip to content

Commit

Permalink
Update HueSensor.js
Browse files Browse the repository at this point in the history
Add support for `lumi.remote.b28ac1`, see #1016.
  • Loading branch information
ebaauw committed Aug 24, 2021
1 parent da52050 commit bac18d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/HueSensor.js
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ function HueSensor (accessory, id, obj) {
case 'lumi.remote.b186acn02':
this.createButton(1, 'Left', SINGLE_DOUBLE_LONG)
break
case 'lumi.remote.b28ac1':
case 'lumi.remote.b286acn01':
case 'lumi.remote.b286acn02':
this.createButton(1, 'Left', SINGLE_DOUBLE_LONG)
Expand Down

0 comments on commit bac18d5

Please sign in to comment.