More advanced NanoService Demo for LPC1768 App Board using OMA Lightweight Objects

Dependencies:   Beep C12832_lcd EthernetInterface LM75B MMA7660 mbed-rtos mbed nsdl_lib

Fork of LWM2M_NanoService_Ethernet by MBED_DEMOS

Revision:
8:f0ecb62bda47
Parent:
3:52c1b649eb04
Child:
20:84ee332ba360
diff -r 6b068978be9a -r f0ecb62bda47 resources/temperature.cpp
--- a/resources/temperature.cpp	Tue Oct 22 10:50:05 2013 +0000
+++ b/resources/temperature.cpp	Tue Feb 04 05:19:54 2014 +0000
@@ -6,7 +6,7 @@
 #include "nsdl_support.h"
 #include "temperature.h"
 
-#define TEMP_RES_ID     "sen/temp"
+#define TEMP_RES_ID     "303/0/5700"
 
 static LM75B tmp(p28,p27);
 /* stored data for observable resource */