38 lines
967 B
JSON
38 lines
967 B
JSON
{
|
|
"code": 200,
|
|
"msg": "success",
|
|
"data": {
|
|
"task_id": "rag-irr-123",
|
|
"status": "SUCCESS",
|
|
"result": {
|
|
"plan": {
|
|
"frequencyPerWeek": 3,
|
|
"durationMinutes": 42,
|
|
"bestTimeOfDay": "صبح زود",
|
|
"moistureLevel": 68,
|
|
"warning": "در صورت بارش موثر، نوبت سوم این هفته را حذف کنید."
|
|
},
|
|
"raw_response": "{\"plan\":{\"frequencyPerWeek\":3,\"durationMinutes\":42}}",
|
|
"water_balance": {
|
|
"daily": [
|
|
{
|
|
"forecast_date": "2025-03-25",
|
|
"et0_mm": 4.7,
|
|
"etc_mm": 5.6,
|
|
"effective_rainfall_mm": 0.0,
|
|
"gross_irrigation_mm": 6.2,
|
|
"irrigation_timing": "06:00-08:00"
|
|
}
|
|
],
|
|
"crop_profile": {
|
|
"kc_initial": 0.6,
|
|
"kc_mid": 1.15,
|
|
"kc_end": 0.8
|
|
},
|
|
"active_kc": 1.15
|
|
},
|
|
"status": "completed"
|
|
}
|
|
}
|
|
}
|