Skip to content

Commit 0a026ff

Browse files
committed
updated class repr
1 parent 3a08e39 commit 0a026ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ optional arguments:
3636
Output:
3737

3838
```
39-
SDM120(10.0.0.123:502, unit=0x1):
39+
SDM120(10.0.0.123:502, connectionType.TCP: timeout=1, retries=3, unit=0x1):
4040
4141
Input Registers:
4242
Voltage: 237.00V
@@ -113,7 +113,7 @@ Printing the class yields basic device parameters:
113113

114114
```
115115
>>> device
116-
SDM120(10.0.0.123:502, unit=0x1)
116+
SDM120(10.0.0.123:502, connectionType.TCP: timeout=1, retries=3, unit=0x1):
117117
```
118118

119119
Reading a single input register by name:

0 commit comments

Comments
 (0)