diff --git a/src/reactComponents/docs/docSection.tsx b/src/reactComponents/docs/docSection.tsx index 83e3abf..8f78761 100644 --- a/src/reactComponents/docs/docSection.tsx +++ b/src/reactComponents/docs/docSection.tsx @@ -9,6 +9,10 @@ export type DocSection = { export const parameters = { hysteresis: "Minimum temperature difference for a change to occur.", responseTime: "Minimum time for a change to occur.", + onThewayDown: + "Hysteresis and response time parameters will only apply if the temperature is dropping, not increasing.", + ignoreHysteresis: + "Hysteresis and response time parameters will be ignored as soon at the minimum or maximum temperature point set by the fan curve is hit. Hysteresis will apply when re-entering the set temperature range.", tempSource: "Source to use as input.", functions: "Choose between Max, Min, Average, Sum, Subtract." }; diff --git a/src/reactComponents/docs/fanCurves.tsx b/src/reactComponents/docs/fanCurves.tsx index 989ba02..0007f9c 100644 --- a/src/reactComponents/docs/fanCurves.tsx +++ b/src/reactComponents/docs/fanCurves.tsx @@ -77,6 +77,8 @@ const linear: DocSection = {