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:
4:380d79b22468
Parent:
2:e949b5a5f40a
Child:
5:1ba6e68bf50e
--- a/EmulatedResourceFactory.cpp	Wed Mar 26 20:17:11 2014 +0000
+++ b/EmulatedResourceFactory.cpp	Thu Mar 27 03:52:29 2014 +0000
@@ -94,7 +94,7 @@
     this->createResource(endpoint_name,"/lt/0/dim","25",(void *)&emulated_light_dimming_cb);          // Action: dim/brighten light
     this->createResource("/nw/eripaddr","N/A");
     this->createResource(endpoint_name,"/lt/0/on","1",(void *)&emulated_light_switch_cb);             // Action: light on/off
-    this->createResource(endpoint_name,"/lt/0/ctr","1",(void *)&emulated_light_switch_cb);             // Action: light on/off
+    //this->createResource(endpoint_name,"/lt/0/ctr","1",(void *)&emulated_light_switch_cb);             // Action: light on/off
     this->createResource("/dev/mdl","MQTT MBED Light");
     this->createResource("/dev/mfg",PLATFORM_STRING);
     this->createResource("/gps/int","60");