[Timeline] Add battery starting state-of-charge

Issue #1185
This commit is contained in:
David Hudson
2016-09-18 22:52:41 +09:00
parent 156ba832f2
commit d913798d5b
3 changed files with 12 additions and 1 deletions

View File

@@ -182,6 +182,16 @@ define([
"capacity"
],
"pattern": "^-?\\d+(\\.\\d*)?$"
},
{
"name": "Battery Starting SOC",
"control": "textfield",
"required": false,
"conversion": "number",
"property": [
"startingSOC"
],
"pattern": "^-?\\d+(\\.\\d*)?$"
}
],
"model": {