mqtt specific components for the impact mbed endpoint library

Dependents:   mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_mqtt_endpoint_nxp

Revision:
7:8a4a61202b36
Parent:
3:ade23c97d256
Child:
8:17c29d3b967b
--- a/MQTTDefinitions.h	Thu Mar 27 18:14:05 2014 +0000
+++ b/MQTTDefinitions.h	Fri Mar 28 16:24:22 2014 +0000
@@ -33,9 +33,7 @@
 #define PREFERENCES_FILE            "/local/mqtt.cfg"               // preferences file for endpoint  
 
 // Light Configuration
-#define LIGHT_NAME                  "light-mqtt-%d"                 // name of each light in this endpoint
-#define LIGHT_BLINK_WAIT_MS         1000                            // time between blinks (ms)
-#define LIGHT_NAME_INDEX            1                               // start index for the ID of the light name
+#define PERSONALITY_NAME            "light-mqtt-%d"                 // name of each personality (i.e. light) in this endpoint
 
 // Keyword Definitions for MQTT packets
 #define IOC_REQUEST_LOAD_ALL_VERB   "load"