curl --location -g --request GET 'https://console.sciento.cn/wopen/v1//device/injection//switch' \ --header 'Authorization: ' \ --header 'Content-Type: application/json'
{ "type": true, "code": 200, "data": [ { "id": 10110, // 主键Id "concentratorId": 10124, // 水肥机设备Id "channel": -1, // 管道 "runStatus": 0, // 运行状态,详见附录 "mainWaterPump": 0, // 主水泵 "backupWaterPump": 0, // 备用水泵 "fetPump": 0, // 肥泵 "waterEntryValve": 0, // 注水阀 "stirringMotor": 0, // 搅拌机 "fetExitValve": 0, //出肥阀 "airValve": 0 // 排气阀 } ] }