Skip to content

Commit d1851cc

Browse files
committed
Updated documentation
1 parent be366a3 commit d1851cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ Set (as the name implies) set a certain value to a variable, like the example be
1010
<set symbol="MOTOR_SPEED1">100.5</set>
1111
```
1212

13-
Both **symbol** and **value** are mandatory fields. **value** can be of type *FLOAT32* or *INT16* which must
13+
Both **symbol** and **value** are mandatory fields. **value** can be of type *FLOAT32* , *INT16* or *BOOL* which must
1414
follow the same type of the specified **symbol** definition. In case the variable already is initialized, it overwrites the value.

0 commit comments

Comments
 (0)