X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=documentation%2Fapi%2Fmodules%2Fluci.model.uci.html;h=c84d1eb0eb54235709d47c61360d68046b9978b6;hb=7fd4f84aa95e81c4b021498f57d8b57c8cc20db5;hp=cf75aebccba7a664133e5e92ce7435768b658dcf;hpb=23df4ffaf7060fd10e6b3f41ada903d52a55ad03;p=project%2Fluci.git diff --git a/documentation/api/modules/luci.model.uci.html b/documentation/api/modules/luci.model.uci.html index cf75aebcc..c84d1eb0e 100644 --- a/documentation/api/modules/luci.model.uci.html +++ b/documentation/api/modules/luci.model.uci.html @@ -903,7 +903,8 @@ Get an option or list and return values as table.

Return value:

-UCI value +table. If the option was not found, you will simply get + an empty table. @@ -1200,7 +1201,8 @@ Boolean whether operation succeeded
-Set given values as list. +Set given values as list. Setting a list option to an empty list +has the same effect as deleting the option. @@ -1220,7 +1222,7 @@ Set given values as list.
  • - value: UCI value + value: value or table. Raw values will become a single item table.