Lua model » Historial » Versió 1
Pau Escrich, 29-05-2012 13:15
| 1 | 1 | Pau Escrich | h1. Lua model |
|---|---|---|---|
| 2 | |||
| 3 | h2. model |
||
| 4 | - get(section,option) |
||
| 5 | - add(section,option,value=nil) |
||
| 6 | - del(section,option) |
||
| 7 | - set(section,option,value) |
||
| 8 | |||
| 9 | - get_type(type,index=nil,option=nil) |
||
| 10 | -> table[1..n][1..z] |
||
| 11 | -> table[1..n] |
||
| 12 | -> value |
||
| 13 | |||
| 14 | - get_indexes(type) |
||
| 15 | -> table[1..n] |
||
| 16 | |||
| 17 | - set_type(type,index=nil,option=nil,value) |
||
| 18 | |||
| 19 | - raw() -> ucicursor |
||
| 20 | |||
| 21 | |||
| 22 | h2. network |
||
| 23 | |||
| 24 | |||
| 25 | h2. wifi |
||
| 26 | |||
| 27 | |||
| 28 | h2. util |
||
| 29 | |||
| 30 | |||
| 31 | h2. Links |
||
| 32 | |||
| 33 | http://wiki.openwrt.org/doc/techref/uci |
||
| 34 | http://luci.subsignal.org/api/luci |
||
| 35 | |||
| 36 | h2. debug |