MBED MQTT Lighting Endpoint for NXP Ublox (cellular enabled)

Dependencies:   C027_Support C12832 StatusReporter LM75B MQTT-ansond c027_radios endpoint_core endpoint_mqtt mbed-rtos mbed

Revision:
283:6821d9e35fb8
Parent:
281:c2f37dec536b
Child:
290:28094a495bde
--- a/Definitions.h	Thu Sep 11 05:59:15 2014 +0000
+++ b/Definitions.h	Fri Sep 12 21:29:12 2014 +0000
@@ -84,13 +84,13 @@
 //#define ENDPOINT_GPS_COORDS         "-115.147683 36.131735"       // Las Vegas
 //#define ENDPOINT_LOCATION           "ISSUU Dept - Bilbao Spain"     // Copcar location
 //#define ENDPOINT_GPS_COORDS         "-2.924335 43.262977"           // Bilbao Spain 
-#define ENDPOINT_LOCATION           "Santa Clara Police Dept"     // Copcar location
-#define ENDPOINT_GPS_COORDS         "-121.973001 37.403841"           // Santa Clara CA 
+#define ENDPOINT_LOCATION               "Santa Clara PD"            // Where this light/endpoint lives
+#define ENDPOINT_GPS_COORDS             "-121.973001 37.403841"     // Santa Clara, CA 
 
 // MBED doesnt have a good notion of time - so we code it here
-#define ENDPOINT_STARTTIME          "\"STARTDATETIME\":\"2014-09-20T22:03:06-07:00\","
-#define ENDPOINT_STOPTIME           "\"ENDDATETIME\":\"2015-08-10T03:35:55-07:00\","
-#define ENDPOINT_TIMEZONE           "\"TIMEZONEOFFSET\":\"+01: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