Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
srware committed Apr 23, 2020
2 parents 956c73e + 14832ef commit 0ed2559
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/proxies/iot.rest.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ IoTKitRestCloud.prototype.activation = function (data, callback) {
var secret = { };
if (!err && response && response.deviceToken && response.domainId) {
secret.deviceToken = response.deviceToken;
secret.refreshToken = response.refreshToken;
secret.accountId = response.domainId;
secret.status = 0;
} else {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-iot-service-platform/oisp-sdk-js",
"version": "1.1.2",
"version": "1.1.3",
"description": "OISP SDK for Node.js",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 0ed2559

Please sign in to comment.