You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding a bus model the admin will have to enter:
priceLow (number input)
priceHigh (number input)
company (string input)
model (string input)
max. passenger capacity (number input)
GVWR (number input)
Max charge capacity (kWh) (number input)
Max range (miles) (number input)
Bidirectional Charging (boolean input)
Charging port (string input)
Charging Type Restrictions (select 2, 3, 2 and 3 possibly checkbox)
"All American RE Electric": {
"priceLow": NULL,
"priceHigh": NULL,
"company": "Blue Bird",
"maxPassengerCapacity": 84,
"gvwr": 36000,
"maxChargeCapacity": 155,
"maxRange": 120,
"bidirectional": Y,
"chargingport": "CCS1 (AC, DC)",
"chargingType": "2,3"
}
Additionally, the admin will need to be able to change the on peak and off peak pricing:
Summer On Peak $/kWh (number input)
Summer Off Peak $/kWh (number input)
Summer on Peak $/kW (number input)
Winter On Peak $/kWh (number input)
Winter Off Peak $/kWh (number input)
Winter On Peak $/kW (number input)
Dist. $/kW (number input)
Diesel Bus Miles/Gallon (number input)
Diesel $/Gallon (number input)
The text was updated successfully, but these errors were encountered:
When adding a bus model the admin will have to enter:
priceLow (number input)
priceHigh (number input)
company (string input)
model (string input)
max. passenger capacity (number input)
GVWR (number input)
Max charge capacity (kWh) (number input)
Max range (miles) (number input)
Bidirectional Charging (boolean input)
Charging port (string input)
Charging Type Restrictions (select 2, 3, 2 and 3 possibly checkbox)
"All American RE Electric": {
"priceLow": NULL,
"priceHigh": NULL,
"company": "Blue Bird",
"maxPassengerCapacity": 84,
"gvwr": 36000,
"maxChargeCapacity": 155,
"maxRange": 120,
"bidirectional": Y,
"chargingport": "CCS1 (AC, DC)",
"chargingType": "2,3"
}
Additionally, the admin will need to be able to change the on peak and off peak pricing:
Summer On Peak $/kWh (number input)
Summer Off Peak $/kWh (number input)
Summer on Peak $/kW (number input)
Winter On Peak $/kWh (number input)
Winter Off Peak $/kWh (number input)
Winter On Peak $/kW (number input)
Dist. $/kW (number input)
Diesel Bus Miles/Gallon (number input)
Diesel $/Gallon (number input)
The text was updated successfully, but these errors were encountered: