mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 14:42:18 +03:00
Save date to flash added
This commit is contained in:
@@ -49,6 +49,10 @@ void init() {
|
||||
request->send(200, "application/json", configLiveJson);
|
||||
});
|
||||
|
||||
server.on("/config.store.json", HTTP_GET, [](AsyncWebServerRequest *request) {
|
||||
request->send(200, "application/json", configStoreJson);
|
||||
});
|
||||
|
||||
// данные не являющиеся событиями
|
||||
server.on("/config.option.json", HTTP_GET, [](AsyncWebServerRequest *request) {
|
||||
request->send(200, "application/json", configOptionJson);
|
||||
|
||||
Reference in New Issue
Block a user