From d3486d17ac02aabbb652f61be8fad0b4137f20c1 Mon Sep 17 00:00:00 2001 From: moises Date: Tue, 18 Sep 2018 19:55:04 +0000 Subject: [PATCH] 32_withings: API endpoint changed back to Withings servers - bugfix git-svn-id: https://svn.fhem.de/fhem/trunk@17369 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/32_withings.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/32_withings.pm b/fhem/FHEM/32_withings.pm index c786864b3..bdd0415d2 100644 --- a/fhem/FHEM/32_withings.pm +++ b/fhem/FHEM/32_withings.pm @@ -623,7 +623,7 @@ sub withings_getSessionKey($) { if( !$hash->{AccountID} || length($hash->{AccountID} < 2 ) ) { ($err,$data) = HttpUtils_BlockingGet({ - url => $hash->{'.https'}."://scalews.withings.com/cgi-bin/v2/account", + url => $hash->{'.https'}."://scalews.withings.com/cgi-bin/account", timeout => 10, noshutdown => 1, data => {sessionid => $hash->{SessionKey}, appname => 'my2', appliver=> $hash->{helper}{appliver}, apppfm => 'web', action => 'get', enrich => 't'},