Kevin Cannon
Kevin Cannon
This works https://github.com/stuffmatic/fSpy-Blender/issues/55#issuecomment-1052751377
I've used this function to convert values to the hex16 value: ``` function hex16(val) { val &= 0xFFFF; var hex = val.toString(16).toUpperCase(); return ("0000" + hex).slice(-4); } ``` However, i'm...
@MariusRumpf - neat, thanks for the info! BTW - is node-lifx what I should be using with lights with the new Firmware? I noticed some functions broke since I updated.
Great, thanks for the info. I was a bit confused. Luckily I still have one LIFX with the old firmware, so I can play with that. Great library. It's been...