MBED MQTT Lighting Endpoint for NXP Ublox (Ethernet enabled)

Dependencies:   C027 C12832 EthernetInterface StatusReporter LM75B MQTT-ansond endpoint_core endpoint_mqtt mbed-rtos mbed

Revision:
135:662f96c35bfa
Parent:
134:e2dd9d85f991
Child:
136:ea8f3900bc13
--- a/Definitions.h	Mon Mar 17 03:45:44 2014 +0000
+++ b/Definitions.h	Mon Mar 17 05:07:39 2014 +0000
@@ -49,9 +49,10 @@
 
 // Light Configuration
 #define LIGHT_NAME                  "light-mqtt-%d"                 // name of each light in this endpoint
+#define LIGHT_BLINK_WAIT_MS         1000                            // time between blinks (ms)
 
 // Philips Light Config
-#define PL_ENABLE                   true                           // true - enable for endpoint light, false - disable
+#define PL_ENABLE                   false                           // true - enable for endpoint light, false - disable
 #define PL_LIGHT_ID                 PL_LIGHT_ID_BILL               // Default light for Philips Light
 
 // External LED Light Configuration