R/lifx_documentation.R

#' lifx: A package for controlling LIFX smart bulbs
#'
#' The lifx R package is an interface to the [lifx smart bulb api](https://api.developer.lifx.com/docs).
#'
#'
#'
#' @section most important lifx functions:
#'\itemize{
#'  \item{ \code{\link{lx_save_token}}}
#'  \item{ \code{\link{lx_list_lights}}}
#'  \item{ \code{\link{lx_color}}}
#'  \item{ \code{\link{lx_effect_breathe}} and other effects}
#' }
#' @docType package
#' @name lifx
NULL
mabafaba/lifx documentation built on June 8, 2020, 3:46 a.m.