Preset
preset.Recall
Recall a preset defined in presets_config.toml. presets_config.toml is recognized by the system as file with preset definitions. See file content description for more info
Request
| Method | Param | Value | Comment | Supported Versions |
|---|---|---|---|---|
| preset.Recall | preset | 1-x | Preset to recall | >v1.8.67 |
{"jsonrpc":"2.0","id":1,"method":"preset.Recall","params":{"preset":1}}Reply
| Result | Comment | |
|---|---|---|
| null | null means acknowledged, no error |
{"jsonrpc":"2.0","id":1,"result":null}