Fix SOC graph

This commit is contained in:
Sebastian 2018-11-07 19:26:35 +01:00
parent db39570572
commit fdb84926a6
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ GRAPHS = {
'#ff0000'),
],
'soc': [
GraphLine('soc', 'State Of Charge', '#ff0000'),
GraphLine('SOC', 'State Of Charge', '#ff0000'),
]
}