We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eab2766 + 1fd4806 commit bcd4b3eCopy full SHA for bcd4b3e
1 file changed
lnetatmo.py
@@ -163,7 +163,7 @@ class ClientAuth:
163
Args:
164
clientId (str): Application clientId delivered by Netatmo on dev.netatmo.com
165
clientSecret (str): Application Secret key delivered by Netatmo on dev.netatmo.com
166
- refresh_token (str) : Scoped refresh token
+ refreshToken (str) : Scoped refresh token
167
"""
168
169
def __init__(self, clientId=_CLIENT_ID,
0 commit comments