ESPHome 2026.8.2
Loading...
Searching...
No Matches
esphome::api::APIConnection::DeferredBatch::BatchItem Struct Reference

#include <api_connection.h>

Data Fields

EntityBaseentity
 
uint8_t message_type
 
uint8_t estimated_size
 
uint8_t aux_data_index {AUX_DATA_UNUSED}
 

Detailed Description

Definition at line 665 of file api_connection.h.

Field Documentation

◆ aux_data_index

uint8_t esphome::api::APIConnection::DeferredBatch::BatchItem::aux_data_index {AUX_DATA_UNUSED}

Definition at line 669 of file api_connection.h.

◆ entity

EntityBase* esphome::api::APIConnection::DeferredBatch::BatchItem::entity

Definition at line 666 of file api_connection.h.

◆ estimated_size

uint8_t esphome::api::APIConnection::DeferredBatch::BatchItem::estimated_size

Definition at line 668 of file api_connection.h.

◆ message_type

uint8_t esphome::api::APIConnection::DeferredBatch::BatchItem::message_type

Definition at line 667 of file api_connection.h.


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