Skip to content

Commit e95e4f2

Browse files
committed
Update README
1 parent f13ba5f commit e95e4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ and simulation operation can be performed for each register.
2525

2626
| Register | Datatype | Operations |
2727
|------------------------|------------------------|----------------------------------------------------------------|
28-
| Coils (0x) | BOOL | Set, IfEqual, IfGreater, IfLess |
28+
| Coils (0x) | BOOL | Set, IfEqual, IfGreater, IfLess, Toggle |
2929
| Input register (1x) | BOOL | Set, IfEqual, IfGreater, IfLess |
3030
| Discrete Input (3x) | INT16 | Set, Add, Sub, Random, Linear, Csv, IfEqual, IfGreater, IfLess |
3131
| Holding Registers (4x) | INT16, UINT16, FLOAT32 | Set, Add, Sub, Random, Linear, Csv, IfEqual, IfGreater, IfLess |

0 commit comments

Comments
 (0)