Skip to content
Stefan Hirschmann edited this page Nov 5, 2016 · 1 revision

Defines how NBFC controls a fan.

A fan configuration element consists of 3 parts:

Structure of a fan configuration element:

<FanConfiguration>
    <!-- 
        Basic fan configuration
    -->
    <TemperatureThresholds>
        <!-- 
            Two or more <TemperatureThreshold/> elements
        -->
    </TemperatureThresholds>
    <FanSpeedPercentageOverrides>
        <!-- 
            Zero or more <FanSpeedPercentageOverride/> elements
        -->
    </FanSpeedPercentageOverrides>
</FanConfiguration>