PennazSoftware / homebridge-dmxlight-plugin

Homebridge plugin for controlling lights via DMX
Apache License 2.0
5 stars 2 forks source link

Fix single-channel handling for transitions etc. #11

Open jlg89 opened 10 months ago

jlg89 commented 10 months ago

Basic idea is, when colorOrder=w, we only read/write one value, but treat it as RGB internally, setting all three to the same value, so at least gradient transitions work.