Official reference client implementation for Cumulocity SmartREST on u-blox C027.

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Vincent Wochnik

Revision:
77:f6717e4eccc4
Parent:
41:804f6a0bda26
Child:
97:ea056f6be2e8
--- a/DeviceInfo.h	Wed Feb 25 10:06:11 2015 +0000
+++ b/DeviceInfo.h	Tue Mar 03 14:10:09 2015 +0000
@@ -19,7 +19,7 @@
     const char * imei();
     const char * cellId();
     const char * iccid();
-    SignalQuality * signalQuality();
+    SignalQuality * signalQuality(bool realTime=true);
 
 protected:
     bool refreshNetStatus();