AirflowDirectionComponent: {
    attributes: {
        airflowDirection: WritableAttribute<FanControl.AirflowDirection, any>;
    };
}

A FanControlCluster supports these elements if it supports feature AirflowDirection.

Type declaration

  • Readonlyattributes: {
        airflowDirection: WritableAttribute<FanControl.AirflowDirection, any>;
    }
    • ReadonlyairflowDirection: WritableAttribute<FanControl.AirflowDirection, any>

      Indicates the current airflow direction of the fan. This attribute may be written by the client to indicate a new airflow direction for the fan. This attribute shall be set to one of the values in the AirflowDirectionEnum table.

      MatterSpecification.v13.Cluster § 4.4.6.12