Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pymodbus/client/mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ def read_device_information(self, *, read_code: int | None = None,
# ------------------

class DATATYPE(Enum):
"""Datatype enum (name and number of bytes), used for convert_* calls."""
"""Datatype enum (name and internal data), used for convert_* calls."""

INT16 = ("h", 1)
UINT16 = ("H", 1)
Expand Down