AutoApi.ChassisSettingsCapability.setters
You're seeing just the function
setters
, go back to AutoApi.ChassisSettingsCapability module for more information.
Specs
Returns the list of setters defined for the capability.
The list is a Keyword
with the setter name as a key and as value
a tuple with three elements:
- mandatory properties
- optional properties
- constants
Example
iex> AutoApi.ChassisSettingsCapability.setters()
[set_driving_mode: {[:driving_mode], [], []}, start_stop_sports_chrono: {[:sport_chrono], [], []}, set_spring_rates: {[:current_spring_rates], [], []}, set_chassis_position: {[:current_chassis_position], [], []}]