#include <voice_assistant.h>
|
| const char * | to_str (std::span< char, TO_STR_BUFFER_SIZE > buffer) const |
| | Format to buffer, returns pointer to buffer (may truncate long names)
|
| |
Definition at line 67 of file voice_assistant.h.
◆ to_str()
| const char * esphome::voice_assistant::Timer::to_str |
( |
std::span< char, TO_STR_BUFFER_SIZE > | buffer | ) |
const |
|
inline |
Format to buffer, returns pointer to buffer (may truncate long names)
Definition at line 77 of file voice_assistant.h.
◆ id
| std::string esphome::voice_assistant::Timer::id |
◆ is_active
| bool esphome::voice_assistant::Timer::is_active |
◆ name
| std::string esphome::voice_assistant::Timer::name |
◆ seconds_left
| uint32_t esphome::voice_assistant::Timer::seconds_left |
◆ TO_STR_BUFFER_SIZE
| size_t esphome::voice_assistant::Timer::TO_STR_BUFFER_SIZE = 128 |
|
staticconstexpr |
◆ total_seconds
| uint32_t esphome::voice_assistant::Timer::total_seconds |
The documentation for this struct was generated from the following file: