mirror of
https://github.com/mtan93/homebridge.git
synced 2026-05-06 14:26:03 +01:00
Initial Commit
Includes HAP-NodeJS as Git submodule
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
|||||||
|
|
||||||
|
# Mac
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# Node
|
||||||
|
node_modules/
|
||||||
|
npm-debug.log
|
||||||
|
|
||||||
|
# Intellij
|
||||||
|
.idea/
|
||||||
|
*.iml
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
[submodule "lib/HAP-NodeJS"]
|
||||||
|
path = lib/HAP-NodeJS
|
||||||
|
url = https://github.com/KhaosT/HAP-NodeJS.git
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
var accessory_Factor = new require("./lib/HAP-NodeJS/Accessory.js");
|
||||||
|
|
||||||
|
console.log(accessory_Factor);
|
||||||
Submodule
+1
Submodule lib/HAP-NodeJS added at f2e0a7b25b
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"name": "homebridge",
|
||||||
|
"version": "0.0.0",
|
||||||
|
"scripts": {
|
||||||
|
"server": "node app.js"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user