Skip to content

Commit

Permalink
Remove loadpoint vehicles, min/target soc
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Sep 17, 2022
1 parent 4dfcbc1 commit b2fe30a
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,6 @@
}
}
},
"vehicles": {
"type": "array",
"items": {
"type": "string"
}
},
"prioritySoC": {},
"bufferSoC": {}
}
Expand Down Expand Up @@ -160,6 +154,9 @@
"meter": {
"type": "string"
},
"vehicle": {
"type": "string"
},
"soc": {
"type": "object",
"properties": {
Expand All @@ -174,12 +171,6 @@
}
}
},
"min": {
"type": "integer"
},
"target": {
"type": "integer"
},
"estimate": {
"type": "boolean"
}
Expand Down

0 comments on commit b2fe30a

Please sign in to comment.