update_setting
Update a specific machine setting by providing its name and a new value. Check current settings with get_settings first.
Instructions
Update a specific machine setting. Use get_settings first to see available settings and their current values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| setting_name | Yes | The name of the setting to update (e.g., enable_sounds, auto_preheat) | |
| value | Yes | The new value for the setting |