mirror of
https://github.com/mtan93/homebridge.git
synced 2026-04-02 06:13:12 +01:00
Fix case in hap-nodejs module require statements
This commit is contained in:
@@ -33,8 +33,8 @@ var hue = require("node-hue-api"),
|
|||||||
HueApi = hue.HueApi,
|
HueApi = hue.HueApi,
|
||||||
lightState = hue.lightState;
|
lightState = hue.lightState;
|
||||||
|
|
||||||
var Service = require("HAP-NodeJS").Service;
|
var Service = require("hap-nodejs").Service;
|
||||||
var Characteristic = require("HAP-NodeJS").Characteristic;
|
var Characteristic = require("hap-nodejs").Characteristic;
|
||||||
|
|
||||||
|
|
||||||
function PhilipsHuePlatform(log, config) {
|
function PhilipsHuePlatform(log, config) {
|
||||||
|
|||||||
Reference in New Issue
Block a user