You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@arduino/arduino-iot-client",
3
-
"version": "2.0.1",
3
+
"version": "2.0.2",
4
4
"description": " Provides a set of endpoints to manage Arduino IoT Cloud **Devices**, **Things**, **Properties** and **Timeseries**. This API can be called just with any HTTP Client, or using one of these clients: * [Javascript NPM package](https://www.npmjs.com/package/@arduino/arduino-iot-client) * [Python PYPI Package](https://pypi.org/project/arduino-iot-client/) * [Golang Module](https://github.com/arduino/iot-client-go)",
@@ -98,7 +100,7 @@ export default class DevicesV2OtaApi {
98
100
* @param {Object} opts Optional parameters
99
101
* @param {Boolean} [async = true)] If false, wait for the full OTA process, until it gets a result from the device
100
102
* @param {Number} [expireInMins = 10)] Binary expire time in minutes, default 10 mins
101
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
103
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ArduinoDevicev2Otaupload} and HTTP response
102
104
*/
103
105
devicesV2OtaUploadWithHttpInfo(id,otaFile,opts){
104
106
opts=opts||{};
@@ -127,8 +129,8 @@ export default class DevicesV2OtaApi {
0 commit comments