Skip to content

Commit

Permalink
Merge pull request #8 from bwp91/beta
Browse files Browse the repository at this point in the history
H6163 brightness fix
  • Loading branch information
bwp91 authored Oct 19, 2020
2 parents 4973de2 + dc9ef4f commit 837bf81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ module.exports = {
'H6002', 'H6003', 'H6148'
],
modelsNoScaleBrightness: [
'H6089', 'H6110', 'H6159', 'H6182'
'H6089', 'H6110', 'H6159', 'H6163',
'H6182'
],
sleep: ms => new Promise(resolve => setTimeout(resolve, ms)),
hasProperty: (obj, prop) => Object.prototype.hasOwnProperty.call(obj, prop)
Expand Down

0 comments on commit 837bf81

Please sign in to comment.