get_light_info: Get info on lights connected to your Hue hub

Description Usage Arguments Bugs Examples

Description

This will return a dataframe containing information about the lights connected to your hue hub. It includes info on current, colour, is it on, and is it powered/reeachable.

Usage

1
2
get_light_info(bridge_ip = NULL, username = NULL,
  file = "~/r_keychain.rds")

Arguments

bridge_ip

Internal IP address of your hue bridge

username

Username for connecting to hue bridge

file

If the file listed here exists, it will try and use the private keys created by the function save_private_keys(). Just ignore if you want to manually give your bridge ip and username.

Bugs

Code repo: https://github.com/epijim/notifyme

Examples

1
## Not run: get_light_info(bridge_ip,username)

notifyme documentation built on May 2, 2019, 3:31 p.m.