X10 Server - IOT device to leverage a collection of old X10 devices for home automation and lighting control.

Dependencies:   IniManager mbed HTTPClient SWUpdate mbed-rtos Watchdog X10 SW_HTTPServer SW_String EthernetInterface TimeInterface SSDP

X10 Server

See the X10 Server Nodebook page

Revision:
0:de1dfa2ab813
Child:
7:16129d213e6a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/WebPages.h	Tue Jul 03 02:10:23 2018 +0000
@@ -0,0 +1,14 @@
+
+#ifndef WEBPAGES_H
+#define WEBPAGES_H
+
+#include "SW_HTTPServer.h"
+
+
+HTTPServer::CallBackResults Setup_xml(HTTPServer *svr, HTTPServer::CallBackType type, char * path,
+                       const HTTPServer::namevalue *queryParams, int queryParamCount);
+                       
+HTTPServer::CallBackResults RootPage(HTTPServer *svr, HTTPServer::CallBackType type, char * path,
+                       const HTTPServer::namevalue *queryParams, int queryParamCount);
+                       
+#endif // WEBPAGES_H