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 b5018cb commit d563879Copy full SHA for d563879
modbus4mqtt/modbus_interface.py
@@ -4,6 +4,9 @@
4
from queue import Queue
5
try:
6
# Pymodbus >= 3.0
7
+ # TODO: Once SungrowModbusTcpClient 0.1.7 is released,
8
+ # we can remove the "<3.0.0" pymodbus restriction and this
9
+ # will make sense again.
10
from pymodbus.client import ModbusTcpClient
11
from pymodbus.transaction import ModbusSocketFramer
12
except ImportError:
0 commit comments