public class DataPointApi extends Object
数据流API
| 构造器和说明 |
|---|
DataPointApi() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ApiResponse |
currentDataPoints(Config config,
DataPointQueryModel model)
批量查询产品下设备最新数据点
|
static ApiResponse |
historyDataPoints(Config config,
DataPointQueryModel model)
查询设备数据点
|
static ApiResponse |
syncCmds(Config config,
SyncCmdsModel model)
MQTT命令下发
|
public static ApiResponse historyDataPoints(Config config, DataPointQueryModel model)
config - Configmodel - DataPointQueryModelApiResponsepublic static ApiResponse currentDataPoints(Config config, DataPointQueryModel model)
config - Configmodel - DataPointQueryModelApiResponsepublic static ApiResponse syncCmds(Config config, SyncCmdsModel model)
config - Configmodel - 请求参数对象ApiResponseCopyright © 2024. All rights reserved.