Skip to content

Commit 3f380d1

Browse files
committed
add decode_data to base.
1 parent 32ab220 commit 3f380d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pymodbus/framer/old_framer_base.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ def __init__(
4646
self.tid = 0
4747
self.dev_id = 0
4848

49+
def decode_data(self, _data):
50+
"""Decode data."""
51+
4952
def _validate_slave_id(self, slaves: list, single: bool) -> bool:
5053
"""Validate if the received data is valid for the client.
5154

0 commit comments

Comments
 (0)