API reference - Ricoh Theta

/osc/commands response on successful completion

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.

name

Definitions
Type string

Description: Executed command. See commands

state

Definitions
Type const

Description: Command execution status

Specific value: "done"

results

Definitions
Type object

Description: Results of executed command.
The content is defined in each command specification.