Tado: Fix login url

master
Michael Zanetti 2021-06-28 19:06:17 +02:00
parent 88729479ee
commit 66470acb15
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ public:
bool authenticated();
bool connected();
void getApiCredentials(const QString &url = "https://my.tado.com/webapp/env.js");
void getApiCredentials(const QString &url = "https://app.tado.com/env.js");
void getToken(const QString &password);
void getHomes();
void getZones(const QString &homeId);