Description
Control 'LIFX' Smart Light Bulbs.
Description
Allows you to read and change the state of 'LIFX' smart light bulbs via the 'LIFX' developer api <https://api.developer.lifx.com/>. Covers most 'LIFX' api endpoints, including changing light color and brightness, selecting lights by id, group or location as well as activating effects.
README.md
'LIFX' R package
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")