gluon/package/gluon-status-page-mesh-batman-adv/luasrc/lib/gluon/status-page/mesh.lua
Christof Schulze 8959d8c3ea
gluon-status-page: make status page mesh protocol agnostic
batman-adv-specific parts are moved to a new package
gluon-status-page-mesh-batman-adv.
2018-04-15 12:46:01 +02:00

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', ' %'},
},
}