Support for case-sensitive file systems and current HAP-NodeJS with nodejs 4 support

This commit is contained in:
Matthias Schmidt
2015-10-16 10:50:55 +02:00
parent bab1eb730e
commit 7233c5bf74
21 changed files with 45 additions and 45 deletions

View File

@@ -16,8 +16,8 @@
// When you attempt to add a device, it will ask for a "PIN code".
// The default code for all HomeBridge accessories is 031-45-154.
var Service = require("HAP-NodeJS").Service;
var Characteristic = require("HAP-NodeJS").Characteristic;
var Service = require("hap-nodejs").Service;
var Characteristic = require("hap-nodejs").Characteristic;
var types = require('HAP-NodeJS/accessories/types.js');