#include <filter.h>
|
| | LambdaFilter (std::function< optional< bool >(bool)> f) |
| |
| optional< bool > | new_value (bool value) override |
| |
| virtual void | input (bool value) |
| |
| void | output (bool value) |
| |
Definition at line 119 of file filter.h.
◆ LambdaFilter()
| esphome::binary_sensor::LambdaFilter::LambdaFilter |
( |
std::function< optional< bool >(bool)> | f | ) |
|
|
explicit |
◆ new_value()
| optional< bool > esphome::binary_sensor::LambdaFilter::new_value |
( |
bool | value | ) |
|
|
overridevirtual |
◆ f_
| std::function<optional<bool>(bool)> esphome::binary_sensor::LambdaFilter::f_ |
|
protected |
The documentation for this class was generated from the following files: