Skip to content

gidapataki/hue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.