feat: Add Test for Connect API

This commit is contained in:
Mathis
2023-04-24 14:54:26 +02:00
parent 5784e38fbb
commit 36bdb86343
5 changed files with 39 additions and 6 deletions

View File

@ -40,9 +40,7 @@ public:
* @return false il y a une erreur durran l'envoie
*/
bool sendValue(String val, String poubelleID, String unit, bool full);
private:
/**
* @brief connect l'utilisateur a l'api et met a jour le token
*
@ -51,6 +49,11 @@ private:
*/
bool connect();
//TODO :: Check wifibegin avant
private:
/**
* @brief ID de l'utilisateur
*