A command for a robot to execute
Name | Type | Description | Notes |
---|---|---|---|
Type | Instruction | ||
Parameters | List<Pair> | Defines parameters for the instruction.<br>Example: Effect: "Move {steps} steps forward"<br> `{steps}` is the number of steps the robot will do. And the exact value (of steps) will be defined in here (`values`) | [optional] |
Description | string | A description about the effect of the command. Variables are using the format `{name}` where name refers to the names in `values`. | [optional] [default to "null"] |
Name | string | The ame to display for this Command. Not unique (identifying) | [optional] |
Times | int | Describes how often this command is going to be executed | [optional] [default to 1] |