2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

30_HUEBridge.pm: switch to new N-UPnP discovery url

git-svn-id: https://svn.fhem.de/fhem/trunk@20817 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2019-12-23 19:54:43 +00:00
parent 980e2d62a8
commit 31901afa6b

View File

@ -181,7 +181,7 @@ HUEBridge_Detect($)
Log3 $name, 3, "HUEBridge_Detect";
my ($err,$ret) = HttpUtils_BlockingGet({
url => "http://www.meethue.com/api/nupnp",
url => "https://discovery.meethue.com/",
method => "GET",
});