pymodbus-dev / pymodbus

A full modbus protocol written in python
Other
2.25k stars 921 forks source link

Improve server types #2092

Closed alexrudd2 closed 6 months ago

alexrudd2 commented 6 months ago

tuple -> list (easy)

For the other commit, see discussion in https://github.com/pymodbus-dev/pymodbus/pull/2033

A refactor is the best choice for _serverList, so just ignore it for now.