We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33a21ad commit ffa0da6Copy full SHA for ffa0da6
pymodbus/pdu/pdu.py
@@ -37,6 +37,7 @@ def __init__(self,
37
self.registers: list[int] = registers or []
38
self.count: int = count or len(self.registers)
39
self.status: int = status
40
+ self.exception_code: int = 0
41
self.fut: asyncio.Future
42
43
def isError(self) -> bool:
0 commit comments