File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Unreleased
4+
5+ - ** Add:** add additional EV values to the directions API request
6+
37## 0.13.6
48
59- ** Add:** add additional valid values for the directions api ` annotations ` option
Original file line number Diff line number Diff line change @@ -206,7 +206,12 @@ Directions.getDirections = function(config) {
206206 ev_connector_types : config . ev_connector_types ,
207207 energy_consumption_curve : config . energy_consumption_curve ,
208208 ev_charging_curve : config . ev_charging_curve ,
209- ev_min_charge_at_charging_station : config . ev_min_charge_at_charging_station
209+ ev_unconditioned_charging_curve : config . ev_unconditioned_charging_curve ,
210+ ev_pre_conditioning_time : config . ev_pre_conditioning_time ,
211+ ev_max_ac_charging_power : config . ev_max_ac_charging_power ,
212+ ev_min_charge_at_destination : config . ev_min_charge_at_destination ,
213+ ev_min_charge_at_charging_station : config . ev_min_charge_at_charging_station ,
214+ auxiliary_consumption : config . auxiliary_consumption
210215 } ) ;
211216
212217 return this . client . createRequest ( {
You can’t perform that action at this time.
0 commit comments