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

SignOfLife.h

Committer:
WiredHome
Date:
2019-03-04
Revision:
12:67c524db9e07
Parent:
7:16129d213e6a
Child:
10:ca0c1db6d933

File content as of revision 12:67c524db9e07:


#include "mbed.h"

// Set the intensity on one of the LEDs - 0 - 3
//
void ShowSignOfLife(int which = 0);