feature: new app: ups-nut (#4386)

* app: ups-nut

* newline ...

* removed code from another pr

* added battery charge status

* added battery charge status

* be happy travis...

* added UPS-nut to Applications
This commit is contained in:
crcro
2016-09-13 05:59:33 +03:00
committed by Tony Murray
parent deb4b74bc9
commit 7da4cca4e4
11 changed files with 463 additions and 0 deletions

View File

@@ -88,6 +88,9 @@ function nicecase($item)
case 'dhcp-stats':
return 'DHCP Stats';
case 'ups-nut':
return 'UPS nut';
default:
return ucfirst($item);
}