Commit 9ae6387
committed
Fix ModbusServerContext parameter for pymodbus 3.x
Changed 'slaves' parameter to 'devices' to match pymodbus 3.x API.
Fixes: TypeError: ModbusServerContext.__init__() got an unexpected
keyword argument 'slaves'1 parent 4b1b8b6 commit 9ae6387
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
0 commit comments