tencentcloud-sdk-nodejs-iotexplorer 4.1.50 → 4.1.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -309,7 +309,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
309
309
|
*/
|
|
310
310
|
GetDeviceSumStatistics(req: GetDeviceSumStatisticsRequest, cb?: (error: string, rep: GetDeviceSumStatisticsResponse) => void): Promise<GetDeviceSumStatisticsResponse>;
|
|
311
311
|
/**
|
|
312
|
-
*
|
|
312
|
+
* 提供删除某个项目的能力。
|
|
313
313
|
*/
|
|
314
314
|
DeleteProject(req: DeleteProjectRequest, cb?: (error: string, rep: DeleteProjectResponse) => void): Promise<DeleteProjectResponse>;
|
|
315
315
|
/**
|
|
@@ -405,7 +405,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
405
405
|
*/
|
|
406
406
|
UpdateDevicesEnableState(req: UpdateDevicesEnableStateRequest, cb?: (error: string, rep: UpdateDevicesEnableStateResponse) => void): Promise<UpdateDevicesEnableStateResponse>;
|
|
407
407
|
/**
|
|
408
|
-
*
|
|
408
|
+
* 修改项目。
|
|
409
409
|
*/
|
|
410
410
|
ModifyProject(req: ModifyProjectRequest, cb?: (error: string, rep: ModifyProjectResponse) => void): Promise<ModifyProjectResponse>;
|
|
411
411
|
/**
|
|
@@ -481,7 +481,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
481
481
|
return this.request("GetDeviceSumStatistics", req, cb);
|
|
482
482
|
}
|
|
483
483
|
/**
|
|
484
|
-
*
|
|
484
|
+
* 提供删除某个项目的能力。
|
|
485
485
|
*/
|
|
486
486
|
async DeleteProject(req, cb) {
|
|
487
487
|
return this.request("DeleteProject", req, cb);
|
|
@@ -623,7 +623,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
623
623
|
return this.request("UpdateDevicesEnableState", req, cb);
|
|
624
624
|
}
|
|
625
625
|
/**
|
|
626
|
-
*
|
|
626
|
+
* 修改项目。
|
|
627
627
|
*/
|
|
628
628
|
async ModifyProject(req, cb) {
|
|
629
629
|
return this.request("ModifyProject", req, cb);
|