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:
7:16129d213e6a
Child:
10:ca0c1db6d933
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SignOfLife.h	Wed Feb 27 18:24:32 2019 +0000
@@ -0,0 +1,6 @@
+
+#include "mbed.h"
+
+// Set the intensity on one of the LEDs - 0 - 3
+//
+void ShowSignOfLife(int which = 0);