uci_add_list
Adds a value to an existing UCI list option on OpenWrt routers. Specify the UCI path and the value to append to the list.
Instructions
Add an item to a UCI list option.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | UCI path (e.g., 'network.lan.dns') | |
| value | Yes | Value to add to the list |