Continue making web interface

This commit is contained in:
Dmitry Borisenko
2020-08-20 03:12:04 +03:00
parent 0ebe372848
commit e0d0e30e93
8 changed files with 73 additions and 9 deletions

View File

@@ -5,6 +5,7 @@
#include "Bus/BusScannerFactory.h"
#include "Utils/Timings.h"
#include "Class/Switch.h"
#include "DeviceList.h"
void not_async_actions();
@@ -124,6 +125,8 @@ void not_async_actions() {
#endif
do_scan_bus();
do_delElement();
}
String getURL(const String& urls) {