Skip to content

Commit 854c8bb

Browse files
committed
fix(ISSUE-17): add possibility of toggling boolean values
1 parent c2e9b05 commit 854c8bb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/getting-started/operations.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ follow the same type of the specified **symbol** definition. In case the variabl
1515

1616
Supported registers: **HOLDING_REGISTER**, **COIL**, **DISCRETE_INPUT**, **INPUT_REGISTER**
1717

18+
## Toggle
19+
Toggle acts as a NOT inverting the logic of the COIL
20+
21+
```xml
22+
<toggle symbol="COIL_REGISTER" />
23+
```
24+
25+
Supported registers: **COIL**
26+
27+
1828
## Add
1929
Add (as the name implies) add a certain value to a variable, like the example below:
2030

0 commit comments

Comments
 (0)