10 lines
107 B
Lua
10 lines
107 B
Lua
|
return {
|
||
|
legend = {
|
||
|
{ "Host", "Port" },
|
||
|
{ },
|
||
|
{ }
|
||
|
},
|
||
|
label = _("APC UPS"),
|
||
|
category = "general"
|
||
|
}
|