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:
12:67c524db9e07
Parent:
9:2c96e69b6035
--- a/main.cpp	Sun Mar 03 00:26:40 2019 +0000
+++ b/main.cpp	Mon Mar 04 00:05:08 2019 +0000
@@ -362,8 +362,7 @@
                     CheckConsoleInput();
                     x10svr.poll();      
                     svr.Poll();         // Web Server: non-blocking, but also not deterministic
-                    ShowSignOfLife(1);
-                    ShowSignOfLife(2);
+                    ShowSignOfLife(3);
                     if (tNow != tLastSec) {
                         pc.printf("time is %s\r\n", ntp.ctime(&tNow));
                         tLastSec = tNow;