11 lines
274 B
Lua
11 lines
274 B
Lua
return {
|
|
provider = '/cgi-bin/dyn/neighbours-olsrd',
|
|
-- List of mesh-specific attributes, each a tuple of
|
|
-- 1) the internal identifier (JSON key)
|
|
-- 2) human-readable key (not translatable yet)
|
|
-- 3) value suffix (optional)
|
|
attrs = {
|
|
{'etx', 'Quality', ' '},
|
|
},
|
|
}
|