homebridge-gpio-wpi2
homebridge-gpio-wpi2 copied to clipboard
Usage with pwm
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?