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

Committer:
WiredHome
Date:
Wed Feb 27 18:24:32 2019 +0000
Revision:
7:16129d213e6a
Child:
10:ca0c1db6d933
An improved X10 Server, now with SSDP discovery and with an integrated Web Server test interface.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
WiredHome 7:16129d213e6a 1
WiredHome 7:16129d213e6a 2 #include "mbed.h"
WiredHome 7:16129d213e6a 3
WiredHome 7:16129d213e6a 4 // Set the intensity on one of the LEDs - 0 - 3
WiredHome 7:16129d213e6a 5 //
WiredHome 7:16129d213e6a 6 void ShowSignOfLife(int which = 0);