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
- Config
model
- DataPointQueryModel
ApiResponse
public static ApiResponse currentDataPoints(Config config, DataPointQueryModel model)
config
- Config
model
- DataPointQueryModel
ApiResponse
public static ApiResponse syncCmds(Config config, SyncCmdsModel model)
config
- Config
model
- 请求参数对象ApiResponse
Copyright © 2023. All rights reserved.