mirror of
https://github.com/mtan93/homebridge.git
synced 2026-05-25 22:08:34 +01:00
Change all HAP-NodeJS require calls to lowercase
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user