From b45318c3a398d46f91b6f5de80a274a027fae27c Mon Sep 17 00:00:00 2001 From: Nick Farina Date: Thu, 20 Aug 2015 11:53:40 -0700 Subject: [PATCH] Change default bridge username --- app.js | 2 +- config-sample.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index 89118b0..72ecef4 100644 --- a/app.js +++ b/app.js @@ -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 diff --git a/config-sample.json b/config-sample.json index 952067a..adfe40c 100644 --- a/config-sample.json +++ b/config-sample.json @@ -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" },