From 74aa66df4868ce2627c9ab053c0c2218245549ef Mon Sep 17 00:00:00 2001 From: Sebastiaan Hilbers Date: Wed, 27 May 2020 16:47:01 +0200 Subject: [PATCH] Update phue-bridge-finder --- bin/phue-bridge-finder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/phue-bridge-finder b/bin/phue-bridge-finder index d3ab8f9..d1f80dc 100755 --- a/bin/phue-bridge-finder +++ b/bin/phue-bridge-finder @@ -11,7 +11,7 @@ echo "Philips Hue Bridge Finder", "\n\n"; echo "Checking meethue.com if the bridge has phoned home:", "\n"; -$response = @file_get_contents('http://www.meethue.com/api/nupnp'); +$response = @file_get_contents('https://discovery.meethue.com/'); // Don't continue if bad response if ($response === false) {