MBED MQTT Lighting Endpoint for NXP LPC1768+AppBoard

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

Revision:
84:a50f8d0ec197
Parent:
83:9cdb55b03e4c
Child:
85:9fdd9198001c
--- a/Definitions.h	Thu Mar 06 05:37:02 2014 +0000
+++ b/Definitions.h	Thu Mar 06 06:00:31 2014 +0000
@@ -42,8 +42,8 @@
 #define PL_LIGHT_ID                 PL_LIGHT_ID_DOUG                // Default light for Philips Light
 
 // Endpoint GPS Coordinates/Location
-#define ENDPOINT_LOCATION           "Las Vegas, Nevada"              // Where this light/endpoint lives
-#define ENDPOINT_GPS_COORDS         "115.136839 36.135278"           // near conference center 
+#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 
 
 // Keyword Definitions for MQTT packets
 #define IOC_REQUEST_LOAD_ALL_VERB   "load"