[modules] Re-enable battery module
Enable battery module with new states: * discharging-[10,25,50,80,100] * charging * charged
This commit is contained in:
parent
18d7e1befb
commit
2cfb0997a0
4 changed files with 20 additions and 23 deletions
|
@ -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": " "
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue