mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-10 23:46:37 +02:00
Add JSON output; Available via HTTP data point /json
This commit is contained in:
parent
fb9f51fc2d
commit
e5adf23ee9
3 changed files with 41 additions and 11 deletions
|
@ -67,6 +67,8 @@ class app : public Main {
|
|||
void showStatistics(void);
|
||||
void showHoymiles(void);
|
||||
void showLiveData(void);
|
||||
void showJSON(void);
|
||||
|
||||
|
||||
void saveValues(bool webSend);
|
||||
void updateCrc(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue