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:
66:31c754c36ed7
Parent:
65:a62dbef2f924
Child:
67:c360a2b2c948
--- a/MbedAgent.h	Thu Oct 30 13:38:20 2014 +0000
+++ b/MbedAgent.h	Thu Oct 30 14:46:22 2014 +0000
@@ -18,8 +18,8 @@
 
 #define MBED_AGENT_HOST "developer.cumulocity.com"
 #define MBED_AGENT_PORT 80
-#define MBED_AGENT_DEVICE_IDENTIFIER "com_cumulocity_MbedAgent_1.4.1"
-#define MBED_AGENT_INTERVAL 60.0
+#define MBED_AGENT_DEVICE_IDENTIFIER "com_cumulocity_MbedAgent_1.4.2"
+#define MBED_AGENT_INTERVAL 30.0
 
 class MbedAgent
 {