aliyun-iot-device-sdk
Advanced tools
Comparing version 0.2.15 to 0.2.16
@@ -88,3 +88,3 @@ 'use strict'; | ||
_this.timestamp = Date.now(); | ||
_this.clientId = config.clientId || _this.productKey + '&' + _this.deviceName + '&' + _this.timestamp; | ||
_this.clientId = config.clientId + '_aliyun-iot-sdk-nodejs' || _this.productKey + '&' + _this.deviceName + '_aliyun-iot-sdk-nodejs'; | ||
_this._props = {}; | ||
@@ -91,0 +91,0 @@ _this.postPropsTopic = util.format(TOPICS.PROPERTY_POST_TOPIC, _this.productKey, _this.deviceName); |
{ | ||
"name": "aliyun-iot-device-sdk", | ||
"version": "0.2.15", | ||
"version": "0.2.16", | ||
"description": "aliyun iot device sdk", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
50280