ESPHome 2026.3.0-dev
Loading...
Searching...
No Matches
esphome::online_image Namespace Reference

Data Structures

class  DownloadBuffer
 Buffer for managing downloaded data. More...
 
class  DownloadErrorTrigger
 
class  DownloadFinishedTrigger
 
class  OnlineImage
 Download an image from a given URL, and decode it using the specified decoder. More...
 
class  OnlineImageReleaseAction
 
class  OnlineImageSetUrlAction
 

Typedefs

using t_http_codes
 

Typedef Documentation

◆ t_http_codes

Initial value:
enum {
HTTP_CODE_OK = 200,
HTTP_CODE_NOT_MODIFIED = 304,
HTTP_CODE_NOT_FOUND = 404,
}

Definition at line 13 of file online_image.h.