ESPHome 2026.5.0
Loading...
Searching...
No Matches
esphome::OptionalContinuation< Enabled, Ts > Struct Template Reference

#include <base_automation.h>

Public Member Functions

 OptionalContinuation (Action< Ts... > *parent)
 

Data Fields

ContinuationAction< Ts... > action
 

Detailed Description

template<bool Enabled, typename... Ts>
struct esphome::OptionalContinuation< Enabled, Ts >

Definition at line 278 of file base_automation.h.

Constructor & Destructor Documentation

◆ OptionalContinuation()

template<bool Enabled, typename... Ts>
esphome::OptionalContinuation< Enabled, Ts >::OptionalContinuation ( Action< Ts... > * parent)
inlineexplicit

Definition at line 280 of file base_automation.h.

Field Documentation

◆ action

template<bool Enabled, typename... Ts>
ContinuationAction<Ts...> esphome::OptionalContinuation< Enabled, Ts >::action

Definition at line 279 of file base_automation.h.


The documentation for this struct was generated from the following file: