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:
8:a45fe77efcc5
Parent:
7:16129d213e6a
--- a/WebPages.h	Wed Feb 27 18:24:32 2019 +0000
+++ b/WebPages.h	Sat Mar 02 23:13:58 2019 +0000
@@ -17,4 +17,6 @@
 HTTPServer::CallBackResults SoftwarePage(HTTPServer *svr, HTTPServer::CallBackType type, char * path,
                        const HTTPServer::namevalue *queryParams, int queryParamCount);
 
+HTTPServer::CallBackResults RebootPage(HTTPServer *svr, HTTPServer::CallBackType type, char * path,
+                       const HTTPServer::namevalue *queryParams, int queryParamCount);
 #endif // WEBPAGES_H