mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-12 23:51:39 +02:00
improved GUI password handling
fix serial console uptime fix #384 round total values
This commit is contained in:
parent
6a6d522d3b
commit
74f4a114cd
8 changed files with 19 additions and 14 deletions
|
@ -33,9 +33,9 @@ class webApi {
|
|||
void onDwnldSetup(AsyncWebServerRequest *request);
|
||||
|
||||
void getSysInfo(JsonObject obj);
|
||||
void getSystem(JsonObject obj);
|
||||
void getLogout(JsonObject obj);
|
||||
void getSave(JsonObject obj);
|
||||
void getHtmlSystem(JsonObject obj);
|
||||
void getHtmlLogout(JsonObject obj);
|
||||
void getHtmlSave(JsonObject obj);
|
||||
void getReboot(JsonObject obj);
|
||||
void getStatistics(JsonObject obj);
|
||||
void getInverterList(JsonObject obj);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue