mirror of
https://github.com/mtan93/homebridge.git
synced 2026-05-10 14:26:05 +01:00
Merge pull request #482 from nfarina/update-hap-nodejs
Update hap-nodejs to 0.1.1
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ Server.prototype._publish = function() {
|
|||||||
username: bridgeConfig.username || "CC:22:3D:E3:CE:30",
|
username: bridgeConfig.username || "CC:22:3D:E3:CE:30",
|
||||||
port: bridgeConfig.port || 51826,
|
port: bridgeConfig.port || 51826,
|
||||||
pincode: bridgeConfig.pin || "031-45-154",
|
pincode: bridgeConfig.pin || "031-45-154",
|
||||||
category: Accessory.Categories.OTHER
|
category: Accessory.Categories.BRIDGE
|
||||||
});
|
});
|
||||||
|
|
||||||
log.info("Homebridge is running on port %s.", bridgeConfig.port || 51826);
|
log.info("Homebridge is running on port %s.", bridgeConfig.port || 51826);
|
||||||
|
|||||||
+1
-1
@@ -31,7 +31,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chalk": "^1.1.1",
|
"chalk": "^1.1.1",
|
||||||
"commander": "2.8.1",
|
"commander": "2.8.1",
|
||||||
"hap-nodejs": "0.0.7",
|
"hap-nodejs": "0.1.1",
|
||||||
"semver": "5.0.3"
|
"semver": "5.0.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user