ESPHome 2026.10.0-dev
Loading...
Searching...
No Matches
esphome::modbus_controller::RegisterRange Struct Reference

#include <modbus_controller.h>

Data Fields

uint16_t start_address
 
modbus::EntityType register_type
 
uint16_t register_count
 
SensorSet sensors
 
const SmallInlineBuffer< 8 > * custom_pdu {nullptr}
 A custom range polls this PDU, referenced from the sensor that opened the range.
 

Detailed Description

Definition at line 254 of file modbus_controller.h.

Field Documentation

◆ custom_pdu

const SmallInlineBuffer<8>* esphome::modbus_controller::RegisterRange::custom_pdu {nullptr}

A custom range polls this PDU, referenced from the sensor that opened the range.

Definition at line 260 of file modbus_controller.h.

◆ register_count

uint16_t esphome::modbus_controller::RegisterRange::register_count

Definition at line 257 of file modbus_controller.h.

◆ register_type

modbus::EntityType esphome::modbus_controller::RegisterRange::register_type

Definition at line 256 of file modbus_controller.h.

◆ sensors

SensorSet esphome::modbus_controller::RegisterRange::sensors

Definition at line 258 of file modbus_controller.h.

◆ start_address

uint16_t esphome::modbus_controller::RegisterRange::start_address

Definition at line 255 of file modbus_controller.h.


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