Merge remote-tracking branch 'nfarina/master'

This commit is contained in:
straccio
2016-09-29 09:00:45 +02:00
2 changed files with 3 additions and 2 deletions

View File

@@ -110,6 +110,7 @@ Server.prototype._publish = function() {
this._bridge.publish({ this._bridge.publish({
username: bridgeConfig.username || "CC:22:3D:E3:CE:30", username: bridgeConfig.username || "CC:22:3D:E3:CE:30",
port: bridgeConfig.port || 0,
pincode: bridgeConfig.pin || "031-45-154", pincode: bridgeConfig.pin || "031-45-154",
category: Accessory.Categories.BRIDGE category: Accessory.Categories.BRIDGE
}, this._allowInsecureAccess); }, this._allowInsecureAccess);

View File

@@ -1,7 +1,7 @@
{ {
"name": "homebridge", "name": "homebridge",
"description": "HomeKit support for the impatient", "description": "HomeKit support for the impatient",
"version": "0.4.3", "version": "0.4.5",
"scripts": { "scripts": {
"dev": "DEBUG=* ./bin/homebridge -D -P example-plugins/ || true" "dev": "DEBUG=* ./bin/homebridge -D -P example-plugins/ || true"
}, },
@@ -26,7 +26,7 @@
"dependencies": { "dependencies": {
"chalk": "^1.1.1", "chalk": "^1.1.1",
"commander": "2.8.1", "commander": "2.8.1",
"hap-nodejs": "0.4.8", "hap-nodejs": "0.4.10",
"semver": "5.0.3", "semver": "5.0.3",
"node-persist": "^0.0.8" "node-persist": "^0.0.8"
} }