I’ve written an R package (R programming language / RStudio) for the LIFX API. it’s published on CRAN!
Hopefully it’s useful to some:
install.packages("lifx")
lx_color("red")
I’d be excited to hear from anyone using it, and happy to support if there’s any issues.
Here’s the github repo