Core Base Classes for the Light Endpoints

Dependencies:   BufferedSerial

Dependents:   mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_ethernet ... more

Revision:
102:432e7450a8fc
Parent:
100:41dfe7231da0
Child:
109:c34e2cf341a4
--- a/CommonDefinitions.h	Fri Mar 14 21:47:58 2014 +0000
+++ b/CommonDefinitions.h	Sat Mar 15 05:29:21 2014 +0000
@@ -56,7 +56,8 @@
 #define PL_LIGHT_ID_DOUG            1                               // Dougs Light
 #define PL_LIGHT_ID_BILL            2                               // Bills Light
 #define PL_LIGHT_ID_KERRY           3                               // Kerrys Light
-#define PL_GW_ADDRESS               "192.168.1.178"                 // Philips Gateway in IOT lab (Austin)
+//#define PL_GW_ADDRESS               "192.168.1.178"                 // Philips Gateway in IOT lab (Austin)
+#define PL_GW_ADDRESS               "10.1.0.82"                     // Philips Gateway in IOT lab (Home)
 #define PL_DEFAULT_STATE            LIGHT_DEFAULT_STATE             // on
 #define PL_DEFAULT_DIM              11                              // dim value
 #define PL_URL_BUFFER_LEN           128