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
This commit is contained in:
moises
2018-09-18 19:55:04 +00:00
parent 0fea262aa3
commit d3486d17ac

View File

@@ -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'},