mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-27 23:07:00 +02:00
* improved records in hmInverter
* added records to api * removed unused endpoints from api
This commit is contained in:
parent
56b747709a
commit
66b70f24e5
5 changed files with 149 additions and 99 deletions
|
@ -35,6 +35,7 @@ class webApi {
|
|||
void getIndex(JsonObject obj);
|
||||
void getSetup(JsonObject obj);
|
||||
void getLive(JsonObject obj);
|
||||
void getRecord(JsonObject obj, record_t<> *rec);
|
||||
|
||||
bool setCtrl(DynamicJsonDocument jsonIn, JsonObject jsonOut);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue