feat(iot): API Client OK
This commit is contained in:
@ -13,7 +13,7 @@ public:
|
||||
|
||||
bool wifiBegin(String wifiId, String wifiPass, Stream* espSerial);
|
||||
|
||||
bool sendValute(String val, String poubelleID);
|
||||
bool sendValute(String val, String poubelleID, String unit, bool full);
|
||||
|
||||
JSONVar* connect();
|
||||
|
||||
@ -25,6 +25,7 @@ private:
|
||||
bool https;
|
||||
|
||||
WiFiEspClient* client;
|
||||
|
||||
String token;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user