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:
110:b7a403dbceb6
Parent:
101:dbcd3bc51758
Child:
117:5de54f09f754
--- a/DeviceIntegration.cpp	Wed May 13 13:54:17 2015 +0000
+++ b/DeviceIntegration.cpp	Wed May 13 15:00:24 2015 +0000
@@ -8,11 +8,11 @@
 
 DeviceIntegration::DeviceIntegration(AbstractSmartRest& client, SmartRestTemplate& tpl,
     DeviceInfo& deviceInfo) :
+    _init(false),
     _tpl(tpl),
     _client(client),
     _deviceInfo(deviceInfo)
 {
-    _init = false;
 }
 
 bool DeviceIntegration::init()