1.6.0 (#197)
This commit is contained in:
Родитель
7eb333088d
Коммит
4bfff9cb24
|
@ -1,4 +1,4 @@
|
|||
## 1.6.0 (2018-10-31)
|
||||
## 1.6.0 (2018-11-02)
|
||||
### Added
|
||||
* Add device twin templates for Node.js code generation
|
||||
* Add configuration to enable auto refresh and set refresh interval ([@tomaszbartoszewski](https://github.com/tomaszbartoszewski): [#184](https://github.com/Microsoft/vscode-azure-iot-toolkit/pull/184))
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "azure-iot-toolkit",
|
||||
"displayName": "Azure IoT Toolkit",
|
||||
"description": "Interact with Azure IoT Hub, IoT Device Management, IoT Edge Management, IoT Hub Code Generation",
|
||||
"version": "1.6.0-rc",
|
||||
"version": "1.6.0",
|
||||
"publisher": "vsciot-vscode",
|
||||
"aiKey": "0caaff90-cc1c-4def-b64c-3ef33615bc9b",
|
||||
"icon": "logo.png",
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
'use strict';
|
||||
|
||||
// Run 'npm install azure-iot-device-mqtt' to install the required libraries for this application
|
||||
var Client = require('azure-iot-device').Client;
|
||||
var Protocol = require('azure-iot-device-mqtt').Mqtt;
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
"use strict";
|
||||
|
||||
// Run 'npm install azure-iothub' to install the required libraries for this application
|
||||
var Registry = require('azure-iothub').Registry;
|
||||
|
||||
var connectionString = "{{iotHubConnectionString}}";
|
||||
|
|
Загрузка…
Ссылка в новой задаче