#' list available lights
#' @template param_selector
#' @template param_token
#' @return the API response
#' @export
lx_list_lights <- function(selector = "all", token = lx_get_token()) {
lx_GET(selector = selector, endpoint = "", token = token)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.