crosspad_settings_set
Update a single runtime setting on the CrossPad simulator by providing a numeric key and value. Use this to adjust device parameters and resolve configuration issues directly during simulation.
Instructions
[PC sim] Write a single setting on the running simulator.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Setting key. Either a flat name ('lcd_brightness') or dotted category.field ('keypad.eco_mode', 'vibration.enable'). Use crosspad_settings_get to discover valid keys. | |
| value | Yes | Numeric value. Booleans must be encoded as 0=false, 1=true (no native bool support over the wire). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | ||
| error | No | ||
| value | No | ||
| success | Yes |