|
ESPHome 2026.8.2
|
Template wrapper that provides inline std::array storage for timings. More...
#include <filter.h>
Public Member Functions | |
| AutorepeatFilter (std::initializer_list< AutorepeatFilterTiming > timings) | |
Public Member Functions inherited from esphome::binary_sensor::AutorepeatFilterBase | |
| optional< bool > | new_value (bool value) override |
| AutorepeatFilterBase (const AutorepeatFilterBase &)=delete | |
| AutorepeatFilterBase & | operator= (const AutorepeatFilterBase &)=delete |
Public Member Functions inherited from esphome::binary_sensor::Filter | |
| virtual void | input (bool value) |
| void | output (bool value) |
Protected Attributes | |
| std::array< AutorepeatFilterTiming, N > | timings_storage_ {} |
Protected Attributes inherited from esphome::binary_sensor::AutorepeatFilterBase | |
| const AutorepeatFilterTiming * | timings_ {nullptr} |
| uint8_t | timings_count_ {0} |
| uint8_t | active_timing_ {0} |
Protected Attributes inherited from esphome::binary_sensor::Filter | |
| friend | BinarySensor |
| Filter * | next_ {nullptr} |
| BinarySensor * | parent_ {nullptr} |
| Deduplicator< bool > | dedup_ |
Additional Inherited Members | |
Protected Member Functions inherited from esphome::binary_sensor::AutorepeatFilterBase | |
| AutorepeatFilterBase ()=default | |
| void | next_timing_ () |
| void | next_value_ (bool val) |
Template wrapper that provides inline std::array storage for timings.
N is set by code generation to match the exact number of timings configured in YAML.
|
inlineexplicit |
|
protected |