B1CropTemperatureRange
- Defines the temperature ranges for crop growth, separating the
* growable range from the optimal range for best crop quality.
| Property | Type | Description | Metadata |
|---|---|---|---|
| GrowableTempMin | int32 | Minimum temperature at which the crop can grow. | Category: B1CropTemperatureRange |
| GrowableTempMax | int32 | Maximum temperature at which the crop can grow. | Category: B1CropTemperatureRange |
| OptimalTempMin | int32 | Minimum temperature for optimal crop growth. | Category: B1CropTemperatureRange |
| OptimalTempMax | int32 | Maximum temperature for optimal crop growth. | Category: B1CropTemperatureRange |