MBED MQTT Lighting Endpoint for NXP LPC1768+AppBoard

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

Revision:
260:ed171435e410
Parent:
249:feb98bc83ea3
Child:
267:a1ce378fefd1
--- a/Definitions.h	Thu Sep 11 05:58:25 2014 +0000
+++ b/Definitions.h	Fri Sep 12 21:28:31 2014 +0000
@@ -59,14 +59,15 @@
 // 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               "Bilbao Spain Utilities"       // Where this light/endpoint lives
-#define ENDPOINT_GPS_COORDS             "-2.923628 43.263383"          // Bilbao spain  
-
+//#define ENDPOINT_LOCATION               "Bilbao Spain Utilities"       // Where this light/endpoint lives
+//#define ENDPOINT_GPS_COORDS             "-2.923628 43.263383"          // Bilbao spain  
+#define ENDPOINT_LOCATION               "Santa Clara Utilities"            // Where this light/endpoint lives
+#define ENDPOINT_GPS_COORDS             "-121.973195 37.404120"     // Santa Clara, CA 
 
 // MBED doesnt have a good notion of time - so we code it here
-#define ENDPOINT_STARTTIME          "\"STARTDATETIME\":\"2014-03-09T22:03:06-07:00\","
-#define ENDPOINT_STOPTIME           "\"ENDDATETIME\":\"2015-03-10T03:35:55-07:00\","
-#define ENDPOINT_TIMEZONE           "\"TIMEZONEOFFSET\":\"-07:00\""
+#define ENDPOINT_STARTTIME          "\"STARTDATETIME\":\"2014-08-09T22:03:06-07:00\","
+#define ENDPOINT_STOPTIME           "\"ENDDATETIME\":\"2015-11-10T03:35:55-07:00\","
+#define ENDPOINT_TIMEZONE           "\"TIMEZONEOFFSET\":\"-08:00\""
 
 // DEBUG Memory Debug Enable/Disable
 // #define ENABLE_MEMORY_DEBUG         true             // false - disable, true - enable