Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 379 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 379 Bytes

hue

Philips Hue Lights UI

example

setup

Add a config/config.js file to the root directory:

var config = {
	address: "<hue_bridge_ip>",
	username: "<hue_bridge_username>",
};

And now you can open app/index.html in your browser.