Condition_TemperatureRange
Description
Checks whether the current temperature range satisfies the comparison against the specified range value.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The object used as the context for this condition check. |
| CompareType | Supported compare types: Equal, NotEqual, Greater, Less, GreaterOrEqual, LessOrEqual. |
| S1 | The temperature range to compare against (EB1TemperatureRange: Freezing, Cold, Cool, Mild, Warm, Burning, Heatwave). |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if the current temperature range is Cold | Self | TemperatureRange | Equal |
| Check if the temperature is Warm or higher | Self | TemperatureRange | GreaterOrEqual |
| Check if the temperature is not Freezing | Self | TemperatureRange | NotEqual |
| Check if the temperature is below Mild | Self | TemperatureRange | Less |