Change all HAP-NodeJS require calls to lowercase

This commit is contained in:
Matthias Schmidt
2015-10-18 13:29:50 +02:00
parent ffc4edbc2a
commit 915e674583
24 changed files with 24 additions and 24 deletions
+1 -1
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;