Added webapi endpoints to download/upload end delete configuration

This commit is contained in:
Thomas Basler
2022-09-17 01:46:14 +02:00
parent 22ac3faff1
commit e61d47b8a2
4 changed files with 147 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#include "WebApi_config.h"
#include "WebApi_devinfo.h"
#include "WebApi_dtu.h"
#include "WebApi_eventlog.h"
@@ -25,6 +26,7 @@ private:
AsyncWebServer _server;
AsyncEventSource _events;
WebApiConfigClass _webApiConfig;
WebApiDevInfoClass _webApiDevInfo;
WebApiDtuClass _webApiDtu;
WebApiEventlogClass _webApiEventlog;