We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 450e769 commit 1cb7caeCopy full SHA for 1cb7cae
test/mock_modbus_server.py
@@ -86,7 +86,7 @@ def run_async_server(self):
86
store = ModbusDeviceContext(
87
hr=ModbusSequentialDataBlock(0, [0]*3000),
88
ir=ModbusSequentialDataBlock(0, [0]*3000))
89
- self.context = ModbusServerContext(device_ids=store, single=True)
+ self.context = ModbusServerContext(devices=store, single=True)
90
91
# ----------------------------------------------------------------------- #
92
# initialize the server information
0 commit comments