mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
добавил сценарии и класс сенсора
This commit is contained in:
@@ -42,7 +42,7 @@ void asyncWebServerInit() {
|
||||
|
||||
// динамические данные
|
||||
// server.on("/config.live.json", HTTP_GET, [](AsyncWebServerRequest *request) {
|
||||
// request->send(200, "application/json", configLiveJson);
|
||||
// request->send(200, "application/json", paramsFlashJson);
|
||||
//});
|
||||
//
|
||||
// server.on("/config.store.json", HTTP_GET, [](AsyncWebServerRequest *request) {
|
||||
|
||||
Reference in New Issue
Block a user