update_setting
Update one or more espresso machine settings by submitting a partial settings object containing only the keys you want to change.
Instructions
Update one or more machine settings. Pass a partial Settings object with only the keys you want to change. Available keys: auto_preheat (number), auto_purge_after_shot (bool), auto_start_shot (bool), enable_sounds (bool), heating_timeout (number), partial_retraction (number), ssh_enabled (bool), update_channel (string).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| settings | Yes | Partial settings object, e.g. { "enable_sounds": true, "auto_preheat": 1 } |