Skip to content

Commit

Permalink
#8: Added description of new method in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
olivergregorius authored Jul 3, 2022
1 parent 3c91d68 commit 40a01e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ Looking at the [above example](#usage) the different methods would return the fo
| read | 8.342 |
| read_formatted | 8.342 kW |

Furthermore, a method `read_range` exists accepting the address of the register to start reading and either a quantity of registers or the address of the last
register to be read. The result is returned as byte-string for further processing.

## Registers

The following registers are provided by the Sun2000's Modbus interface and can be read accordingly. Documentation can be found
Expand Down

0 comments on commit 40a01e1

Please sign in to comment.