mirror of
https://github.com/mtan93/homebridge.git
synced 2026-03-08 05:31:55 +00:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
63ab1025e9 | ||
|
|
dc43d0b7c4 | ||
|
|
7c3543ba61 | ||
|
|
5adb5f3282 | ||
|
|
fedd341970 | ||
|
|
c7c9aa0150 |
@@ -473,7 +473,7 @@ Server.prototype._handlePublishCameraAccessories = function(accessories) {
|
|||||||
var advertiseAddress = mac.generate(accessory.UUID);
|
var advertiseAddress = mac.generate(accessory.UUID);
|
||||||
|
|
||||||
if (this._publishedCameras[advertiseAddress]) {
|
if (this._publishedCameras[advertiseAddress]) {
|
||||||
throw new Error("Camera accessory %s experienced an address collision.", accessory.displayName);
|
throw new Error("Camera accessory " + accessory.displayName + " experienced an address collision.");
|
||||||
} else {
|
} else {
|
||||||
this._publishedCameras[advertiseAddress] = accessory;
|
this._publishedCameras[advertiseAddress] = accessory;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "homebridge",
|
"name": "homebridge",
|
||||||
"description": "HomeKit support for the impatient",
|
"description": "HomeKit support for the impatient",
|
||||||
"version": "0.4.5",
|
"version": "0.4.8",
|
||||||
"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.10",
|
"hap-nodejs": "0.4.13",
|
||||||
"semver": "5.0.3",
|
"semver": "5.0.3",
|
||||||
"node-persist": "^0.0.8"
|
"node-persist": "^0.0.8"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user