Update hap-nodejs requires

Update remaining platforms and accessories
This commit is contained in:
Mason James
2015-10-17 18:41:57 -04:00
parent ffc4edbc2a
commit 38cb94c012
24 changed files with 24 additions and 24 deletions

View File

@@ -33,7 +33,7 @@ var hue = require("node-hue-api"),
HueApi = hue.HueApi,
lightState = hue.lightState;
var types = require("HAP-NodeJS/accessories/types.js");
var types = require("hap-nodejs/accessories/types.js");
function PhilipsHuePlatform(log, config) {
this.log = log;