Change default bridge username

This commit is contained in:
Nick Farina
2015-08-20 11:53:40 -07:00
parent 84fe474ccf
commit b45318c3a3
2 changed files with 2 additions and 2 deletions

2
app.js
View File

@@ -148,7 +148,7 @@ function loadPlatforms() {
function publish() {
bridge.publish({
username: bridgeConfig.username || "CC:22:3D:E3:CE:27",
username: bridgeConfig.username || "CC:22:3D:E3:CE:30",
port: bridgeConfig.port || 51826,
pincode: bridgeConfig.pin || "031-45-154",
category: Accessory.Categories.OTHER

View File

@@ -1,7 +1,7 @@
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:27",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "031-45-154"
},