ESPHome 2025.5.0
|
Go to the source code of this file.
Data Structures | |
class | esphome::online_image::OnlineImage |
Download an image from a given URL, and decode it using the specified decoder. More... | |
class | esphome::online_image::OnlineImageSetUrlAction< Ts > |
class | esphome::online_image::OnlineImageReleaseAction< Ts > |
class | esphome::online_image::DownloadFinishedTrigger |
class | esphome::online_image::DownloadErrorTrigger |
Namespaces | |
namespace | esphome |
Providing packet encoding functions for exchanging data with a remote host. | |
namespace | esphome::online_image |
Typedefs | |
using | esphome::online_image::t_http_codes |
Enumerations | |
enum | esphome::online_image::ImageFormat { esphome::online_image::AUTO , esphome::online_image::JPEG , esphome::online_image::PNG , esphome::online_image::BMP } |
Format that the image is encoded with. More... | |