brightness icon indicating copy to clipboard operation
brightness copied to clipboard

Not working on linux.

Open BVSPHari opened this issue 4 years ago • 0 comments

I'm on linux and my code as below ::

brightness.set(0.5).then(() => { console.log('Changed brightness to o.5'); }).catch(err => { console.log(err); })

getting Error: No backlight device found. Thanks in advance.

BVSPHari avatar Feb 09 '21 14:02 BVSPHari