ESPHome
2023.11.6
|
#include <automation.h>
Public Member Functions | |
BLEClientWriteAction (BLEClient *ble_client) | |
void | play (Ts... x) override |
void | set_value_template (std::function< std::vector< uint8_t >(Ts...)> func) |
void | set_value_simple (const std::vector< uint8_t > &value) |
![]() | |
virtual void | play_complex (Ts... x) |
virtual void | stop_complex () |
virtual bool | is_running () |
Check if this or any of the following actions are currently running. More... | |
int | num_running_total () |
The total number of actions that are currently running in this plus any of the following actions in the chain. More... | |
![]() | |
BLEWriterClientNode (BLEClient *ble_client) | |
void | write (const std::vector< uint8_t > &value) |
void | set_service_uuid16 (uint16_t uuid) |
void | set_service_uuid32 (uint32_t uuid) |
void | set_service_uuid128 (uint8_t *uuid) |
void | set_char_uuid16 (uint16_t uuid) |
void | set_char_uuid32 (uint32_t uuid) |
void | set_char_uuid128 (uint8_t *uuid) |
void | gattc_event_handler (esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble_gattc_cb_param_t *param) override |
![]() | |
virtual void | gap_event_handler (esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param) |
virtual void | loop () |
void | set_address (uint64_t address) |
BLEClient * | parent () |
void | set_ble_client_parent (BLEClient *parent) |
Additional Inherited Members | |
![]() | |
espbt::ESPBTClient * | client |
espbt::ClientState | node_state |
![]() | |
void | play_next_ (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_ () |
![]() | |
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. More... | |
![]() | |
BLEClient * | parent_ |
uint64_t | address_ |
Definition at line 107 of file automation.h.
|
inline |
Definition at line 109 of file automation.h.
|
inlineoverridevirtual |
Implements esphome::Action< Ts... >.
Definition at line 111 of file automation.h.
|
inline |
Definition at line 124 of file automation.h.
|
inline |
Definition at line 119 of file automation.h.