8959d8c3ea
batman-adv-specific parts are moved to a new package gluon-status-page-mesh-batman-adv.
11 lines
270 B
Lua
11 lines
270 B
Lua
return {
|
|
provider = '/cgi-bin/dyn/neighbours-batadv',
|
|
-- 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 = {
|
|
{'tq', 'TQ', ' %'},
|
|
},
|
|
}
|