MBED_DEMOS / Mbed 2 deprecated mbed_mqtt_endpoint_ublox_ethernet

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

Revision:
88:b3a5038fc367
Parent:
87:0f8e3fb8cbb6
Child:
91:345a3a224e0f
diff -r 0f8e3fb8cbb6 -r b3a5038fc367 EmulatedResourceFactory.cpp
--- a/EmulatedResourceFactory.cpp	Sun Mar 09 16:54:30 2014 +0000
+++ b/EmulatedResourceFactory.cpp	Sun Mar 09 16:56:09 2014 +0000
@@ -65,7 +65,7 @@
  // create resources
  void EmulatedResourceFactory::createResources(char *endpoint_name) {
     // create all of the resources we expect for this endpoint
-    this->createResource("/dev/addldata","AdditionalData");
+    this->createResource("/dev/addldata","id:0");
     this->createResource("/dev/location",ENDPOINT_LOCATION);
     this->createResource("/fw/devtype","Light");
     this->createResource("/dev/bat","0.0",(void *)&init_battery,NULL);