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:
Mon Mar 04 00:05:08 2019 +0000
Revision:
12:67c524db9e07
Parent:
7:16129d213e6a
Child:
10:ca0c1db6d933
Fix the SignOfLife LED display.

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);