Skip to content

Commit 9af47bc

Browse files
Merge pull request #4 from superkid200/patch-1
Update to discovery.metthnue.com
2 parents 6d09a7f + 91bb707 commit 9af47bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HueLibrary/Bridge.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public static async Task<Bridge> FindAsync()
6666
{
6767
try
6868
{
69-
string response = await client.GetStringAsync(new Uri("https://www.meethue.com/api/nupnp"));
69+
string response = await client.GetStringAsync(new Uri("https://discovery.meethue.com/"));
7070
if (response == "[]")
7171
{
7272
return null;
@@ -228,4 +228,4 @@ public enum BridgeConnectionStatus
228228
Unauthorized,
229229
Fail
230230
}
231-
}
231+
}

0 commit comments

Comments
 (0)