Added API endpoint which shows network info

This commit is contained in:
Thomas Basler
2022-04-12 23:53:58 +02:00
parent 917a091bf2
commit b58788ded5
3 changed files with 32 additions and 0 deletions

View File

@@ -15,6 +15,8 @@ private:
void onWebsocketEvent(AsyncWebSocket* server, AsyncWebSocketClient* client, AwsEventType type, void* arg, uint8_t* data, size_t len);
void onNotFound(AsyncWebServerRequest* request);
void onNetworkStatus(AsyncWebServerRequest* request);
};
extern WebApiClass WebApi;