MBED MQTT Lighting Endpoint for NXP LPC1768+AppBoard

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

Revision:
241:f0e47c31bd04
Parent:
240:ddc9d4962a86
Child:
249:feb98bc83ea3
--- a/Definitions.h	Wed Jul 16 17:29:15 2014 +0000
+++ b/Definitions.h	Thu Jul 17 17:03:13 2014 +0000
@@ -54,8 +54,11 @@
 #define PL_LIGHT_ID                 PL_LIGHT_ID_BILL                // Default light for Philips Light
 
 // Endpoint GPS Coordinates/Location
-#define ENDPOINT_LOCATION           "Las Vegas Country Club"         // Where this light/endpoint lives
-#define ENDPOINT_GPS_COORDS         "-115.143470 36.131916"          // golf course -115.143470 36.131916 
+//#define ENDPOINT_LOCATION           "Las Vegas Country Club"         // Where this light/endpoint lives
+//#define ENDPOINT_GPS_COORDS         "-115.143470 36.131916"          // golf course -115.143470 36.131916 
+#define ENDPOINT_LOCATION               "Bilbao Spain Utilities"       // Where this light/endpoint lives
+#define ENDPOINT_GPS_COORDS             "-2.923628 43.263383"          // Bilbao spain  
+
 
 // MBED doesnt have a good notion of time - so we code it here
 #define ENDPOINT_STARTTIME          "\"STARTDATETIME\":\"2014-03-09T22:03:06-07:00\","