
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 263:1ee458d70637, committed 2014-09-10
- Comitter:
- ansond
- Date:
- Wed Sep 10 16:19:18 2014 +0000
- Parent:
- 262:624023d45683
- Child:
- 264:49522d3ac12e
- Commit message:
- updates for new location
Changed in this revision
Definitions.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/Definitions.h Tue Sep 09 21:10:43 2014 +0000 +++ b/Definitions.h Wed Sep 10 16:19:18 2014 +0000 @@ -62,11 +62,13 @@ // Endpoint GPS Coordinates/Location //#define ENDPOINT_LOCATION "Las Vegas Police Dept" // Copcar location //#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 "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 // MBED doesnt have a good notion of time - so we code it here -#define ENDPOINT_STARTTIME "\"STARTDATETIME\":\"2014-07-25T22:03:06-07:00\"," +#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\""