Skip to content

Instantly share code, notes, and snippets.

View melissaosullivan's full-sized avatar

Melissa O'Sullivan melissaosullivan

View GitHub Profile
var hue = require("node-hue-api"), HueApi = hue.HueApi, lightState = hue.lightState;
var host = "192.168.1.129",
username = "newdeveloper",
api,
state;
api = new HueApi(host, username);