Bart Jakobs
Results
1
comments of
Bart Jakobs
I had the same problem. Removing `.effect('none')` on [line 44 of lib/hue.js](https://github.com/sinedied/dmx-hue/blob/44f803d5c35fa896ad2ced6b3b5726d00c378b7b/lib/hue.js#L44) seemed to fix this. The default value for effect is 'none', but I believe without calling `effect()`, the...