The ‘LIFX’ R package is an interface to the ‘LIFX’ smart bulb api. It lets you view and change your lights’ states, for example like this:
lx_color(hue = 200,saturation = 0.3,brightness = 0.5, )
install with github from devtools:
devtools::install_github("mabafaba/lifx", build_vignettes = TRUE)
Once on CRAN, you can install it with:
install.packages("lifx")
Show vignettes / user manual:
browseVignettes("lifx")