Global vector that stores the configuration and state of all discovered Modbus slaves. More...
Public Attributes | |
| uint8_t | slaveID |
| Modbus address of the slave (1-247). | |
| std::vector< ModbusSensorParam > | sensors |
| Vector with the sensors associated with this slave. | |
| uint8_t | consecutiveFails |
| Counter of consecutive failures for error handling. | |
Global vector that stores the configuration and state of all discovered Modbus slaves.
Represents a physical slave device on the RS485 bus.