File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
docs/source/schemas/request Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change
1
+ // VEHICLE
2
+ {
3
+ "id": "ICEVehicle1",
4
+ "vehicleType": "gasoline", //("electric" | "gasoline" | "hybrid" | "plug-in hybrid")??
5
+ "vehicleBody": ("coupe" | "sedan" | "crossover" | "minivan" | "SUV" | "pickup truck" | "other")??
6
+ "annualMiles": 4500,
7
+ "vehicleEfficiency": 32,
8
+ "vehicleEfficiencyUnits": "miles per gallon", ("miles per gallon" | "miles per kwh")
9
+ "chargerEfficiency": 0.9, //only applicable to electric vehicles
10
+ "batteryEfficiency": 0.9, //only applicable to electric vehicles
11
+ "chargingPattern": "", //list of premade schedules only applicable to electric vehicles
12
+ "chargingScheduleFractions": {
13
+ "weekday": [], //size 24 array for user-defined fractions of weekday hourly charging
14
+ "weekend": [], //size 24 array for user-defined fractions of weekend hourly charging
15
+ "monthly": [] // size 12 array for user-defined fractions of monthly charging
16
+ }
You can’t perform that action at this time.
0 commit comments