mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-14 01:16:37 +02:00
fix #338, needs verifcation from homeassistant users
added download link for settings on setup.html and update.html
This commit is contained in:
parent
38bb3fd7e2
commit
a595950d7d
6 changed files with 77 additions and 29 deletions
|
@ -26,6 +26,7 @@ class webApi {
|
|||
void onApiPost(AsyncWebServerRequest *request);
|
||||
void onApiPostBody(AsyncWebServerRequest *request, uint8_t *data, size_t len, size_t index, size_t total);
|
||||
void getNotFound(JsonObject obj, String url);
|
||||
void onDwnldSetup(AsyncWebServerRequest *request);
|
||||
|
||||
void getSystem(JsonObject obj);
|
||||
void getStatistics(JsonObject obj);
|
||||
|
@ -36,6 +37,7 @@ class webApi {
|
|||
void getRadio(JsonObject obj);
|
||||
void getSerial(JsonObject obj);
|
||||
|
||||
|
||||
void getIndex(JsonObject obj);
|
||||
void getSetup(JsonObject obj);
|
||||
void getLive(JsonObject obj);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue