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:
100:47ea098f8a47
Parent:
99:e369fc75c000
Child:
101:dbcd3bc51758
--- a/config/ConfigSync.h	Thu May 07 09:57:55 2015 +0000
+++ b/config/ConfigSync.h	Thu May 07 13:56:19 2015 +0000
@@ -8,7 +8,7 @@
 class ConfigSync
 {
 public:
-    ConfigSync(AbstractSmartRest&, SmartRestTemplate&, long&);
+    ConfigSync(AbstractSmartRest&, SmartRestTemplate&);
     
     bool init();
     bool integrate();
@@ -26,7 +26,6 @@
     bool _changed;
     SmartRestTemplate& _tpl;
     AbstractSmartRest& _client;
-    long& _deviceId;
     DeviceConfiguration _deviceConfiguration;
     ConfigurationProperties _configurationProperties;
 };