Implement advanced text API call
This commit is contained in:
parent
2f39df176c
commit
b68c4a60e0
6 changed files with 1658 additions and 4 deletions
|
@ -4,6 +4,7 @@
|
|||
#include <ArduinoJson.h>
|
||||
#include <LittleFS.h>
|
||||
#include <ESPmDNS.h>
|
||||
#include "AsyncJson.h"
|
||||
|
||||
#include "lib/block_notify.hpp"
|
||||
#include "lib/price_notify.hpp"
|
||||
|
@ -23,6 +24,7 @@ void onApiSystemStatus(AsyncWebServerRequest *request);
|
|||
|
||||
void onApiShowScreen(AsyncWebServerRequest *request);
|
||||
void onApiShowText(AsyncWebServerRequest *request);
|
||||
void onApiShowTextAdvanced(AsyncWebServerRequest *request, JsonVariant &json);
|
||||
|
||||
void onApiActionPause(AsyncWebServerRequest *request);
|
||||
void onApiActionTimerRestart(AsyncWebServerRequest *request);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue