Skip to content

Commit feeb36b

Browse files
committed
Remove payload. (#2524)
1 parent 748d4ed commit feeb36b

File tree

10 files changed

+3
-1036
lines changed

10 files changed

+3
-1036
lines changed

API_changes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ API changes 3.9.0
88
- Python 3.9 is reaching end of life, and no longer supported.
99
Depending on the usage the code might still work
1010
- Start*Server, custom_functions -> custom_pdu (handled by Modbus<x>Server)
11+
- payload removed (replaced by "convert_combined_to/from_registers")
1112

1213
API changes 3.8.0
1314
-----------------

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Client Features
7575
* asynchronous API and synchronous API for applications
7676
* very simple setup and call sequence (just 6 lines of code)
7777
* utilities to convert int/float to/from multiple registers
78-
* payload builder/decoder to help with complex data
78+
* encoder/decoder to help with standard python data types
7979

8080
`Client documentation <https://pymodbus.readthedocs.io/en/latest/source/client.html>`_
8181

doc/source/examples.rst

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,6 @@ Source: :github:`examples/custom_msg.py`
8888
:noindex:
8989

9090

91-
Client payload
92-
^^^^^^^^^^^^^^
93-
Source: :github:`examples/client_payload.py`
94-
95-
.. automodule:: examples.client_payload
96-
:undoc-members:
97-
:noindex:
98-
9991
Client synchronous
10092
^^^^^^^^^^^^^^^^^^
10193
Source: :github:`examples/client_sync.py`
@@ -132,15 +124,6 @@ Source: :github:`examples/server_hook.py`
132124
:noindex:
133125

134126

135-
Server payload
136-
^^^^^^^^^^^^^^
137-
Source: :github:`examples/server_payload.py`
138-
139-
.. automodule:: examples.server_payload
140-
:undoc-members:
141-
:noindex:
142-
143-
144127
Server synchronous
145128
^^^^^^^^^^^^^^^^^^
146129
Source: :github:`examples/server_sync.py`

doc/source/library/pymodbus.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ Extra functions
2121
:undoc-members:
2222
:show-inheritance:
2323

24-
.. automodule:: pymodbus.payload
25-
:members:
26-
:undoc-members:
27-
:show-inheritance:
28-
2924
.. automodule:: pymodbus.transaction
3025
:members:
3126
:undoc-members:

examples/client_payload.py

Lines changed: 0 additions & 151 deletions
This file was deleted.

examples/server_payload.py

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)