summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-statistics/luasrc/statistics/plugins/apcups.lua
blob: c54b550c361f8862b7117ff91a612071c16eb78c (plain)
1
2
3
4
5
6
7
8
9
return {
	legend = {
		{ "Host", "Port" },
		{ },
		{ }
	},
	label = _("APC UPS"),
	category = "general"
}