主通道控制水肥机
{ "eui": "{{eui}}", "channelNo": 1, "en": 0, "type": "water" }
curl --location -g --request POST 'https://console.sciento.cn/wopen/v1//device/water-fertilizer/control' \ --header 'Authorization: ' \ --header 'Content-Type: application/json' \ --data-raw '{ "eui": "", "channelNo": 1, "en": 0, "type": "water" }'
{ "type": true, "code": 200, "data": 1 // 不为0,则为成功,0为失败 }