Structure "Refrigerator temperature range"
This structure describes the temperature range for the refrigerator.
It is a part of the "Freight" structure and "Vehicles" structure
under the name refrigeratorRegime.
Field description
| Name | Description | Data type | Required |
|---|---|---|---|
| from | Temperature range from. | Number | + |
| to | Temperature range to. | Number | + |
Sample
{
"from": -10,
"to": -5
}