luisiam / homebridge-cmdswitch2

CMD Plugin for HomeBridge (API 2.0): https://github.com/nfarina/homebridge
Apache License 2.0
176 stars 29 forks source link

Feature request: Emulate a dimmer switch #41

Open raygan opened 6 years ago

raygan commented 6 years ago

I'd like to control the brightness of my monitors from HomeKit. I can set monitor brightness with a command like:

ddcctl -b XX

where XX is a brightness value between 0 and 100. It would be cool to have this as a dimmer switch in HomeKit. Right now I can use CmdSwitch2 to switch between two different brightness values, but I'd like to be able to set more values and integrate them into scenes.

Thanks for this useful plugin!