Nothing
#' Hue API: `capabilities` endpoints
#'
#' @return [get_capabilities] returns a list structure with the capabilities of
#' bridge resources.
#'
#' @seealso <https://developers.meethue.com/develop/hue-api/10-capabilities-api/>
#'
#' @name capabilities
#' @rdname capabilities
#' @export
get_capabilities <- function() {
call_hue("get", "capabilities")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.