|
ESPHome 2025.12.0-dev
|
#include <automation.h>
Public Member Functions | |
| TEMPLATABLE_VALUE (int8_t, factory_reset) TEMPLATABLE_VALUE(int8_t | |
| start_after_power_on | TEMPLATABLE_VALUE (int8_t, turn_on_led) TEMPLATABLE_VALUE(int8_t |
| start_after_power_on presence_via_uart | TEMPLATABLE_VALUE (int8_t, sensitivity) TEMPLATABLE_VALUE(float |
| start_after_power_on presence_via_uart delay_after_detect | TEMPLATABLE_VALUE (float, delay_after_disappear) TEMPLATABLE_VALUE(float |
| start_after_power_on presence_via_uart delay_after_detect det_min1 | TEMPLATABLE_VALUE (float, det_max1) TEMPLATABLE_VALUE(float |
| start_after_power_on presence_via_uart delay_after_detect det_min1 det_min2 | TEMPLATABLE_VALUE (float, det_max2) TEMPLATABLE_VALUE(float |
| start_after_power_on presence_via_uart delay_after_detect det_min1 det_min2 det_min3 | TEMPLATABLE_VALUE (float, det_max3) TEMPLATABLE_VALUE(float |
| start_after_power_on presence_via_uart delay_after_detect det_min1 det_min2 det_min3 det_min4 | TEMPLATABLE_VALUE (float, det_max4) void play(const Ts &...x) |
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::Parented< DfrobotSen0395Component > | |
| Parented () | |
| Parented (DfrobotSen0395Component *parent) | |
| DfrobotSen0395Component * | get_parent () const |
| Get the parent of this object. | |
| void | set_parent (DfrobotSen0395Component *parent) |
| Set the parent of this object. | |
Additional Inherited Members | |
Protected Member Functions inherited from esphome::Action< Ts... > | |
| virtual void | play (const Ts &...x)=0 |
| void | play_next_ (const Ts &...x) |
| void | play_next_tuple_ (const std::tuple< Ts... > &tuple, seq< S... >) |
| void | play_next_tuple_ (const std::tuple< Ts... > &tuple) |
| virtual void | stop () |
| void | stop_next_ () |
| bool | is_running_next_ () |
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< DfrobotSen0395Component > | |
| DfrobotSen0395Component * | parent_ |
Definition at line 18 of file automation.h.
| start_after_power_on presence_via_uart delay_after_detect esphome::dfrobot_sen0395::DfrobotSen0395SettingsAction< Ts >::TEMPLATABLE_VALUE | ( | float | , |
| delay_after_disappear | ) |
| start_after_power_on presence_via_uart delay_after_detect det_min1 esphome::dfrobot_sen0395::DfrobotSen0395SettingsAction< Ts >::TEMPLATABLE_VALUE | ( | float | , |
| det_max1 | ) |
| start_after_power_on presence_via_uart delay_after_detect det_min1 det_min2 esphome::dfrobot_sen0395::DfrobotSen0395SettingsAction< Ts >::TEMPLATABLE_VALUE | ( | float | , |
| det_max2 | ) |
| start_after_power_on presence_via_uart delay_after_detect det_min1 det_min2 det_min3 esphome::dfrobot_sen0395::DfrobotSen0395SettingsAction< Ts >::TEMPLATABLE_VALUE | ( | float | , |
| det_max3 | ) |
|
inline |
Definition at line 34 of file automation.h.
| esphome::dfrobot_sen0395::DfrobotSen0395SettingsAction< Ts >::TEMPLATABLE_VALUE | ( | int8_t | , |
| factory_reset | ) |
| start_after_power_on presence_via_uart esphome::dfrobot_sen0395::DfrobotSen0395SettingsAction< Ts >::TEMPLATABLE_VALUE | ( | int8_t | , |
| sensitivity | ) |
| start_after_power_on esphome::dfrobot_sen0395::DfrobotSen0395SettingsAction< Ts >::TEMPLATABLE_VALUE | ( | int8_t | , |
| turn_on_led | ) |