write_setting
Write a new value to a configurable inverter setting using its ID and a string value.
Instructions
Write a new value to a configurable inverter setting.
Args: setting_id: Setting identifier. Use get_settings_data to see available IDs. value: New value as a string (converted to int/float automatically when possible).
Warning: Incorrect values can affect inverter operation. Verify the value before writing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| setting_id | Yes | ||
| value | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |