Add JSON output; Available via HTTP data point /json

This commit is contained in:
wtl0 2022-06-27 00:17:18 +02:00
parent fb9f51fc2d
commit e5adf23ee9
3 changed files with 41 additions and 11 deletions

View file

@ -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);