mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2026-01-03 19:33:47 +01:00
Added second API endpoint which returns system info
This commit is contained in:
@@ -17,6 +17,7 @@ private:
|
||||
void onNotFound(AsyncWebServerRequest* request);
|
||||
|
||||
void onNetworkStatus(AsyncWebServerRequest* request);
|
||||
void onSystemStatus(AsyncWebServerRequest* request);
|
||||
};
|
||||
|
||||
extern WebApiClass WebApi;
|
||||
Reference in New Issue
Block a user