Skip to content

airflow Model Interface

Airflow direction for cooling. May be set for rack to show desired airflow movement from cold to hot area, and for equipment to show constructive air movement.

The directions are specified by single letter and must be one of following values:

ValueDescription
fforward
rrear
bbottom
ttop
lleft
rright

Variables

NameTypeDescriptionRequiredConstant
exhauststrHot exhaust direction
intakestrCold intake direction

Examples

{
  "airflow": {
    "exhaust": "l",
    "intake": "r"
  }
}