LOGGER  Logger
Data Logging using ESP8266
Functions
webregistrations.h File Reference

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
 

Detailed Description

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

Function Documentation

server on ( "/intervals.html"  ,
handleIntervalsPage   
)

intervals

Register pages that we know how to handle