X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=documentation%2Fapi%2Fmodules%2Fluci.model.uci.html;h=cf75aebccba7a664133e5e92ce7435768b658dcf;hp=9e50d9900deb9626f357d07765ce3f50012df09c;hb=092d2143bd452708fe3ce8e5c6a6cfe133ee24c9;hpb=1106b9346a776bfed6307e6df601781becbe41f5 diff --git a/documentation/api/modules/luci.model.uci.html b/documentation/api/modules/luci.model.uci.html index 9e50d9900..cf75aebcc 100644 --- a/documentation/api/modules/luci.model.uci.html +++ b/documentation/api/modules/luci.model.uci.html @@ -1119,6 +1119,12 @@ Name of created section Set a value or create a named section. + +When invoked with three arguments config, sectionname, sectiontype, +then a named section of the given type is created. + +When invoked with four arguments config, sectionname, optionname and +optionvalue then the value of the specified option is set to the given value. @@ -1138,7 +1144,7 @@ Set a value or create a named section.
  • - value: UCI value or nil if you want to create a section + value: UCI value or nothing if you want to create a section