Dieter Graef / iothub_client

Dependents:   STM32F746_iothub_client_sample_mqtt

Fork of iothub_client by Azure IoT

Revision:
32:6e9d81a62085
Parent:
22:b8732db970af
Child:
34:578a1a3636cc
diff -r 741eacddf296 -r 6e9d81a62085 iothub_client_private.h
--- a/iothub_client_private.h	Mon Jan 25 19:21:04 2016 -0800
+++ b/iothub_client_private.h	Thu Jan 28 10:04:01 2016 -0800
@@ -29,7 +29,8 @@
 #define MESSAGE_ENDPOINT "/messages/devicebound"
 #define MESSAGE_ENDPOINT_HTTP "/messages/devicebound"
 #define MESSAGE_ENDPOINT_HTTP_ETAG "/messages/devicebound/"
-#define CLIENT_DEVICE_TYPE_PREFIX "iothubclient/"
+#define CLIENT_DEVICE_TYPE_PREFIX "iothubclient"
+#define CLIENT_DEVICE_BACKSLASH "/"
 #define CBS_REPLY_TO "cbs"
 #define CBS_ENDPOINT "/$" CBS_REPLY_TO
 #define API_VERSION "?api-version=2015-08-15-preview"