|
esphome-api-client 0.5.0
Modern C++17 client for the ESPHome native API (plaintext + Noise)
|
A timer event surfaced by the device (api: VoiceAssistantTimerEventResponse).
More...
#include <voice_assistant.hpp>

Public Attributes | |
| VoiceAssistantTimerEvent | event_type = VoiceAssistantTimerEvent::Started |
| std::string | timer_id |
| std::string | name |
| std::uint32_t | total_seconds = 0 |
| std::uint32_t | seconds_left = 0 |
| bool | is_active = false |
A timer event surfaced by the device (api: VoiceAssistantTimerEventResponse).
| VoiceAssistantTimerEvent esphome::api::VoiceTimerEvent::event_type = VoiceAssistantTimerEvent::Started |
| bool esphome::api::VoiceTimerEvent::is_active = false |
| std::string esphome::api::VoiceTimerEvent::name |
| std::uint32_t esphome::api::VoiceTimerEvent::seconds_left = 0 |
| std::string esphome::api::VoiceTimerEvent::timer_id |
| std::uint32_t esphome::api::VoiceTimerEvent::total_seconds = 0 |