|
ESPHome 2026.10.0-dev
|
#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. | |
Definition at line 254 of file modbus_controller.h.
| 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.
| uint16_t esphome::modbus_controller::RegisterRange::register_count |
Definition at line 257 of file modbus_controller.h.
| modbus::EntityType esphome::modbus_controller::RegisterRange::register_type |
Definition at line 256 of file modbus_controller.h.
| SensorSet esphome::modbus_controller::RegisterRange::sensors |
Definition at line 258 of file modbus_controller.h.
| uint16_t esphome::modbus_controller::RegisterRange::start_address |
Definition at line 255 of file modbus_controller.h.