| Definitions | |
|---|---|
| Type | object |
Description: Post a command.
Example:
{
"name": "camera.startCapture",
"parameters": {
"_mode": "composite"
}
}
| Property | Type | Required | Description |
|---|---|---|---|
| name | enum (of string) | yes | The command to be executed. See commands |
| parameters | object | yes | Input parameters required to execute each command. Parameters are defined in each command specification. |
| Definitions | |
|---|---|
| Type | enum (of string) |
Description: The command to be executed. See commands
Must be one of:
| Definitions | |
|---|---|
| Type | object |
Description: Input parameters required to execute each command.
Parameters are defined in each command specification.