IrrigationEventModel
A model used for creating and updating irrigation events
Name | Description | Type | Additional information |
---|---|---|---|
EventDate |
Event date |
date |
Required |
IrrigationMethodId |
irrigation method ID |
integer |
Required |
ManagerAmountRecommendation |
Manager amount in inches. This field is required if ManagerAmountRecommendationHours field is not empty. |
decimal number |
None. |
ManagerAmountRecommendationHours |
Manager amount in hours. This field is required if ManagerAmountRecommendation field is not empty. |
decimal number |
None. |
WaterApplied |
Water applied, in inches. This field is required if WaterAppliedHours field is not empty. |
decimal number |
None. |
WaterAppliedHours |
Water applied, in hours. This field is required if WaterApplied field is not empty. |
decimal number |
None. |
CustomDeficit |
Custom deficit that can be used to override stress setting at the planting setting |
decimal number |
None. |
IsCustomDeficitEnabled |
Tracks whether the user enabled custom deficit |
boolean |
None. |