|
ESPHome 2026.8.0-dev
|
Action to set single poll period parameter. More...
#include <automation.h>
Protected Member Functions | |
| void | play (const Ts &...x) override |
| void | apply_locked (otInstance *instance) override |
Protected Member Functions inherited from esphome::Action< Ts... > | |
| void | play_next_ (const Ts &...x) |
| void | play_next_tuple_ (const std::tuple< Ts... > &tuple, std::index_sequence< S... >) |
| void | play_next_tuple_ (const std::tuple< Ts... > &tuple) |
| virtual void | stop () |
| void | stop_next_ () |
| bool | is_running_next_ () |
Protected Member Functions inherited from esphome::openthread::OpenThreadComponentBaseAction | |
| void | lock_and_apply_ () |
| Fetch OT lock and then call apply_locked. | |
| void | warn_ftd_no_op_ () |
| Log a warning that this action has no effect on FTD devices. | |
Additional Inherited Members | |
Public Member Functions inherited from esphome::Action< Ts... > | |
| virtual void | play_complex (const Ts &...x) |
| virtual void | stop_complex () |
| virtual bool | is_running () |
| Check if this or any of the following actions are currently running. | |
| int | num_running_total () |
| The total number of actions that are currently running in this plus any of the following actions in the chain. | |
Public Member Functions inherited from esphome::openthread::OpenThreadComponentBaseAction | |
| OpenThreadComponentBaseAction (OpenThreadComponent *ot) | |
Public Member Functions inherited from esphome::Parented< OpenThreadComponent > | |
| Parented () | |
| Parented (OpenThreadComponent *parent) | |
| OpenThreadComponent * | get_parent () const |
| Get the parent of this object. | |
| void | set_parent (OpenThreadComponent *parent) |
| Set the parent of this object. | |
Protected Attributes inherited from esphome::Action< Ts... > | |
| friend | ActionList< Ts... > |
| Action< Ts... > * | next_ |
| int | num_running_ |
| The number of instances of this sequence in the list of actions that is currently being executed. | |
Protected Attributes inherited from esphome::Parented< OpenThreadComponent > | |
| OpenThreadComponent * | parent_ |
Static Protected Attributes inherited from esphome::openthread::OpenThreadComponentBaseAction | |
| static constexpr uint32_t | LOCK_ACQUIRE_TIMEOUT_MS = 100 |
| Timeout (ms) for acquiring OT lock. | |
Action to set single poll period parameter.
Definition at line 22 of file openthread.h.
|
inlineoverrideprotectedvirtual |
Implements esphome::openthread::OpenThreadComponentBaseAction.
Definition at line 57 of file automation.h.
|
inlineoverrideprotectedvirtual |
Implements esphome::Action< Ts... >.
Definition at line 47 of file automation.h.