mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-12 09:51:18 +01:00
Added API endpoint which shows network info
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user