curl --location -g --request GET 'https://console.sciento.cn/wopen/v1//device/injection//collection' \
--header 'Authorization: ' \
--header 'Content-Type: application/json'
{
"type": true,
"code": 200,
"data": [
{
"id": 10110, // 通道Id
"concentratorId": 10124, // 设备Id
"channel": -1, // 通道号
"mainInstantFlow": 20.36, // 主管道瞬时流量
"mainTotalFlow": 1067689.1, // 主管道累计流量
"mainPipePress": 0.8, // 主管道压力
"fetPipeExitPress": 0.0, // 肥管道出口压力
"entryEc": 0.0, // 进口ec
"entryPh": 0.0, // 进口ph
"exitEc": 1.2, // 出口ec
"exitPh": 6.0, // 出口ph
"fetLiquidLevel": 1.23, //该通道肥液位高度
"fetInstantFlow": 123.45, // 该通道肥瞬时流量
"fetTotalFlow": 29910.31, // 该通道肥累计流量
"mainUsedFlow": 359.0, // 主通道本次使用流量
"fetUsedFlow": 1.16, // 施肥通道本次使用流量
"speed": 0, // 注肥泵转速百分比
"fetRemainder": 1476, // 肥桶剩余量
"waterInstantFlow": 9312.11, // 加水瞬时流量
"waterUsedFlow": 0.0, // 本次加水量
"waterTotalFlow": 9312.05 // 历史累积用水量
},......
]
}