Browse Source

docs(README): add description for new endpoint, add column for default availability

pull/356/head
Julian Gog 3 years ago
parent
commit
ea7b2d3fca
  1. 27
      tools/esp8266/README.md

27
tools/esp8266/README.md

@ -184,19 +184,20 @@ When everything is wired up and the firmware is flashed, it is time to connect t
##### HTTP based Pages ##### HTTP based Pages
To take control of your Ahoy DTU, you can directly call one of the following sub-pages (e.g. http://192.168.1.1/setup ).<br/> To take control of your Ahoy DTU, you can directly call one of the following sub-pages (e.g. http://192.168.1.1/setup ).<br/>
| page | use | output | | page | use | output | default availability |
| ---- | ------ | ------ | | ---- | ------ | ------ | ------ |
| /uptime | displays the uptime uf your Ahoy DTU | 0 Days, 01:37:34; now: 2022-08-21 11:13:53 | | /uptime | displays the uptime uf your Ahoy DTU | 0 Days, 01:37:34; now: 2022-08-21 11:13:53 | yes |
| /reboot | reboots the Ahoy DTU | | | /reboot | reboots the Ahoy DTU | | yes |
| /erase | erases the EEPROM | | | /erase | erases the EEPROM | | yes |
| /factory | resets to the factory defaults configured in config.h | | | /factory | resets to the factory defaults configured in config.h | | yes |
| /setup | opens the setup page | | | /setup | opens the setup page | | yes |
| /save | | | | /save | | | yes |
| /cmdstat | show stat from the home page | | | /cmdstat | show stat from the home page | | yes |
| /visualization | displays the information from your converter | | | /visualization | displays the information from your converter | | yes |
| /livedata | displays the live data | | | /livedata | displays the live data | | yes |
| /json | gets live-data in JSON format | json output from the livedata | | /json | gets live-data in JSON format | json output from the livedata | no - enable via config_override.h |
| /api | | | | /metrics | gets live-data for prometheus | prometheus metrics from the livedata | no - enable via config_override.h |
| /api | | | yes |

Loading…
Cancel
Save