You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to my tests, write_registers however actually expects list[bytes] so I think this type hint there is wrong? Can anybody confirm or deny that?
The text was updated successfully, but these errors were encountered:
BinaryPayloadBuilder.build(…)
returnslist[bytes]
but
ModbusTcpClient.write_registers(…)
expectslist[int]
as values argumentAccording to my tests, write_registers however actually expects
list[bytes]
so I think this type hint there is wrong? Can anybody confirm or deny that?The text was updated successfully, but these errors were encountered: