-
Notifications
You must be signed in to change notification settings - Fork 487
Fan configuration
Stefan Hirschmann edited this page Nov 5, 2016
·
1 revision
Defines how NBFC controls a fan.
A fan configuration element consists of 3 parts:
- Basic fan configuration
- Two or more Temperature threshold elements
- Zero or more Fan speed percentage override elements
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>