Skip to content

Commit

Permalink
add decode_data to base.
Browse files Browse the repository at this point in the history
  • Loading branch information
janiversen committed Sep 30, 2024
1 parent 32ab220 commit 3f380d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pymodbus/framer/old_framer_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ def __init__(
self.tid = 0
self.dev_id = 0

def decode_data(self, _data):
"""Decode data."""

def _validate_slave_id(self, slaves: list, single: bool) -> bool:
"""Validate if the received data is valid for the client.
Expand Down

0 comments on commit 3f380d1

Please sign in to comment.