Fan configuration - hirschmann/nbfc GitHub Wiki
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>