|
Description
|
In ses_facility.c, the fan sensors are declared as type FAN. While
this makes logical sense, it is in fact a threshold-based sensor,
and uses the threshold #defines to indicate failure. For
programmatic consumers to correctly consume this state, the type
needs to be THRESHOLD_STATE.
|