[modules] Re-enable battery module

Enable battery module with new states:
* discharging-[10,25,50,80,100]
* charging
* charged
This commit is contained in:
Tobias Witek 2016-11-05 13:09:28 +01:00
parent 18d7e1befb
commit 2cfb0997a0
4 changed files with 20 additions and 23 deletions

View file

@ -99,23 +99,23 @@
"prefix": [ "  ", "  ", "  ", "  ", "  " ],
"suffix": "  "
},
"discharging-critical": {
"discharging-10": {
"prefix": "  ",
"suffix": "  "
},
"discharging-low": {
"discharging-25": {
"prefix": "  ",
"suffix": "  "
},
"discharging-medium": {
"discharging-50": {
"prefix": "  ",
"suffix": "  "
},
"discharging-high": {
"discharging-80": {
"prefix": "  ",
"suffix": "  "
},
"discharging-full": {
"discharging-100": {
"prefix": "  ",
"suffix": "  "
}