We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be366a3 commit d1851ccCopy full SHA for d1851cc
docs/getting-started/operations.md
@@ -10,5 +10,5 @@ Set (as the name implies) set a certain value to a variable, like the example be
10
<set symbol="MOTOR_SPEED1">100.5</set>
11
```
12
13
-Both **symbol** and **value** are mandatory fields. **value** can be of type *FLOAT32* or *INT16* which must
+Both **symbol** and **value** are mandatory fields. **value** can be of type *FLOAT32* , *INT16* or *BOOL* which must
14
follow the same type of the specified **symbol** definition. In case the variable already is initialized, it overwrites the value.
0 commit comments