Skip to main content

Condition_TemperatureRange

Description

Checks whether the current temperature range satisfies the comparison against the specified range value.

Parameters

ParameterDescription
BaseObjectThe object used as the context for this condition check.
CompareTypeSupported compare types: Equal, NotEqual, Greater, Less, GreaterOrEqual, LessOrEqual.
S1The temperature range to compare against (EB1TemperatureRange: Freezing, Cold, Cool, Mild, Warm, Burning, Heatwave).

Examples

DescriptionBaseObjectCommandCompareType
Check if the current temperature range is ColdSelfTemperatureRangeEqual
Check if the temperature is Warm or higherSelfTemperatureRangeGreaterOrEqual
Check if the temperature is not FreezingSelfTemperatureRangeNotEqual
Check if the temperature is below MildSelfTemperatureRangeLess