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:
@@ -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'},
|
||||
|
||||
Reference in New Issue
Block a user