Skip to content

Commit d563879

Browse files
committed
Add note.
1 parent b5018cb commit d563879

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modbus4mqtt/modbus_interface.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
from queue import Queue
55
try:
66
# 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.
710
from pymodbus.client import ModbusTcpClient
811
from pymodbus.transaction import ModbusSocketFramer
912
except ImportError:

0 commit comments

Comments
 (0)