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:
22:afb208d1d79e
Parent:
20:ee03f10c074e
Child:
29:ac6390032cec
diff -r 54e3ad1c5c2e -r afb208d1d79e MQTTDefinitions.h
--- a/MQTTDefinitions.h	Tue Apr 01 22:15:44 2014 +0000
+++ b/MQTTDefinitions.h	Wed Apr 02 02:30:33 2014 +0000
@@ -34,12 +34,14 @@
 
 // Personality Name Configuration
 #ifdef LIGHT_PERSONALITY
-    #define PERSONALITY_NAME        "light-mqtt-%d"      // name of each personality (i.e. light) in this endpoint
-    #define PERSONALITY_TYPE        LIGHT_TYPE_STRING   // type of personality
+    #define PERSONALITY_NAME        "light-mqtt-%d"                 // name of each personality (i.e. light) in this endpoint
+    #define PERSONALITY_TYPE        LIGHT_TYPE_STRING               // type of personality
+    #define MQTT_ENDPOINT_TYPE      "MBED MQTT Light Node"          // mfg type
 #endif
 #ifdef COPCAR_PERSONALITY
-    #define PERSONALITY_NAME        "copcar-mqtt-%d"     // name of each personality (i.e. copcar) in this endpoint
-    #define PERSONALITY_TYPE        "Cop Car"           // type of personality
+    #define PERSONALITY_NAME        "copcar-mqtt-%d"                // name of each personality (i.e. copcar) in this endpoint
+    #define PERSONALITY_TYPE        "Cop Car"                       // type of personality
+    #define MQTT_ENDPOINT_TYPE      "MBED MQTT Cop Car"             // mfg type
 #endif
 
 // Keyword Definitions for MQTT packets