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:
9:2c96e69b6035
Parent:
8:a45fe77efcc5
Child:
10:ca0c1db6d933
Child:
12:67c524db9e07
--- a/main.cpp	Sat Mar 02 23:13:58 2019 +0000
+++ b/main.cpp	Sun Mar 03 00:26:40 2019 +0000
@@ -363,6 +363,7 @@
                     x10svr.poll();      
                     svr.Poll();         // Web Server: non-blocking, but also not deterministic
                     ShowSignOfLife(1);
+                    ShowSignOfLife(2);
                     if (tNow != tLastSec) {
                         pc.printf("time is %s\r\n", ntp.ctime(&tNow));
                         tLastSec = tNow;