ESPHome  2024.8.3
Public Member Functions | Data Fields
esphome::voice_assistant::Timer Struct Reference

#include <voice_assistant.h>

Public Member Functions

std::string to_string () const
 

Data Fields

std::string id
 
std::string name
 
uint32_t total_seconds
 
uint32_t seconds_left
 
bool is_active
 

Detailed Description

Definition at line 66 of file voice_assistant.h.

Member Function Documentation

◆ to_string()

std::string esphome::voice_assistant::Timer::to_string ( ) const
inline

Definition at line 73 of file voice_assistant.h.

Field Documentation

◆ id

std::string esphome::voice_assistant::Timer::id

Definition at line 67 of file voice_assistant.h.

◆ is_active

bool esphome::voice_assistant::Timer::is_active

Definition at line 71 of file voice_assistant.h.

◆ name

std::string esphome::voice_assistant::Timer::name

Definition at line 68 of file voice_assistant.h.

◆ seconds_left

uint32_t esphome::voice_assistant::Timer::seconds_left

Definition at line 70 of file voice_assistant.h.

◆ total_seconds

uint32_t esphome::voice_assistant::Timer::total_seconds

Definition at line 69 of file voice_assistant.h.


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