#include <filter.h>
|
virtual optional< bool > | new_value (bool value, bool is_initial)=0 |
|
void | input (bool value, bool is_initial) |
|
void | output (bool value, bool is_initial) |
|
Definition at line 15 of file filter.h.
◆ input()
void esphome::binary_sensor::Filter::input |
( |
bool |
value, |
|
|
bool |
is_initial |
|
) |
| |
◆ new_value()
virtual optional<bool> esphome::binary_sensor::Filter::new_value |
( |
bool |
value, |
|
|
bool |
is_initial |
|
) |
| |
|
pure virtual |
◆ output()
void esphome::binary_sensor::Filter::output |
( |
bool |
value, |
|
|
bool |
is_initial |
|
) |
| |
◆ BinarySensor
friend esphome::binary_sensor::Filter::BinarySensor |
|
protected |
◆ dedup_
◆ next_
Filter* esphome::binary_sensor::Filter::next_ {nullptr} |
|
protected |
◆ parent_
BinarySensor* esphome::binary_sensor::Filter::parent_ {nullptr} |
|
protected |
The documentation for this class was generated from the following files:
- /opt/build/esphome/esphome/components/binary_sensor/filter.h
- /opt/build/esphome/esphome/components/binary_sensor/filter.cpp