homebridge-gpio-wpi2 icon indicating copy to clipboard operation
homebridge-gpio-wpi2 copied to clipboard

Usage with pwm

Open sidharthb0 opened this issue 4 years ago • 0 comments

Hi,

I’ve been trying to use this plugin to expose a switch that works as an ’on/off’ device to control the backlight of a display. I’m currently using wiringpi with the commands ‘gpio -g pwm 19 0’ to turn it off and ‘gpio -g pwm 19 60’ for full brightness.

Is there a way to achieve this using this plugin?

sidharthb0 avatar Jul 22 '20 21:07 sidharthb0