ESPHome 2025.5.0
|
Go to the source code of this file.
Namespaces | |
namespace | esphome |
Providing packet encoding functions for exchanging data with a remote host. | |
namespace | esphome::speaker |
Enumerations | |
enum | esphome::speaker::EventGroupBits : uint32_t { esphome::speaker::PIPELINE_COMMAND_STOP = (1 << 0) , esphome::speaker::READER_COMMAND_INIT_HTTP = (1 << 4) , esphome::speaker::READER_COMMAND_INIT_FILE = (1 << 5) , esphome::speaker::READER_MESSAGE_LOADED_MEDIA_TYPE = (1 << 6) , esphome::speaker::READER_MESSAGE_FINISHED = (1 << 7) , esphome::speaker::READER_MESSAGE_ERROR = (1 << 8) , esphome::speaker::DECODER_MESSAGE_FINISHED = (1 << 12) , esphome::speaker::DECODER_MESSAGE_ERROR = (1 << 13) } |