Skip to content

Commit

Permalink
Merge pull request #4 from superkid200/patch-1
Browse files Browse the repository at this point in the history
Update to discovery.metthnue.com
  • Loading branch information
Karl-Bridge-Microsoft authored Jun 25, 2020
2 parents 6d09a7f + 91bb707 commit 9af47bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HueLibrary/Bridge.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public static async Task<Bridge> FindAsync()
{
try
{
string response = await client.GetStringAsync(new Uri("https://www.meethue.com/api/nupnp"));
string response = await client.GetStringAsync(new Uri("https://discovery.meethue.com/"));
if (response == "[]")
{
return null;
Expand Down Expand Up @@ -228,4 +228,4 @@ public enum BridgeConnectionStatus
Unauthorized,
Fail
}
}
}

0 comments on commit 9af47bc

Please sign in to comment.