LOGGER
Logger
Data Logging using ESP8266
|
Go to the source code of this file.
Functions | |
server | on ("/intervals.html", handleIntervalsPage) |
intervals More... | |
server | on ("/iopincontrol.html", handleIOpinControlPage) |
I/O pins. | |
server | on ("/parameters.html", handleParametersPage) |
permanent parameters | |
server | on ("/samples.html", handleSamplesPage) |
samples | |
server | on ("/sensors.html", handleSensorsPage) |
sensors | |
server | on ("/sensors.xml", xmlservicesEmitSensors) |
XML file of sensor data. | |
server | on ("/security.html", securityConfigurationPage) |
manual time setup | |
server | on ("/timesetup.html", timeservicesConfigurationPage) |
manual time setup | |
server | on ("/version.html", versionPage) |
version report | |
Application specific web page registrations. This file is included in webservicesInit to register any pages that are application specific.
Registrations are of the form:
server.on("/xxx.html", handleXXX);
server on | ( | "/intervals.html" | , |
handleIntervalsPage | |||
) |
intervals
Register pages that we know how to handle