| Definitions | |
|---|---|
| Type | object |
Description: Results of executed command
Examples:
{
"name": "camera.getOptions",
"state": "done",
"results": {
"options": {
"exposureProgram": 2
}
}
}
{
"name": "camera.delete",
"state": "done"
}
| Property | Type | Required | Description |
|---|---|---|---|
| name | string | yes | Executed command. See commands |
| state | const | yes | Command execution status |
| results | object | no | Results of executed command. The content is defined in each command specification. |
| Definitions | |
|---|---|
| Type | string |
Description: Executed command. See commands
| Definitions | |
|---|---|
| Type | const |
Description: Command execution status
Specific value: "done"
| Definitions | |
|---|---|
| Type | object |
Description: Results of executed command.
The content is defined in each command specification.