|
ESPHome 2026.1.0-dev
|
#include <automation.h>
Public Member Functions | |
| NumberInRangeCondition (Number *parent) | |
| void | set_min (float min) |
| void | set_max (float max) |
| bool | check (const Ts &...x) override |
Public Member Functions inherited from esphome::Condition< Ts... > | |
| bool | check_tuple (const std::tuple< Ts... > &tuple) |
| Call check with a tuple of values as parameter. | |
Protected Attributes | |
| Number * | parent_ |
| float | min_ {NAN} |
| float | max_ {NAN} |
Additional Inherited Members | |
Protected Member Functions inherited from esphome::Condition< Ts... > | |
| bool | check_tuple_ (const std::tuple< Ts... > &tuple, std::index_sequence< S... >) |
Definition at line 70 of file automation.h.
|
inline |
Definition at line 72 of file automation.h.
|
inlineoverridevirtual |
Implements esphome::Condition< Ts... >.
Definition at line 76 of file automation.h.
|
inline |
Definition at line 75 of file automation.h.
|
inline |
Definition at line 74 of file automation.h.
|
protected |
Definition at line 90 of file automation.h.
|
protected |
Definition at line 89 of file automation.h.
|
protected |
Definition at line 88 of file automation.h.