ESPHome  2025.2.0
Data Fields
esphome::speaker::MediaCallCommand Struct Reference

#include <speaker_media_player.h>

Data Fields

optional< media_player::MediaPlayerCommandcommand
 
optional< float > volume
 
optional< bool > announce
 
optional< bool > new_url
 
optional< bool > new_file
 
optional< bool > enqueue
 

Detailed Description

Definition at line 23 of file speaker_media_player.h.

Field Documentation

◆ announce

optional<bool> esphome::speaker::MediaCallCommand::announce

Definition at line 26 of file speaker_media_player.h.

◆ command

optional<media_player::MediaPlayerCommand> esphome::speaker::MediaCallCommand::command

Definition at line 24 of file speaker_media_player.h.

◆ enqueue

optional<bool> esphome::speaker::MediaCallCommand::enqueue

Definition at line 29 of file speaker_media_player.h.

◆ new_file

optional<bool> esphome::speaker::MediaCallCommand::new_file

Definition at line 28 of file speaker_media_player.h.

◆ new_url

optional<bool> esphome::speaker::MediaCallCommand::new_url

Definition at line 27 of file speaker_media_player.h.

◆ volume

optional<float> esphome::speaker::MediaCallCommand::volume

Definition at line 25 of file speaker_media_player.h.


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