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
current_range_meters is always 300000 despite different current_fuel_percent values (sample)
disabled vehicles that are associated with a stationId should not be referenced in the vehicle_types_available of that station. Instead, they may be referred to in num_vehicles_disabled of the station (sample: stationId: 282, vehicleId: 3022)
We’d like to integrate Citiz in our Where To? app. However, we came across some errors:
propulsion_type
is defined as a string enumeration, not as an integer (sample)max_range_meters
should not be 0 (sample)current_range_meters
is always 300000 despite differentcurrent_fuel_percent
values (sample)stationId
should not be referenced in thevehicle_types_available
of that station. Instead, they may be referred to innum_vehicles_disabled
of the station (sample:stationId
:282
,vehicleId
:3022
)@lenny-citiz Could you fix these issues?
The text was updated successfully, but these errors were encountered: